On Sat, 7 Jun 2014, Daniel Janzon wrote: > Is there any better way than doing the accept() call in one thread and then > dispatch it to a thread on another core with any user space method? Why use accept() and not kevent()? You need to keep it portable? erdgeist