From: davidsen@tmr.com (bill davidsen)
To: linux-kernel@vger.kernel.org
Subject: Re: So, Poll is not scalable... what to do?
Date: 12 Nov 2003 23:26:46 GMT [thread overview]
Message-ID: <boufjm$k9v$1@gatekeeper.tmr.com> (raw)
In-Reply-To: 20031112053207.GA9634@alpha.home.local
In article <20031112053207.GA9634@alpha.home.local>,
Willy Tarreau <willy@w.ods.org> wrote:
| On Tue, Nov 11, 2003 at 05:52:42PM -0600, kirk bae wrote:
| > If poll is not scalable, which method should I use when writing
| > multithreaded socket server?
|
| Honnestly, if you're using threads (I mean lots of threads, such as one
| per connection), I don't think that poll performance will be your worst
| ennemy. The first thing to do is to handle the task switching yourself
| either with a publicly available coroutine library or with one of your own.
It's not clear that with 2.6 this is necessary or desirable. I'll let
someone who worked on the new thread and/or futex development say more
if they will, but I'm reasonable convinced that in most cases the kernel
will do it better.
|
| Take a look here for more a comparison of several available methods :
|
| http://www.kegel.com/c10k.html
|
| epoll is compared to other methods with numbers here :
|
| http://www.xmailserver.org/linux-patches/nio-improve.html
|
| Cheers,
| Willy
|
| -
| To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
| the body of a message to majordomo@vger.kernel.org
| More majordomo info at http://vger.kernel.org/majordomo-info.html
| Please read the FAQ at http://www.tux.org/lkml/
|
--
bill davidsen <davidsen@tmr.com>
CTO, TMR Associates, Inc
Doing interesting things with little computers since 1979.
next prev parent reply other threads:[~2003-11-12 23:37 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-11-11 23:52 So, Poll is not scalable... what to do? kirk bae
2003-11-12 3:52 ` Jeff Garzik
2003-11-12 5:32 ` Willy Tarreau
2003-11-12 23:26 ` bill davidsen [this message]
2003-11-13 0:32 ` Davide Libenzi
2003-11-13 0:54 ` Nick Piggin
2003-11-13 12:02 ` Bill Davidsen
2003-11-12 23:23 ` bill davidsen
2003-11-13 1:06 ` Bernd Eckenfels
2003-11-13 7:52 ` David Schwartz
-- strict thread matches above, loose matches on Subject: below --
2003-11-13 18:25 Dan Kegel
2003-11-13 23:10 kirk bae
2003-11-14 0:52 ` Mark Mielke
2003-11-14 0:27 Dan Kegel
2003-11-14 18:57 Frederic Rossi
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='boufjm$k9v$1@gatekeeper.tmr.com' \
--to=davidsen@tmr.com \
--cc=linux-kernel@vger.kernel.org \
/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.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox