Path: news.ruhr-uni-bochum.de!news.uni-stuttgart.de!news.belwue.de!fu-berlin.de!news.mathworks.com!news-res.gsl.net!news.gsl.net!nntp.coast.net!howland.reston.ans.net!spool.mu.edu!olivea!charnel.ecst.csuchico.edu!psgrain!nntp.teleport.com!usenet
From: [email protected] (Dave Roth)
Newsgroups: comp.lang.perl.announce,comp.lang.perl.misc
Subject: Win32 Perl Named Pipe extension BETA
Followup-To: comp.lang.perl.misc
Date: 10 Jun 1996 13:23:52 GMT
Organization: TCI Cable - East Lansing
Lines: 18
Approved: [email protected] (comp.lang.perl.announce)
Message-ID: <[email protected]>
NNTP-Posting-Host: julie.teleport.com
X-Disclaimer: The "Approved" header verifies header information for article transmission and does not imply approval of content.
Xref: news.ruhr-uni-bochum.de comp.lang.perl.announce:345 comp.lang.perl.misc:33024

Reply-To: [email protected]
I have put out a simple Named Pipe extension for
Win32 Perl. It has been meagerly tested on the
build 107 and it seems to work.
The pipes are impliemented as a byte steam (no message
based pipes) in blocking mode (no async yet). Each named
pipe can have up to 256 instances and the number of pipes
are limited by computer resources.
This is so very, very beta but it seems to work. Let me
know if there are any serious bugs.
This has been uploaded to CPAN but you can also grab it
from:
 ftp://ftp.roth.net/pub/ntperl/Win32Pipe_v960610.zip
Let me know what you think!
dave