Hi everybody, I'm playing some more with CherryPy under Google
AppEngine, and am stuck when it comes to sessions. For a first try, I
set the session type to 'ram' -- even though this won't do anything
since GAE runs one process per request, I figured it was a good place
to start.
Problem is that any attempt to set data into the session causes the
server to hang. i.e. a simple:
You can certainly unsubscribe() that Monitor. But then there won't be
any process by which stale session files get harvested--you'd have to
move that to either a cron job, or something that gets run in, say, an
on_end_request hook (i.e. subvert a request thread _after_ it has
returned data to the user).
It looks like you might be able to unsubscribe it most easily by setting
tools.caching.clean_thread to True (or anything else that bool-evals to
True).
Robert Brewer
fuma...@aminus.org