Ticket #854 (defect)
Opened 2 months ago
Last modified 2 months ago
Add possibility to disable session cleanup thread
Status: closed (fixed)
| Reported by: | guest | Assigned to: | no_mind |
|---|---|---|---|
| Priority: | high | Milestone: | 3.1 |
| Component: | sessions | Keywords: | |
| Cc: |
Please add the possibility to disable session cleanup Monitor in the configuration. Google App Engine runtime does not allow creating new threads in the sanbox.
Discussion is here:
http://groups.google.com/group/cherrypy-users/browse_thread/thread/e00b989a2460ef16#
Change History
09/09/08 02:47:01: Modified by guest
09/27/08 19:30:54: Modified by fumanchu
- status changed from new to closed.
- resolution set to fixed.
Fixed in [2045]. Just set tools.sessions.clean_freq to 0 or None.


Documentation what Apps cannot do:
http://code.google.com/appengine/docs/python/sandbox.html