[Zope-dev] how bad are per-request-write-transactions

Romain Slootmaekers romain@zzict.com
Mon, 22 Apr 2002 11:28:21 +0200 (CEST)


Yo,

I have been following this thread for quite some time now,
and call me stupid if you must, but why don't you just keep 
the data in the session and write it all out when the session
gets cleaned up?

For the original problem (keeping statistics of site usage)
this will be more than enough. 

I did a webmining project using this in 2000 
(ok, it was jsp and not zope, but the approach is still valid, moreover
since from 2.5? onwards, you have a built in SESSION object you can use) 
 
have fun,

Sloot.