public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* epoll_wait inaccurate timeout
@ 2016-12-02 12:11 Dmitry Banschikov
  2016-12-12 11:34 ` Eric Wong
  0 siblings, 1 reply; 3+ messages in thread
From: Dmitry Banschikov @ 2016-12-02 12:11 UTC (permalink / raw)
  To: linux-kernel

Hi!

I have a problem caused by inaccurate timeouts in epoll_wait(2).
Here are some parts of strace -tt output:

22578 09:33:46.959791 epoll_wait(5,  <unfinished ...>
22578 09:33:50.010794 <... epoll_wait resumed> [], 128, 1498) = 0
...
22034 09:35:07.686896 epoll_wait(5,  <unfinished ...>
22034 09:35:09.482526 <... epoll_wait resumed> [{EPOLLIN,
{u32=151458248, u64=151458248}}], 128, 362) = 1
...
22036 09:35:41.433241 epoll_wait(5,  <unfinished ...>
22036 09:35:43.176881 <... epoll_wait resumed> [], 128, 97) = 0

In each example epoll_wait is blocked for too longer then asked in timeout.

Is it normal?

Please CC me.



-- 

Dmitry Banschikov

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-12-13  7:47 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-12-02 12:11 epoll_wait inaccurate timeout Dmitry Banschikov
2016-12-12 11:34 ` Eric Wong
2016-12-13  7:47   ` Dmitry Banschikov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox