brettwooldridge / NuProcess

Low-overhead, non-blocking I/O, external Process implementation for Java
Apache License 2.0
710 stars 84 forks source link

Made thread name less generic and more specific to NuProcess. #153

Closed avrecko closed 3 months ago

avrecko commented 5 months ago

Seeing just "ProcessQueueN" show up in Linux system reports. It might be a bit confusing with all other system and application threads. With a more specific name it is easy to recognize this as a thread of NuProcess from looking at Linux logs and reports.

bturner commented 3 months ago

Thanks for the improvement, @avrecko. I've updated your branch to also update the processor thread name on Windows.