This is the mail archive of the ecos-discuss@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: select failure


On Mon, Oct 04, 2004 at 12:47:11PM -0400, Steve West wrote:
> 
> Hello,
> 
>     I have a problem with select failing when the number of threads exceeds
> 256. Each thread has some sort of socket and maybe uses select. I have the
> number of sockets & events set to 2048 and 20megs of network memory. This is
> on an IA PC platform.

Try increasing FD_SETSIZE in current/include/sys/select.h

        Andrew

-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]