OkaMthembo, 27.11.2009 16:15:
> i've read that only one
> instance of the  Python interpreter can run on a single machine.

That's likely the source of your confusion then. You can run any number of
Python interpreters on a single machine (limited by system resources like
RAM, obviously), and in fact, many web servers will do that for you to
handle multiple requests in parallel.

Stefan

_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor

Reply via email to