Josh Chamas
Fri, 08 Oct 2004 07:47:13 -0700
The application I'm testing doesn't store a lot in session though I've specified MLDBM for StateDB. If the session data *were* growing too large, is there any warning? Do I just lose session data or do I crash/hang? As I said though, I am using the recommended MLDBM.
MLDBM is not a valid setting for StateDB. Try DB_File or GDBM_File if you are storing a lot of data there, but if you are, know that it will slow things down considerably.
Also, heed Warren's advice on measuring, not guessing.
If you need a trace level view of Apache::ASP execution, set "PerlSetVar Debug -3" in your httpd.conf, and restart your web server. There should be low level execution traces occuring then in your apache error_log.
Regards,
Josh
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]