Re: Utility: injob

2011-04-04 Thread Daniel Colascione
On 4/4/2011 12:39 AM, Andy Koppe wrote: On 4 April 2011 06:44, Daniel Colascione wrote: Attached is a small program that runs a set of processes under an NT job object, allowing you to stop, resume, and kill them using normal Cygwin job control --- whether or not these processes are Cygwin progr

Re: Utility: injob

2011-04-04 Thread Andy Koppe
On 4 April 2011 06:44, Daniel Colascione wrote: > Attached is a small program that runs a set of processes under an NT job > object, allowing you to stop, resume, and kill them using normal Cygwin > job control --- whether or not these processes are Cygwin programs. Very nice. One issue I frequent

Utility: injob

2011-04-03 Thread Daniel Colascione
Attached is a small program that runs a set of processes under an NT job object, allowing you to stop, resume, and kill them using normal Cygwin job control --- whether or not these processes are Cygwin programs. The program doesn't address every corner case, and programs run under injob might beh