Ben Smith

Results 3 comments of Ben Smith

I was thinking about this again and it occurred to me another way to provide pre-thread CPU usage would be to just make the objects returned by Process.threads() full Process...

Yeah when you send a kill signal to the thread it goes to the thread group. From the `kill` man page: ``` Although it is possible to specify the TID...

The patch looks like it should fix my problem, thanks. One minor suggestion, instead of `master_pid`, `tid` might be more clear since it's the thread ID and `tid` is common...