Re: Best practice for accepting TCP connections on multicore?
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
_______________________________________________
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@freebsd.org"
討論串 (同標題文章)
完整討論串 (本文為第 3 之 18 篇):