Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 Jun 2022 07:16:36 +0000
From:      bugzilla-noreply@freebsd.org
To:        emulation@FreeBSD.org
Subject:   [Bug 230273] linux_select CALL is very slow (100 ms)
Message-ID:  <bug-230273-4077-6Ec0dUmcNK@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-230273-4077@https.bugs.freebsd.org/bugzilla/>
References:  <bug-230273-4077@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D230273

--- Comment #15 from Dmitry Chagin <dchagin@FreeBSD.org> ---
(In reply to Tatsuki Makino from comment #13)
Does it take time to detect if the listening socket is readable, or were th=
ere
simply no clients?

select return 1, so 1 readfds is ready to accept. we should check timeout.

from the first messgae:
0.000009030 linux_select(0x1,0x7fffffffd310,0x0,0x0,0x7fffffffd390) =3D 1 (=
0x1)
                                                      ^^^^^^^^^^^^^^
0.000009219 read(0,"f\0\0\0",4)                  =3D 4 (0x4)
0.104589092 linux_select(0x1,0x7fffffffd290,0x0,0x0,0x7fffffffd310) =3D 1 (=
0x1)
                                                      ^^^^^^^^^^^^^^

supplied timevals differs, I need to know its values

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-230273-4077-6Ec0dUmcNK>