about summary refs log tree commit homepage
tag namev0.5.0 (426b6538bd9ee71849898f448318f8ebfd7cbb34)
tag date2012-09-10 01:14:23 +0000
tagged byEric Wong <normalperson@yhbt.net>
tagged objectcommit 3090c9c6a5...
downloadcmogstored-0.5.0.tar.gz
cmogstored 0.5.0
* I/O utilization is now reported correctly when multiple
  MogileFS devices share the same local filesystem

* attempt to reduce client-side syscalls on low-latency networks
  with TCP_NOPUSH/TCP_CORK

* remove a tiny chance of starvation when sharing work between threads
  while improving theoretical fairness

* minor code cleanups and gnulib updates

* acceptor threads push directly into the event queue to avoid
  poorly-defined TCP_DEFER_ACCEPT/accept filter semantics

* acceptor threads no longer touch the FS, so they are now scaled
  to CPU count, not filesystem count

* absolute URIs are now supported in HTTP/1.1 requests