On Aug 2, 2011, at 11:16 PM, Jilles Tjoelker wrote:
> On Mon, Aug 01, 2011 at 08:11:04AM +0200, Vlad Galu wrote:
>> On Jul 31, 2011, at 9:59 PM, Bernard van Gastel wrote:
>>> I want to reduce the number of syscalls for my networking
>>> application. The app handles incoming connections with the
>>>
On Mon, Aug 01, 2011 at 08:11:04AM +0200, Vlad Galu wrote:
> On Jul 31, 2011, at 9:59 PM, Bernard van Gastel wrote:
> > I want to reduce the number of syscalls for my networking
> > application. The app handles incoming connections with the
> > 'accept()' system call. Is there a way to specify to a
On Jul 31, 2011, at 9:59 PM, Bernard van Gastel wrote:
> Hi all,
>
> I want to reduce the number of syscalls for my networking application. The
> app handles incoming connections with the 'accept()' system call. Is there a
> way to specify to accept() that the newly created file descriptors sh
Hi all,
I want to reduce the number of syscalls for my networking application. The app
handles incoming connections with the 'accept()' system call. Is there a way to
specify to accept() that the newly created file descriptors should be
non-blocking (FIONBIO)? This will avoid an ioctl() after t
4 matches
Mail list logo