19 Dec
2002
19 Dec
'02
7:17 p.m.
On Thursday 19 December 2002 06:34, kapil thangavelu wrote:
say that ;-)... relating to the new zodb cache impl toby did thats in 2.6. what exactly are you doing and how are you doing it? are you holding on to connections for more than the length of one request, how are you creating them, etc.
I create a connection with unique ID for each logged in user. Therefore user should run only one thread of its unique connect (at least I guess Zope will not clone it somehow). The only think I found is to _delete_ a self._v_database_connection on manage_close_connection() in ../Shared/DC/..../Connection.py and it even works as I expect. But I'm not sure it is right way. -- Regards, Bogdan One picture is worth 128K words.