netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* long-lived tcp connection question
@ 2012-03-22 16:56 Josh Hunt
  2012-03-22 21:51 ` Hagen Paul Pfeifer
  0 siblings, 1 reply; 4+ messages in thread
From: Josh Hunt @ 2012-03-22 16:56 UTC (permalink / raw)
  To: netdev

Given things like web sockets with presumably long-lived persistent
tcp connections and a sparse amount of data, I was wondering if there
are currently any mechanisms in the kernel or out of tree projects
which work on reducing the overhead these connections require?
Possibly storing their state after a certain period of inactivity and
then reviving them when work needs to be done? I'm thinking something
along the lines of the state info stored for time-wait sockets and
then the ability to resurrect it on an incoming packet. Keeping
resources around for such connections seems inefficient although
possibly unavoidable.

Thanks
Josh

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

end of thread, other threads:[~2012-03-22 22:30 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-22 16:56 long-lived tcp connection question Josh Hunt
2012-03-22 21:51 ` Hagen Paul Pfeifer
2012-03-22 22:27   ` Josh Hunt
2012-03-22 22:29     ` Eric Dumazet

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).