Multiple Python Apps on Linux

Robert Oschler Oschler at earthlink.net
Fri Sep 6 22:06:04 EDT 2002


If I run several single-threaded Python apps simultaneously, each launched
as their own process running on Linux, are they truly independent or will
Python's "global library lock flag" come into play like it does for a single
Python app that is multi-threaded?

thx






More information about the Python-list mailing list