On Sat, 29 Jul 2006 04:07:12 GMT, Tim Roberts <[EMAIL PROTECTED]> wrote:
>Exactly.  The Python interpreter can take a significant fraction of a
>second to start.  For the typical short web request, the overhead can add
>up.
>
>On the other hand, unless you're handling dozens of requests per minute,
>users are unlikely to notice.
>
>You can also keep session state in memory instead of spilling to disk, and
>you can keep database sessions open.

Thanks for the explanations.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to