>> i want to detect IO on a child process stdio as well
>> as a socket from elsewhere.  ie. i want a select()
>> on /windows/.

i wonder if it would be useful to have an
  apr_socket_from_files(files_in, files_out, &socket)
that plugs a socket onto the end of pipes on windows.

  . only implement on windows

then we could [effectively] poll a process's stdio.

if you think it's worth pursuing, i'll have a crack at it.


ta, jack.

Reply via email to