Re: Storing Tomcat Sessions to MySQL (and Memcached) Round-Robin without sticky sessions

2009-12-17 Thread anthonyvierra
Hi Mark, Thanks for the reply. In your opinion should we be using local memory to store any session data? The discussion right now is to store everything to cache+db and nothing in local memory. On Sat, Dec 12, 2009 at 5:06 AM, Mark Woodward wrote: > About 12 years ago, I wrote a system called m

Re: Storing Tomcat Sessions to MySQL (and Memcached) Round-Robin without sticky sessions

2009-12-14 Thread anthonyvierra
Could you guys have a peek at the description here and see if i'm missing anything http://code.google.com/p/tomcat-nonstick-session-manager/ On Mon, Dec 14, 2009 at 11:56 AM, wrote: > We will be developing the "NON-STICK" session manager here under the > Apache 2.0 License. > http://code.google.

Re: Storing Tomcat Sessions to MySQL (and Memcached) Round-Robin without sticky sessions

2009-12-14 Thread anthonyvierra
We will be developing the "NON-STICK" session manager here under the Apache 2.0 License. http://code.google.com/p/tomcat-nonstick-session-manager/ On Sat, Dec 12, 2009 at 5:06 AM, Mark Woodward wrote: > About 12 years ago, I wrote a system called msession for PHP that was > basically a high-speed

Re: Storing Tomcat Sessions to MySQL (and Memcached) Round-Robin without sticky sessions

2009-12-12 Thread anthonyvierra
I would like to attempt to get the team to complete this next week. At this point we are looking at the session manager. Is there some other area we should look at modifying? On Sat, Dec 12, 2009 at 5:06 AM, Mark Woodward wrote: > About 12 years ago, I wrote a system called msession for PHP that

Storing Tomcat Sessions to MySQL (and Memcached) Round-Robin without sticky sessions

2009-12-11 Thread anthonyvierra
Hello, Thanks in advance for your help. I would like to know if anyone is currently modifying, has modified, or plans to modify Tomcat 6.0.20 to store/read sessions directly in Memcached + MySQL to enable session persistence with round-robin and without sticky sessions? If so would you be so kind