Re: What happened to --enable-threads

2009-07-13 Thread dormando
Yup. There's no more a single threaded mode. If you want to emulate the old behavior you can start it with a single thread via -t 1 -Dormando On Mon, 13 Jul 2009, NICK VERBECK wrote: Was working on upgrading some servers from 1.2 to 1.4 and noticed that the --enable-threads config option no

Re: php database abstraction layer / memcached

2009-07-13 Thread Patrick May
Sounds like you are looking for ADODB: http://phplens.com/lens/adodb/docs-adodb.htm#memcache On Jun 24, 3:44 am, Markus axi...@googlemail.com wrote: My apologies if this mail may appear slightly off-topic. Is there a php database abstraction layer which uses memcached for caching? tnx!

Re: php database abstraction layer / memcached

2009-07-13 Thread Joseph Engo
Unless you are supporting multiple databases, the extra overhead of ADODB is generally not worth it. Its serializing the value and using an md5 of the query as the cache key name. Unnecessary overhead and it will make deleting cache keys a pain in the ass for a large application. If

RE: Anyone want Memcached 1.4.x for Windows?

2009-07-13 Thread Dan Wierenga
Just out of curiosity, has anyone looked at building it with the Subsystem for Unix Applications (Windows SUA)?It seems like this type of thing is exactly why the SUA is supported by Microsoft. http://technet.microsoft.com/en-us/library/cc779522(WS.10).aspx On my SUA installation