emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: 1024 file descriptors should be enough for anyone


From: Po Lu
Subject: Re: 1024 file descriptors should be enough for anyone
Date: Fri, 06 May 2022 16:54:08 +0800
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.91 (gnu/linux)

Robert Pluim <rpluim@gmail.com> writes:

>     Po> init_xterm must reject displays whose fds are larger than FD_MAXSIZE 
> on
>     Po> Lucid and Motif builds, since Xt uses pselect internally.  (I don't
>     Po> remember if XtOpenDisplay does that for you anymore.)

> xcb will check for exceeding FD_SETSIZE, but only when using 'select',
> and Xt will use 'poll' if itʼs available, so I donʼt think itʼs an
> issue.

Xlib may or may not be built with xcb, that's hardly a given.  (We only
know that's true when USE_XCB is defined.)  Likewise for Xt using
`poll', which is optional, and may or may not be how the user's
installation is built.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]