all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Robert Pluim <rpluim@gmail.com>
To: Eli Zaretskii <eliz@gnu.org>
Cc: monnier@iro.umontreal.ca,  emacs-devel@gnu.org
Subject: Re: Surprisingly high use of file descriptors
Date: Thu, 05 May 2022 10:25:52 +0200	[thread overview]
Message-ID: <87ee185qsv.fsf@gmail.com> (raw)
In-Reply-To: <83czgs2xwe.fsf@gnu.org> (Eli Zaretskii's message of "Thu, 05 May 2022 11:20:49 +0300")

>>>>> On Thu, 05 May 2022 11:20:49 +0300, Eli Zaretskii <eliz@gnu.org> said:

    >> From: Robert Pluim <rpluim@gmail.com>
    >> Cc: monnier@iro.umontreal.ca,  emacs-devel@gnu.org
    >> Date: Thu, 05 May 2022 09:51:03 +0200
    >> 
    >> >>>>> On Thu, 05 May 2022 10:47:26 +0300, Eli Zaretskii <eliz@gnu.org> said:
    >> 
    Eli> FTR, on MS-Windows the implementation uses a file handle per watch
    Eli> (one watch for each directory), but that handle is not monitored by
    Eli> the emulated pselect.  It also creates one thread per each watch.  The
    Eli> maximum number of file handles per process on MS-Windows is AFAIK very
    Eli> large (in the millions), and the maximum number of threads per process
    Eli> is on the order of tens of thousands.
    >> 
    >> That sounds like something Someone™ could use to write a proper 'poll'
    >> emulation ☺️

    Eli> What for? for file notifications we don't use any poll-like interface
    Eli> anyway.

I meant for subprocess support. Although if it behaved like 'select' I
wouldnʼt mind either.

    >> (I think gnulib has one, but I haven't looked at it).

    Eli> Isn't is still limited to 64 handles?

<peeks> It uses MsgWaitForMultipleObjects, so I think so.

Robert
-- 



  reply	other threads:[~2022-05-05  8:25 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-05-04 15:22 1024 file descriptors should be enough for anyone Robert Pluim
2022-05-05  0:55 ` Po Lu
2022-05-05  2:51   ` Po Lu
2022-05-05  7:09   ` Robert Pluim
2022-05-06  8:28     ` Robert Pluim
2022-05-06  8:54       ` Po Lu
2022-05-06  9:02         ` Robert Pluim
2022-05-06  9:28           ` Po Lu
2022-05-06  9:31             ` Robert Pluim
2022-05-06 10:41               ` Po Lu
2022-05-06 12:21                 ` Robert Pluim
2022-05-06 13:04                   ` Po Lu
2022-05-06 13:20                     ` Po Lu
2022-05-06 16:41                       ` Robert Pluim
2022-05-05  2:11 ` Surprisingly high use of file descriptors Stefan Monnier
2022-05-05  7:13   ` Robert Pluim
2022-05-05  7:47     ` Eli Zaretskii
2022-05-05  7:51       ` Robert Pluim
2022-05-05  8:20         ` Eli Zaretskii
2022-05-05  8:25           ` Robert Pluim [this message]
2022-05-05 11:35 ` 1024 file descriptors should be enough for anyone Lars Ingebrigtsen
2022-05-05 12:30   ` Robert Pluim
2022-05-05 13:12     ` Lars Ingebrigtsen
2022-05-05 13:45       ` Robert Pluim
2022-05-24 23:50         ` Lars Ingebrigtsen
2022-05-25 15:30           ` Robert Pluim

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87ee185qsv.fsf@gmail.com \
    --to=rpluim@gmail.com \
    --cc=eliz@gnu.org \
    --cc=emacs-devel@gnu.org \
    --cc=monnier@iro.umontreal.ca \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.