Improving interpreter startup speed

Lie Lie.1296 at gmail.com
Wed Oct 29 07:43:43 EDT 2008


On Oct 27, 2:36 pm, Paul Rubin <http://phr...@NOSPAM.invalid> wrote:
> "James Mills" <prolo... at shortcircuit.net.au> 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.



More information about the Python-list mailing list