Re: event_queue_remove not on queue 8

2010-02-28 Thread dormando
> my web app opens a mysql and a memcached connection when php script > starts, and then close the database and memcached connection right > before php script finishes execution. > > Based on the logging info I have, what happened was that there was > something wrong with mysql. queries were taking

Re: event_queue_remove not on queue 8

2010-02-28 Thread Beier
my web app opens a mysql and a memcached connection when php script starts, and then close the database and memcached connection right before php script finishes execution. Based on the logging info I have, what happened was that there was something wrong with mysql. queries were taking very long,

Re: Memcached used so little memory and CPU

2010-02-28 Thread Nicholas Tang
Agreed - losing the opcode cache is what's killing you. For optimal performance, I'd recommend trying something like this: Varnish or squid (or ncache or...) in front of Apache (or other webserver) with Php (with apc, xcache, etc.) with Memcached in front of Mysql (or other db) Varnish static pag

Re: Memcached used so little memory and CPU

2010-02-28 Thread Nicolai Scheer
Hi! Am 28.02.2010 07:05, schrieb abchunter: > Hi, > > I have huge Vbulletin Forum and i am trying now memcached as i was > using Xcached before. So, you are not using xcache anymore? If so... > But i wonder why Memcached using so little memory and CPU. And does > not reduce the load much compar