in reply to Re: Judiciously avoiding DESTROY method for CGI::Session clobber prevention
in thread Judiciously avoiding DESTROY method for CGI::Session clobber prevention
I agree with you and jasonk that Apache::Session is generally better suited for concurrency, although I really like a lot of things about CGI::Session (specifically, the ability to have Data::Dumper serialization and /tmp file storage -- very transparent for debugging).
Furthermore, although locking would be the full solution here, my app does not require it, and I would view that as a significant negative (due to possible blocking). All of the "hard" transactional stuff I'm doing is done with real DB transactions -- the session stuff is fairly "soft."
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Judiciously avoiding DESTROY method for CGI::Session clobber prevention
by perrin (Chancellor) on Jun 08, 2005 at 21:59 UTC |