http://qs321.pair.com?node_id=1197313


in reply to Re^2: Parallel::ForkManager or something like that?
in thread Parallel::ForkManager or something like that?

Hello. In another script i have IO::Socket::SSL If i fork() with $pm->start($ident) and next; and call the IO::Socket::SSL->start_SSL() routine later, i only get
DEBUG: .../IO/Socket/SSL.pm:1492: new ctx 44788592 DEBUG: .../IO/Socket/SSL.pm:938: start handshake DEBUG: .../IO/Socket/SSL.pm:505: starting sslifying
in the console. The handshake does not finish if a client connects. If i make Strg+C on the console i get the rest , but only then.
DEBUG: .../IO/Socket/SSL.pm:1528: free ctx 44788592 open=44788592 DEBUG: .../IO/Socket/SSL.pm:1533: free ctx 44788592 callback DEBUG: .../IO/Socket/SSL.pm:1536: OK free ctx 44788592
Nothing happens in the browser :( What do i wrong?