Re: Can Filehandles Be Shared Between Threads?
[email protected] (Steve Schein)
| Newsgroups | perl.ithreads |
|---|---|
| Message-ID | <1064272321.3356.3.camel@localhost> |
<snip> > Try looking at File::FDpasser. You should be able to use a > filedescriptor in several processes/threads. Thank you for the response. I managed to get filehandles shared by opening them as typeglobs. Even scalar variables wouldn't work. I'll take a peek at File::FDpasser for future reference. Best, Steve