Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 09 Nov 1998 13:51:54 -0500
From:      "Kaleb S. KEITHLEY" <kaleb@ics.com>
To:        hackers@FreeBSD.ORG
Subject:   Re: Supporting more than FD_SETSIZE fd's
Message-ID:  <364739CA.524190C4@ics.com>
References:  <199811091830.NAA24229@lakes.dignus.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Thomas David Rivers wrote:

> > No external libraries are used except for Motif.  I'm not sure if it
> > uses Select, but I doubt it.  In any case, I'm still defaulting to a
> > larger limit, which is still not a great solution.
> 
>  I believe you'll find that X11 (on which Motif is based) does use
> select().

Since X11R6(.0) Xlib and Xt in the Sample Implementation use poll if the
system has it, otherwise they use select. It is a given, that if you're
using Motif, you are also using Xt and Xlib; thus you are using either
select or poll.

-- 

Kaleb S. KEITHLEY

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?364739CA.524190C4>