Re: Memcached 1.4.5 - memcached-init and memcached.sysv licenses

2010-09-27 Thread Tomasz Zieliński
On 26 Wrz, 07:13, dormando dorma...@rydia.net wrote: Uhhhm. memcached-init is from: commit 4b1b1ae76ef6e78dd3f1d753931ac8051ae99e9a Author: Brad Fitzpatrick b...@danga.com Date:   Tue Dec 30 19:56:33 2003 + I assume brad copied the skeleton files and modified it. IANAL so I'm not

Re: Memcached 1.4.5 - memcached-init and memcached.sysv licenses

2010-09-27 Thread Tomasz Zieliński
On 27 Wrz, 01:14, Paul Lindner lind...@inuus.com wrote: I wrote the memcached sysv script and adapted it to fit fedora norms.  No worries there regarding license. So, it's covered by Memcached license or that MIT license I mentioned ? 2010/9/25 dormando dorma...@rydia.net Uhhhm.

Implementation of MemCached in a high volume, large database, online web system (site and service)

2010-09-27 Thread jonking007
Hi Really I'm looking for someone that can dicuss Memcache with me and how we may integrate this with our systems. I'd be happy to pay for the assistance. The situation is this MySQL Std and PHP5 web site and web service 120GB dB potential 1,000,000 hits per day 20-30% of these hits may be

Re: Implementation of MemCached in a high volume, large database, online web system (site and service)

2010-09-27 Thread Brian Moon
On 9/27/10 9:33 AM, jonking007 wrote: Hi Really I'm looking for someone that can dicuss Memcache with me and how we may integrate this with our systems. I'd be happy to pay for the assistance. The situation is this MySQL Std and PHP5 web site and web service 120GB dB potential 1,000,000 hits

Memcached make many SI (Software Interrupts)

2010-09-27 Thread ARccRA
Hi We have an 2 x quad core server with 32 gb ram. If many clients connect to this server (only memcached runs on it) the first core run to nearly 100 % use by si (software interrups) and so some client can't reach the server. Memcached runs currently with 4 threads and with version (1.4.2). All

Re: Implementation of MemCached in a high volume, large database, online web system (site and service)

2010-09-27 Thread MikeG.
I don't know about MySQL limitation if any (I use Oracle) but as far as memcached I can tell you the following: One big company I'm with had a problem that on Christmas day, between 9am and 1pm got pick hits of 6 million hits per hour world wide. This is a lot. memcached was selected for me but

Re: Memcached make many SI (Software Interrupts)

2010-09-27 Thread dormando
We have an 2 x quad core server with 32 gb ram. If many clients connect to this server (only memcached runs on it) the first core run to nearly 100 % use by si (software interrups) and so some client can't reach the server. Memcached runs currently with 4 threads and with version (1.4.2). All

Re: Repopulating cache after cache miss.

2010-09-27 Thread Adam Lee
Yeah, I say either go with Gearman or else have backend processes that generate the data and write it to the cache instead of generating it within the context of a client request. On Sun, Sep 26, 2010 at 12:44 PM, Brian Moon br...@moonspot.net wrote: My concern is that the client may make