sharing handles between threads
[email protected] ("Wiebren Braakman")
| Newsgroups | perl.ithreads |
|---|---|
| Message-ID | <[email protected]> |
Hi Is there a way to share handles between threads? When I try it I get the error "handle 2 is owned by thread 854eee8 (handles can't be shared between threads and your driver may need a CLONE method added)" I need it to be one object handle because I have multiple threads that all need to use one outgoing socket connection. Wiebren Braakman