[Bug 230273] linux_select CALL is very slow (100 ms)

From: <bugzilla-noreply_at_freebsd.org>
Date: Wed, 29 Jun 2022 07:48:39 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230273

--- Comment #17 from Tatsuki Makino <tatsuki_makino@hotmail.com> ---
(In reply to Dmitry Chagin from comment #15)

comment #0 log is cut off below that select, so we don't know what it is.
readfds are also different (on stack?) so it may be a different job with
different functions that should not be compared in terms of time taken.

(In reply to Dmitry Chagin from comment #16)

If there is no problem there, we may need to limit the number of clients served
by this program and see how it goes.
This is to eliminate the possibility that the number of file descriptors has
increased to a number that cannot be handled by linux_select().

-- 
You are receiving this mail because:
You are the assignee for the bug.