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.