Hi,
In the jsonrpc-c module, a pipe is used to send commands into the jsonrpc process. We've run into an issue where the timer process needs to send on that pipe, but it does not have access to the file descriptor. So far we have been unable to identify a method for passing the fd into the timer process. Any thoughts or suggestions on this would be appreciated.
-- Matthew Williams Flowroute LLC
PS: This is specifically a jsonrpc request being made in the process of a timer generated 408.
On Mon, May 20, 2013 at 3:12 PM, Matthew Williams matthew@flowroute.com wrote:
Hi,
In the jsonrpc-c module, a pipe is used to send commands into the jsonrpc process. We've run into an issue where the timer process needs to send on that pipe, but it does not have access to the file descriptor. So far we have been unable to identify a method for passing the fd into the timer process. Any thoughts or suggestions on this would be appreciated.
-- Matthew Williams Flowroute LLC