the parent just get stalled at the $pipe->Connect.
Um..?
async{ my $pipe = Win32::Pipe->new( 'MyPipe' ); while( 1 ) { $pipe->Connect; $pipe->Write( 'The quick brown fox' ); $pipe->Disconnect; } }->detach;
In reply to Re^5: Private temporal files on Windows
by BrowserUk
in thread Private temporal files on Windows
by salva
For: | Use: | ||
& | & | ||
< | < | ||
> | > | ||
[ | [ | ||
] | ] |