LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
From: Nicolas Cannasse <ncannasse@motion-twin.com>
To: linux-kernel@vger.kernel.org
Subject: poll() blocked / packets not received ?
Date: Mon, 20 Oct 2008 10:25:10 +0200 [thread overview]
Message-ID: <48FC4066.9060303@motion-twin.com> (raw)
Hello,
We have an application that uses pthreads and (blocking) sockets.
When the application runs with one single thread in separate processes
(using fork()) we don't get any problem.
However when it's multithreaded, we sometimes get stuck while poll()ing
a socket (with events set to POLLIN). Even after the other side of the
connection has closed its side of the connection, we are still stuck
here. Adding a timeout only makes the poll() exit with 0, so we loop.
In case we don't loop the next operation is a recv() which will block as
well (which is consistent).
It seems like nothing is longer received on the socket but it's
difficult to verify with tcpdump since our server outputs something like
15MB at peek time with 150 hits per seconds.
We have Shorewall installed and enabled, but what seems strange is that
the problem depends on multithreading. It also occurs much more often on
the 4 core machines than on a 2 core ones (both with Hyperthreading
activated). We're using kernel 2.6.20-15-server (#2 SMP) provided by Ubuntu.
Any tip on we could fix that or investigate further would be
appreciated. After one month of debugging we're really out of solution now.
Best,
Nicolas
next reply other threads:[~2008-10-20 8:25 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-10-20 8:25 Nicolas Cannasse [this message]
2008-10-20 10:15 ` swivel
2008-10-20 10:46 ` Nicolas Cannasse
2008-10-20 11:39 ` swivel
2008-10-20 12:13 ` Nicolas Cannasse
2008-10-20 12:39 ` Nicolas Cannasse
2008-10-20 15:53 ` David Schwartz
2008-10-20 17:24 ` Nicolas Cannasse
2008-10-20 23:21 ` David Schwartz
2008-10-21 5:12 ` Willy Tarreau
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=48FC4066.9060303@motion-twin.com \
--to=ncannasse@motion-twin.com \
--cc=linux-kernel@vger.kernel.org \
--subject='Re: poll() blocked / packets not received ?' \
/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
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).