On Tue, Nov 30, 2010 at 9:41 AM, Kelly Brock wrote:
> Great news but the iocp fix needs a minor fix:
>
> Line 618 & 619 need to be modified as follows:
> setsockopt(sock, SOL_SOCKET, SO_UPDATE_ACCEPT_CONTEXT,
> (char *)&as->lev->fd, sizeof(&as->lev->fd));
>
> This
Thanks a lot
On Tue, Nov 30, 2010 at 5:31 PM, Frank Denis wrote:
> Le Tue, Nov 30, 2010 at 05:02:22PM +0200, Sherif Fanous ecrivait :
> > The Changelog states the following
> >
> > Disable changelist for epoll by default because of Linux dup() bug; add
> an
> > option and/or an envvar to reenabl
Le Tue, Nov 30, 2010 at 05:02:22PM +0200, Sherif Fanous ecrivait :
> The Changelog states the following
>
> Disable changelist for epoll by default because of Linux dup() bug; add an
> option and/or an envvar to reenable it for speed.
>
> Can an example be provided on how to enable it please
H
The Changelog states the following
Disable changelist for epoll by default because of Linux dup() bug; add an
option and/or an envvar to reenable it for speed.
Can an example be provided on how to enable it please
Thanks
On Tue, Nov 30, 2010 at 4:46 PM, Ralph Castain wrote:
> And I have a Win
And I have a Windows and Solaris compile patch for you too :-)
My bad - I'm behind in getting it to you.
On Nov 30, 2010, at 7:41 AM, Kelly Brock wrote:
> Great news but the iocp fix needs a minor fix:
>
> Line 618 & 619 need to be modified as follows:
> setsockopt(sock, SOL_SOCK
Great news but the iocp fix needs a minor fix:
Line 618 & 619 need to be modified as follows:
setsockopt(sock, SOL_SOCKET, SO_UPDATE_ACCEPT_CONTEXT,
(char *)&as->lev->fd, sizeof(&as->lev->fd));
This is due to the line just obove setting as->s to invalid.
KB
>