Re: memcached-session-manager released, add to MemcachedOffspring

2009-10-28 Thread Martin Grotzke
On Wed, Oct 28, 2009 at 6:44 PM, Brian Hawkins wrote: > This will answer all of your serialization questions. > > http://code.google.com/p/thrift-protobuf-compare/wiki/Benchmarking Yes, this is indeed a very good resource, I'm already evaluating libs based on this comparison. Though, I have tw

Re: memcached-session-manager released, add to MemcachedOffspring

2009-10-28 Thread Martin Grotzke
On Wed, Oct 28, 2009 at 5:01 PM, Christian Becker wrote: > > 2009/10/28 Martin Grotzke > >> On Tue, Oct 27, 2009 at 8:04 PM, Christian Becker > > wrote: >> >>> 2009/10/27 Martin Grotzke >>> On Tue, Oct 27, 2009 at 5:36 PM, Christian Becker < lobe...@googlemail.com> wrote: >>> They

Re: memcached-session-manager released, add to MemcachedOffspring

2009-10-28 Thread Brian Hawkins
This will answer all of your serialization questions. http://code.google.com/p/thrift-protobuf-compare/wiki/Benchmarking Brian On Wed, Oct 28, 2009 at 2:54 AM, Martin Grotzke < martin.grot...@googlemail.com> wrote: > On Tue, Oct 27, 2009 at 8:04 PM, Christian Becker > wrote: > >> Hi, >> >> 200

Re: memcached-session-manager released, add to MemcachedOffspring

2009-10-28 Thread Christian Becker
2009/10/28 Martin Grotzke > On Tue, Oct 27, 2009 at 8:04 PM, Christian Becker > wrote: > >> Hi, >> >> 2009/10/27 Martin Grotzke >> >>> On Tue, Oct 27, 2009 at 5:36 PM, Christian Becker < >>> lobe...@googlemail.com> wrote: >>> >> They argument with too big session objects and too many requests/t

Re: memcached-session-manager released, add to MemcachedOffspring

2009-10-28 Thread Martin Grotzke
On Tue, Oct 27, 2009 at 8:04 PM, Christian Becker wrote: > Hi, > > 2009/10/27 Martin Grotzke > >> On Tue, Oct 27, 2009 at 5:36 PM, Christian Becker > > wrote: >> > They argument with too big session objects and too many requests/traffic > for the memcached - but i already did some calculations an

Re: memcached-session-manager released, add to MemcachedOffspring

2009-10-27 Thread Christian Becker
Hi, 2009/10/27 Martin Grotzke > Hi Christian, > > On Tue, Oct 27, 2009 at 5:36 PM, Christian Becker > wrote: > >> Hi Martin, >> >> thanks for your reply :) >> >> I found the website of your company and after reading your references, now >> i am really confident that the session manager would be

Re: memcached-session-manager released, add to MemcachedOffspring

2009-10-27 Thread Martin Grotzke
Hi Christian, On Tue, Oct 27, 2009 at 5:36 PM, Christian Becker wrote: > Hi Martin, > > thanks for your reply :) > > I found the website of your company and after reading your references, now > i am really confident that the session manager would be able to handle our > load :) > Great to hear th

Re: memcached-session-manager released, add to MemcachedOffspring

2009-10-27 Thread Christian Becker
Hi Martin, thanks for your reply :) I found the website of your company and after reading your references, now i am really confident that the session manager would be able to handle our load :) Now the only thing left to do is the persuasion of our development team, since they have the position,

Re: memcached-session-manager released, add to MemcachedOffspring

2009-10-27 Thread Martin Grotzke
Hi Christian, I created the memcached-session-manager (msm) for the relaunch of one of the biggest sites in germany, therefore it's designed to be performant and scalable :) (the relaunch is still under development). We're just in the process of integrating msm in other projects as well, as sessio

Re: memcached-session-manager released, add to MemcachedOffspring

2009-10-27 Thread Martin Grotzke
Great, thanx! Cheers, Martin On Mon, Oct 26, 2009 at 3:33 PM, steve.yen wrote: > > Cool. Added to the the MemcachedOffspring page... > > Steve > > On Oct 24, 5:38 pm, "martin.grotzke" > wrote: > > Hi, > > > > I just release memcached-session-manager 1.0: > http://code.google.com/p/memcached-

Re: memcached-session-manager released, add to MemcachedOffspring

2009-10-26 Thread Christian Becker
Hi Martin, this looks really great. Since we also use tomcat for our platform, we would like to use it. But, can you please tell me a reference where you already use it? It would be great if you can tell me a bit about the performance and stability. thank you, cheers, Christian On 25 Okt., 01:

Re: memcached-session-manager released, add to MemcachedOffspring

2009-10-26 Thread steve.yen
Cool. Added to the the MemcachedOffspring page... Steve On Oct 24, 5:38 pm, "martin.grotzke" wrote: > Hi, > > I just release memcached-session-manager > 1.0:http://code.google.com/p/memcached-session-manager/ > > It's a session failover solution for tomcat, sending sessions to > memcached aft

memcached-session-manager released, add to MemcachedOffspring

2009-10-24 Thread martin.grotzke
Hi, I just release memcached-session-manager 1.0: http://code.google.com/p/memcached-session-manager/ It's a session failover solution for tomcat, sending sessions to memcached after a request is finished, so that this session can be picked up by other tomcats if one tomcat fails. It would be g