Re: MemCached with Liighttpd

2014-03-23 Thread jResponse IDE
Thank you, Ryan. On Sunday, March 23, 2014 2:31:36 AM UTC+1, Ryan McElroy wrote: Lots of people successfully have used both together, but they aren't closely related in any way that I'm aware of so I wouldn't expect any conflicts. Is there anything in particular you're worried about? The

Re: MemCached with Liighttpd

2014-03-23 Thread dormando
The memcached library that lighttpd uses, last I checked, was synchronous. Lighttpd is an async webserver, which means each time it needs to fetch something from memcached it will block the entire thing waiting for a response. It won't block very long, mind you, but it can't process in parallel.

MemCached with Liighttpd

2014-03-22 Thread jResponse IDE
Am I likely to run into any nasty surprises using memcached with lighthttpd? I have used it often enough in a standard LAMP setup but I now need to move to a setup with Lighttpd and MariaDB on an Ubuntu 12.04 box. I would imagine that it will work but I thought it best to post here and