Re: imsg over network

2018-09-26 Thread Jason McIntyre
On Fri, Sep 14, 2018 at 01:57:13PM -0700, Geoff Hill wrote: > The imsg_init(3) man page currently doesn't make it clear whether > this library can be used for remote communication. > > The current text reads: > > The imsg functions provide a simple mechanism for communication > between pr

Re: imsg over network

2018-09-20 Thread Jason McIntyre
anyone want to ok this (or better yet, fix themselves)? jmc On Fri, Sep 14, 2018 at 01:57:13PM -0700, Geoff Hill wrote: > The imsg_init(3) man page currently doesn't make it clear whether > this library can be used for remote communication. > > The current text reads: > > The imsg functions

imsg over network

2018-09-14 Thread Geoff Hill
The imsg_init(3) man page currently doesn't make it clear whether this library can be used for remote communication. The current text reads: The imsg functions provide a simple mechanism for communication between processes using sockets. Each transmitted message is guaranteed to be pr