Poco::Thread setName #4471
Unanswered
micheleselea
asked this question in
Q&A
Replies: 2 comments
-
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Yes correct, but I think that the OS ThreadName and the member ThreadName can be different. I mean, I think there's no reason to limit the member class name because the os name is limited, or perhaps we can keep both name and osName |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all, is there a good reason why now the Thread::setName call a setNameImpl that has a POCO_MAX_THREAD_NAME_LEN of 15 and truncate thread names? I think it's the same in POSIX and WIN32
Beta Was this translation helpful? Give feedback.
All reactions