Re: [systemd-devel] networking services management idea

2012-08-02 Thread David Strauss
Unless the services take long to start, you'll have a much better time with socket activation. With socket activation, the service won't just wait until network availability to come online; the service will wait until an actual request to come online. Also check out my other posts to the mailing

Re: [systemd-devel] networking services management idea

2012-08-02 Thread Gustavo Barbieri
On Thursday, August 2, 2012, David Strauss wrote: Unless the services take long to start, you'll have a much better time with socket activation. With socket activation, the service won't just wait until network availability to come online; the service will wait until an actual request to come

Re: [systemd-devel] networking services management idea

2012-08-02 Thread Ferron, Chris E
On Thu, Aug 2, 2012 at 8:28 AM, Gustavo Barbieri barbi...@profusion.mobi wrote: On Thursday, August 2, 2012, David Strauss wrote: Unless the services take long to start, you'll have a much better time with socket activation. With socket activation, the service won't just wait until network

Re: [systemd-devel] networking services management idea

2012-08-02 Thread Chris Ferron
On 08/01/2012 11:57 PM, David Strauss wrote: Unless the services take long to start, you'll have a much better time with socket activation. With socket activation, the service won't just wait until network availability to come online; the service will wait until an actual request to come online.

Re: [systemd-devel] networking services management idea

2012-08-02 Thread Marcel Holtmann
Hi Chris, Unless the services take long to start, you'll have a much better time with socket activation. With socket activation, the service won't just wait until network availability to come online; the service will wait until an actual request to come online. Also check out my other

Re: [systemd-devel] networking services management idea

2012-08-02 Thread Gustavo Sverzut Barbieri
On Thu, Aug 2, 2012 at 2:02 PM, Ferron, Chris E chris.e.fer...@intel.com wrote: On Thu, Aug 2, 2012 at 8:28 AM, Gustavo Barbieri barbi...@profusion.mobi wrote: On Thursday, August 2, 2012, David Strauss wrote: Unless the services take long to start, you'll have a much better time with socket

Re: [systemd-devel] networking services management idea

2012-08-02 Thread Ferron, Chris E
On Thu, Aug 2, 2012 at 12:11 PM, Marcel Holtmann mar...@holtmann.org wrote: Hi Chris, Unless the services take long to start, you'll have a much better time with socket activation. With socket activation, the service won't just wait until network availability to come online; the service

[systemd-devel] networking services management idea

2012-08-01 Thread Ferron, Chris E
Hello, I have been working on an idea utilizing systemd to solve a problem on a couple of projects I am working on. The basic problem is how to manage services requiring not only networking but also networking in a specific state (or even being useful only during a specific state). For the