R
Roger Pack
Anybody know of a way in ruby to #waitpid on a non child process?
irb(main):001:0> Process.waitpid 32550
Errno::ECHILD: No child processes
[this is possible in doze with the win32-process gem, wondering about
linux now].
Thanks!
-r
irb(main):001:0> Process.waitpid 32550
Errno::ECHILD: No child processes
[this is possible in doze with the win32-process gem, wondering about
linux now].
Thanks!
-r