Multiple instances of a python program

gatti at dsdata.it gatti at dsdata.it
Fri Jun 17 03:27:53 EDT 2005


Most of the Python interpreter is a shared library, at least on
Windows. The only duplication is in loaded Python code, which includes
only your bot and the libraries it uses. If you have memory problems,
try to do without some libraries or to edit unused parts out of them.

Lorenzo Gatti




More information about the Python-list mailing list