Category: PHP

libevent for PHP

February 3rd, 2010
Libevent is a library that provides a mechanism to execute a callback function when a specific event occurs on a file descriptor or after a timeout has been reached. Recently, an extension emerged in PECL (link) that provides bindings between libevent… more »

nanoserv, bloat and performance

February 2nd, 2010
When software evolves, it often gain features and flexibility, but these also means bloat. And bloat leads to bad performance. Sometimes apps get so much bloated and slow that they just become less and less attractive. I remember using and enjoying the… more »