Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 7 Jun 2014 02:53:06 +0200 (CEST)
From:      Dirk Engling <erdgeist@erdgeist.org>
To:        Daniel Janzon <janzon@gmail.com>
Cc:        freebsd-hackers@freebsd.org
Subject:   Re: Best practice for accepting TCP connections on multicore?
Message-ID:  <alpine.BSF.2.00.1406070252270.21531@erdgeist.org>
In-Reply-To: <CAAGHsvDhaqQbwir5P%2BoaH_Qa8VZ0aj9A2SGrn%2B2shJMQ21B6Jw@mail.gmail.com>
References:  <CAAGHsvDhaqQbwir5P%2BoaH_Qa8VZ0aj9A2SGrn%2B2shJMQ21B6Jw@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?alpine.BSF.2.00.1406070252270.21531>