shared lib from python code?

Gabriel Rossetti gabriel.rossetti at arimaz.com
Mon Feb 23 05:10:16 EST 2009


Hello everyone,

I would like to know if it is possible to turn python code into a shared 
lib? I have several processes that use the same base code, and it seems 
like every process loads the "shared" code into memory. I would like it 
to be loaded once and shared, like a .so in linux or a .dll in windows 
and have the interpreters use the dared copy. Is there a way to do this?

Thank you,
Gabriel



More information about the Python-list mailing list