Session objects in zope
Hi, It is said when using ASP it is not encouraged to use many session variables. Is this the same for Zope? Greets, Daniel
Nope. (but then again that's M$) Zope has a nice, simple and pretty flexible sessioning mechanism built into it. Look up the topic on Sessions in the zope book. As far as the number of session vars that you can use, theres always a limit, but it depends on how much RAM you got. On my production site I use anywhere from 5-15 vars per user at different times (the system has about 1.75 G RAM) and there have been no performance problems. Perhaps some other ppl might be able to shed some light on how exactly to estimate the limit based on your system. Software wise I have yet to see any problems. HTH AM Daniël Hooymans wrote:
Hi,
It is said when using ASP it is not encouraged to use many session variables.
Is this the same for Zope?
Greets,
Daniel
-- ================================================================== Aseem Mohanty Neurobehavioral Systems Inc, 828 San Pablo Ave, Albany, CA 94706 (R) 510 7696011 (M) 510 3014871 (O) 510 5279231 ================================================================== "I saw `cout' being shifted "Hello world" times to the left and stopped right there!!" -- Steve Gonedes ==================================================================
participants (2)
-
AM -
Daniël Hooymans