in reply to Apache::Session and Compression
I'm just noticing that my session data is growing larger and larger, and could likely benefit from some sort of elementary compression.Maybe you have too much session data (what's large)? Is it accessed often? What's the average lifespan? It shouldn't take more than a line of code using some Compress:: module from cpan, so you should go ahead and make the change and see how that affects performance.
|
|---|