- (POSSIBLE FEATURE) Implement automatic caching. The protocol should contain a can_be_cached boolean flag for the query. If the query is cacheable squale should md5sum the query string and count the number of occurence. If it reaches thresold job resultset is reffed and distributed from cache.
- Optimize memcpy using SSE/MMX accelerated assembler code ? Ask wim his thoughts about that.
- It seems that in certain cases the job_io_watch gets called 2 times even when we are supposed to send the job resultset to the client. May socketpair operations overlap somehow ?
