All of lore.kernel.org
 help / color / mirror / Atom feed
* Seamless Service Restart / Port Takeover
@ 2011-10-12 16:53 Olaf van der Spek
  2011-10-12 17:14 ` Rick Jones
  0 siblings, 1 reply; 3+ messages in thread
From: Olaf van der Spek @ 2011-10-12 16:53 UTC (permalink / raw)
  To: netdev

Hi,

When restarting a service, a webserver for example, you'd like this to
be seamless for clients. Often, first a signal is send to the old
process to close listening sockets, then the new process is started.
This has both a race condition (sometimes 'avoided' with a sleep in
between) and service interruption.
Wouldn't it be possible to introduce mv / move like behaviour, where
the socket can be rebound without races and without interruption?

Olaf

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

end of thread, other threads:[~2011-10-13  9:56 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-12 16:53 Seamless Service Restart / Port Takeover Olaf van der Spek
2011-10-12 17:14 ` Rick Jones
2011-10-13  9:56   ` Olaf van der Spek

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.