Best practice for accepting TCP connections on multicore?

Dirk Engling erdgeist at erdgeist.org
Sat Jun 7 00:53:10 UTC 2014


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


More information about the freebsd-hackers mailing list