Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Nov 1998 11:00:21 -0700
From:      Nate Williams <nate@mt.sri.com>
To:        Bakul Shah <bakul@torrentnet.com>
Cc:        Nate Williams <nate@mt.sri.com>, hackers@FreeBSD.ORG
Subject:   Re: Supporting more than FD_SETSIZE fd's 
Message-ID:  <199811141800.LAA08322@mt.sri.com>
In-Reply-To: <199811141753.MAA25077@chai.torrentnet.com>
References:  <199811111903.MAA18067@mt.sri.com> <199811141753.MAA25077@chai.torrentnet.com>

next in thread | previous in thread | raw e-mail | index | archive | help
> > > The code fragment I showed is approx. right as I've used
> > > something similar a couple of times before but I will try to
> > > turn it into a working example over the weekend.
> 
> > Thanks.  If it included the MACROS so much the better. :) :) :)
> 
> Check out
>     http://www.bitblocks.com/src/select-test.c
> It even includes code to create and manipulate an FD set
> object!  Note that when used on a kernel that has fixed
> FD_SETSIZE select() implementation, you must allocate exactly
> FD_SETSIZE elements (and certainly no less) in an FD set.

Thanks, I may not use the code directly, but by looking at it I
certainly have a good idea how to make the JDK work, and why my attempts
at this failed. :(


Nate

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-hackers" in the body of the message



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