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
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to