[imp] session timeouts
Eric S. Johansson
esj@harvee.billerica.ma.us
Fri, 16 Feb 2001 16:43:43 -0500
At 04:15 PM 2/16/2001 -0500, Chuck Hagenbuch wrote:
>Ah. No, in that case, most likely what's happening is that sessions are never
>getting garbage collected because (I'm guessing here) no one else is
>accessing
>this installation of IMP?
what a good guess! :-)
>If that's so, you can increase the probability that
>old sessions will be collected by upping gc_probability in HordeSession in
>local.inc.
the number is currently set to 5 so what happens if I increase to 20 or
drop it to 2? At what point do the probabilities reach 1 (guaranteed
garbage collection) and what does that mean? are we rapidly entering the
world of spinal tap where an amp is louder if it goes to 11 instead of 10??
hmmm. sound like it's time to read the code.
---eric