On 07/18/2012 02:19 PM, Dietmar Maurer wrote: >> On 07/18/2012 01:52 PM, Dietmar Maurer wrote: >>> I wonder if I should always run a gateway daemon, even when there are >>> local sheep daemons running? >> >> Do you mean gateway-only daemon? > > Yes. Does it make sense to use: > > sheep -p 7000 -g -w /path/to/cache > sheep -p 7001 /path/to/data > > Or does the following provide the same functionality: > > sheep -p 7000 -w /path/to/data > > - Dietmar > Yes, the same functionality. -w means to enable object cache regardless of gateway-only state. Thanks, Yuan |