in reply to Re^3: SSL-socket on Windows
in thread SSL-socket on Windows
I cannot directly share the IO::Socket::SSL - I get an error if I try.
So I guess the only way forward now is not to share the SSL-object but the unterlying filehandle and try to reconstruct the SSL-object in the other tread using that.
Does anyone have an idea if this is feasible or are there any other approaches to sharing IO::Socket::SSL instances among threads?
As I said there will only be one thread using this instance at any given time, so thread-safeness (or the lack of it) should not affect me.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: SSL-socket on Windows
by Marshall (Canon) on Mar 18, 2012 at 18:01 UTC | |
by morgon (Priest) on Mar 18, 2012 at 18:30 UTC | |
by Marshall (Canon) on Mar 18, 2012 at 19:24 UTC |