Is this true regarding Python's limitation?

Alex cut_me_out at hotmail.com
Thu Sep 21 13:29:41 EDT 2000


> Someone told me that the reason Java is better than Python for server-
> side CGI is because where Java uses one process and creates threads for
> each user's access, Python creates sperate processes for each user's
> CGI access.  So using Python would greatly limit and perhaps crash a
> server.
> 
> Is this true?

No.  Check out FastCGI, for instance.

Alex.

-- 
Speak softly but carry a big carrot.



More information about the Python-list mailing list