[Tutor] Python on multicore machines

OkaMthembo zebra05 at gmail.com
Fri Nov 27 17:01:45 CET 2009


> 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.

Thanks Stefan, i was  not aware of the fact.

On Fri, Nov 27, 2009 at 5:42 PM, Stefan Behnel <stefan_ml at behnel.de> wrote:

> 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 at python.org
> To unsubscribe or change subscription options:
> http://mail.python.org/mailman/listinfo/tutor
>



-- 
Regards,
Lloyd
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/tutor/attachments/20091127/6b36d54c/attachment-0001.htm>


More information about the Tutor mailing list