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.

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