Re: Moving /tmp/4803
"Daniel F. Savarese" <[email protected]>
| Newsgroups | gmane.network.spread.user |
|---|---|
| Message-ID | <[email protected]> |
In message <[email protected]>, Jonathan Stanton writes: >If this is a common problem, then the solution would be to make the = >daemon configurable as you suggest and also to change the client = >libraries to accept some kind of option for where to look for the unix = >socket files. That would require some change to the APIs. Instead of changing the APIs, the client library could look for an environment variable (e.g., SPREAD_SOCKET). If not set, the compiled default would be used. If set, the environment variable would override the default. daniel