Welcome Guest, Not a member yet? Register   Sign In
thinking about sessions and databases
#10

[eluser]Sean Murphy[/eluser]
Unless you're using a shared disk like NFS across all of your application servers, the more servers you have, the less efficient file caching will become.

Depending on the importance of what you're storing in your sessions, using only memcached may be an option. It would be faster than any combination of DB or file storage, and scales much better. The only thing is if one of your memcached servers goes down you have to be okay with loosing all the session data. A shopping cart would be one case where that wouldn't be acceptable.


Messages In This Thread
thinking about sessions and databases - by El Forum - 03-30-2008, 11:09 AM
thinking about sessions and databases - by El Forum - 03-31-2008, 06:30 AM
thinking about sessions and databases - by El Forum - 03-31-2008, 06:51 AM
thinking about sessions and databases - by El Forum - 03-31-2008, 07:20 AM
thinking about sessions and databases - by El Forum - 03-31-2008, 07:43 AM
thinking about sessions and databases - by El Forum - 03-31-2008, 08:06 AM
thinking about sessions and databases - by El Forum - 03-31-2008, 08:19 AM
thinking about sessions and databases - by El Forum - 03-31-2008, 10:08 AM
thinking about sessions and databases - by El Forum - 03-31-2008, 03:09 PM
thinking about sessions and databases - by El Forum - 03-31-2008, 04:18 PM



Theme © iAndrew 2016 - Forum software by © MyBB