Multiple instances

Peter Hansen peter at engcorp.com
Fri Nov 22 21:46:23 EST 2002


Xiang Zhang wrote:
> 
> I would like to run multiple instances of the same Python script
> simultaneously. Does Python support such use?

Yes it does, but are you sure you really want to?  This isn't an
attempt to improve performance, is it?  There are some reasons
to run multiple scripts in parallel, but there are some good
reasons not to, as well.  What's the script doing, and why do
you think you want to run it that way?

-Peter



More information about the Python-list mailing list