Skip to content
This repository has been archived by the owner on May 24, 2022. It is now read-only.

using memcached for storing shared sessions #88

Open
ktwalrus opened this issue Apr 7, 2012 · 1 comment
Open

using memcached for storing shared sessions #88

ktwalrus opened this issue Apr 7, 2012 · 1 comment

Comments

@ktwalrus
Copy link

ktwalrus commented Apr 7, 2012

I read in the readme file that using the shared memory option for shared sessions adds a lot of complexity to gain some speed. This bothers me a bit and makes me feel that I should not enable this feature.

What if you just used memcached as an option for storing/retrieving shared session data? Would this make things less complex and still allow some speed gains? Or, would the overhead of interacting with memcached be too great to make this feature useless?

Anyway, I'm not a stud user yet as I am just researching, but thought I would make the suggestion.

@vincentbernat
Copy link
Contributor

For local caching, it is dubious that adding memcached support would go anywhere near the performance of a shared memory segment. For remote caching, look at issue #29 for a discussion about this.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants