Re: thred's pids
[email protected] (Elizabeth Mattijsen)
| Newsgroups | perl.ithreads |
|---|---|
| Message-ID | <f06110405bdafe8649680@[192.168.56.3]> |
At 3:20 PM +0200 11/4/04, Mihai Vlad wrote: >I already red the article you 've posted on perlmonks, it came >usefull when i started learning about perl threads. >Now i've recompiled perl with the addition of the required flag, and >i've installed your module, wich seems to work. But i've looked >throw your code the function that i seem to need and you use : > _threadpid..... where does it come from?? It's from the XS code, you should have a file Thread/Signal.xs in the distribution. >plus i've tryied to use your tids2pids funcion:( not a succes:((. That depends on _threadpid. >Yep i've red more on Threads pids and the fact that they are on the >verge of extinction, i really don't agree with this, but if is like >that how can a user still se ps -m?? and the threads will have the >same PID? hmm curious Well, if it doesn't work, you're most likely on a system that does not support it. Liz