in reply to
assigning a name to every threads
If you really need to assign thread to a name, use a hash to store them. You can store process ID in same way.
Comment on
Re: assigning a name to every threads
Replies are listed 'Best First'.
Re^2: assigning a name to every threads
by
ajeet@perl
(Acolyte)
on Apr 29, 2010 at 11:40 UTC
Yeah, That i can do. But I want to change the name of process in such a way that it should be visible in
ps
command
[reply]
[d/l]
In Section
Seekers of Perl Wisdom