On Fri, Mar 28, 2014 at 9:58 AM, Ben Pfaff wrote:
> On Fri, Mar 28, 2014 at 09:10:45AM -0700, Gurucharan Shetty wrote:
>> For Windows, use a kernel assigned localhost TCP port to listen for
>> runtime management connections and then write it into a file
>> so that a client can read it and then mak
For Windows, use a kernel assigned localhost TCP port to listen for
runtime management connections and then write it into a file
so that a client can read it and then make a TCP connection.
Since we do not have the infrastructure to create pidfiles on
windows as of now, we create the *.ctl file wi
On Fri, Mar 28, 2014 at 09:10:45AM -0700, Gurucharan Shetty wrote:
> For Windows, use a kernel assigned localhost TCP port to listen for
> runtime management connections and then write it into a file
> so that a client can read it and then make a TCP connection.
>
> Since we do not have the infras