Multiple instances

Erik Max Francis max at alcyone.com
Mon Nov 18 18:11:14 EST 2002


Xiang Zhang wrote:

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

That depends on your operating system.  Certainly there's no reason why
multiple instances of the interpreter couldn't be running
simultaneously; Python would be nearly useless on a multiuser,
multitasking operating system if that were the case.

-- 
 Erik Max Francis / max at alcyone.com / http://www.alcyone.com/max/
 __ San Jose, CA, USA / 37 20 N 121 53 W / &tSftDotIotE
/  \ Who's not sat tense before his own heart's curtain?
\__/ Rainer Maria Rilke
    Maths reference / http://www.alcyone.com/max/reference/maths/
 A mathematics reference.



More information about the Python-list mailing list