From: Kasper Dieter <dieter.kasper@ts.fujitsu.com>
To: "ceph-devel@vger.kernel.org" <ceph-devel@vger.kernel.org>
Cc: Kasper Dieter <Dieter.Kasper@ts.fujitsu.com>
Subject: kernel 3.9 / new networking options for RADOS
Date: Tue, 30 Apr 2013 09:52:28 +0200 [thread overview]
Message-ID: <20130430075228.GA11012@oder> (raw)
In-Reply-To: <alpine.DEB.2.00.1304290837260.644@cobra.newdream.net>
What are the options for RADOS to make use of the new
networking feature in Kernel 3.9 ?
http://www.h-online.com/open/features/What-s-new-in-Linux-3-9-1845705.html
TCP and UDP sockets now support a SO_REUSEPORT option that allows multiple
sockets to listen on the same port. This enables, for example, multiple
web server processes or threads to open individual sockets to listen
on port 80; any connections that come in on this port will be evenly
distributed across the sockets by the kernel.
This approach aims to improve the way workloads are distributed across the
available processor cores. (...) this extension can help avoid bottlenecks
that appear in certain situations when only one thread accepts new
connections and then distributes them across other threads. (...)
Kind Regards,
-Dieter
prev parent reply other threads:[~2013-04-30 7:53 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-04-29 15:43 cuttlefish punch list Sage Weil
2013-04-30 4:05 ` Sage Weil
2013-04-30 7:52 ` Kasper Dieter [this message]
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=20130430075228.GA11012@oder \
--to=dieter.kasper@ts.fujitsu.com \
--cc=ceph-devel@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.