You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@apr.apache.org by Sergey Safarov <s....@gmail.com> on 2017/01/15 15:43:35 UTC

Added switch_thread_getname and switch_thread_setname

Hello
For process monitoring and troubleshooting i prefer have individual name
for each thread.
I submitted pull request with added unix implementation of
apr_thread_setname and apr_thread_getname.

Could you please review this pull request and add for windows and other
operation systems implementation of this pull request.
Pull request in located at:

https://bz.apache.org/bugzilla/show_bug.cgi?id=60587
https://github.com/apache/apr/pull/4/files

Sergey

Re: Added switch_thread_getname and switch_thread_setname

Posted by Ivan Zhakov via dev <de...@apr.apache.org>.
On Sun, 15 Jan 2017 at 18:43, Sergey Safarov <s....@gmail.com> wrote:

> Hello
> For process monitoring and troubleshooting i prefer have individual name
> for each thread.
> I submitted pull request with added unix implementation of
> apr_thread_setname and apr_thread_getname.
>
> Could you please review this pull request and add for windows and other
> operation systems implementation of this pull request.
> Pull request in located at:
>
> https://bz.apache.org/bugzilla/show_bug.cgi?id=60587
> https://github.com/apache/apr/pull/4/files
>
> Sergey
>
The r1906889 <https://svn.apache.org/viewvc?view=rev&rev=1906889>
implements apr_thread_name_set() and apr_thread_name_get() for Linux
and Windows.


-- 
Ivan Zhakov