in reply to Re: Tracking user exits
in thread Tracking user exits

I was thinking about this a bit more last night and another method which would be faster than using a DB is shared memory.

This would probably only work if you're using mod_perl or you have a script that is always running which prunes out the expired connections. I think this method might be a bit nicer than using the file system as well.

I haven't tested it to see what the performance is like, but it could be good.