I'm going production with my cherrypy site in a few weeks
and need some
pointers.
Performance replated questions:
1. Thre was some discussion about the lowercase api use
only. I'm using
2.2rc1. Do I have to do anything explicitly for this?
2. My site configuration looks like:
cherrypy.config.update({'sessionFilter.on': True,
'baseUrlFilter.on':True,
'server.environment':'production'})
What other parametes should I add? How many threads should I
start
with?
3. Is there any way to persist the session data to disk. So
that when I
restart the server all the session data is still maintained?
4. Where can I change the expiration of session? Currently
they expire
in about 10-15 minutes. I would like to change it so that
they never
expire.
5. Any other changes that you may suggest?
Thanks and wish me luck!!
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the
Google Groups "cherrypy-users" group.
To post to this group, send email to cherrypy-users googlegroups.com
To unsubscribe from this group, send email to
cherrypy-users-unsubscribe googlegroups.com
For more options, visit this group at http://
groups.google.com/group/cherrypy-users
-~----------~----~----~----~------~----~------~--~---
|