On Oct 27, 2:36 pm, Paul Rubin <http://[EMAIL PROTECTED]> wrote:
> "James Mills" <[EMAIL PROTECTED]> writes:
> > Heaven knows! I hardly think invoking hundreds
> > and possibly thousands of short-lived python
> > interpreters to be an optimal solution that may
> > have spawned this particular thread.
>
> It's not optimal but it is very common (CGI for example).

CGI? When you're talking about CGI, network traffic is simply the
biggest bottleneck, not something like python interpreter startup
time. Also, welcome to the 21st century, where CGI is considered as an
outdated protocol.
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to