A full source code load on each Request?

2 views
Skip to first unread message

JohnnyL

unread,
Dec 24, 2009, 9:26:24 PM12/24/09
to web.py
Does web.py load up all the code on every request?

mengu

unread,
Dec 26, 2009, 3:45:08 AM12/26/09
to web.py
does it?

Graham Dumpleton

unread,
Dec 26, 2009, 4:30:24 AM12/26/09
to web.py

On Dec 25, 1:26 pm, JohnnyL <johnnyl...@gmail.com> wrote:
> Does web.py load up all the code on every request?

If running under a CGI/WSGI bridge then yes. If using other WSGI
hosting mechanisms which use persistent server processes to handle
requests, then in the main the answer is no. Specifically, any
standard Python modules would not be reloaded. Whether web.py has some
autoreloading feature for just request handlers I don't know.

Graham

Reply all
Reply to author
Forward
0 new messages