pulling multiple instances of a module into memory

infidel saint.infidel at gmail.com
Mon Jun 27 18:45:10 EDT 2005


Do you have control over the eggs.so module?  Seems to me the best
answer is to make the start method return a connection object

conn1 = eggs.start('Connection1')
conn2 = eggs.start('Connection2')




More information about the Python-list mailing list