In a project I've a performance problem that seems to be due to a too high quantity of 
access to the persistence engine.
Indeed I'm accessing user session object very often with the 
"getUserSessionObject(String name)" method and the "putUserSessionObject(String name, 
CSpValue val)" method. 
It seems that every access to session object this way disturbs the persistence engine.
I want to create an object (CSpHashTable) that will load all user session when created
 (with "spider.session.CSpSession.getAll()") and then flush it back so it is only
 accessed twice during one web event.
The problem I have is that I'm missing a "putAll()" method.
Any hint ?
_________________________________________________________________________

For help in using, subscribing, and unsubscribing to the discussion
forums, please go to: http://www.netdynamics.com/support/visitdevfor.html

For dire need help, email: [EMAIL PROTECTED]

Reply via email to