[Dbix-class] Caching connections

Dan Horne dan.horne at redbone.co.nz
Sun Apr 30 22:17:21 CEST 2006


From: Jesper Krogh [mailto:jesper at krogh.cc]
> 
> It "unfortunately" does not share the cache between different
> FastCGI-processes since each process has thier own memory-space and so
> forth. This makes it impossible to have a transaction over several
> http-request, but I think that stuff like that would be to hairy for me
> anyway. But it enables me to reflect the authenticated user directly
> into the database.
> 
I'm lucky in so far as my transactions don't need to span multiple HTTP
requests. Yes, having to worry about that would be hairy!

Dan





More information about the Dbix-class mailing list