Monthly Archives: December 2009

lockd, a memcached like locking daemon in php

You might have seen my last post about this code (here) if you are one of my 2.3 loyal readers . It wasnt nearly so complete or robust then (segfaulting? come on! right?) The segfaulting was caused by stupidly using $this->function() from inside of $this->function() for recursion, overloading the stack. Note to self: don’t be [...]