Closed bsergean closed 2 years ago
We will look into setting thread names for the next release.
Thanks that's great. Not a big deal but a small quality of life improvement, and that sounds rather straightforward.
C client 6.0.0 is released: https://download.aerospike.com/download/client/c/notes.html#6.0.0
Inspecting multi-threaded programs with top is made easier when each thread is named.
I think we could made things better by doing that, I see 3 or 4 cases where the client creates a thread (I searched for pthread_create).
Would you accept a PR implementing this ? Any tips on doing this according to your coding style or requirements ?