On Wed, Jul 04, 2012 at 01:59:46PM +0800, Liu Yuan wrote: > I am writing some patches to offload the data transfer work to threads, > with this change, I think the performance will be boosted. But I think > those patches are queued after 0.4.0 release. Interesting, I haven't really seen non-blocking event based I/O causing a bottleneck that easily. What model do you plan to use? Just a separate TX thread, or some sort of pool that will require additional locking? |