Hey guys,

I've been using web.py for approximately two hours, so bear with me.
Basically I have a GET handler assigned to a URL and everything's
working, but I'm noticing that web.py is actually instantiating a new
handler object for each request that comes in. Is it possible to have
it create just one instance, and keep on calling the GET method of the
same one over again?

Note that I'm not asking for sessions, it's nothing per-user, I
basically just want to be able to do some caching of requests that
have come in before.

Is this possible?
Thanks!
-Adrian

-- 
You received this message because you are subscribed to the Google Groups 
"web.py" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/webpy?hl=en.

Reply via email to