Ask a Question related to Ruby, Design and Development.
-
Daniel Berger #1
[ANN] win32-pipe 0.0.1
Hi all,
I'm pleased to announced the release of win32-pipe
0.0.1. This in an interface for named pipes on the
Win32 platform (NT, 2000, XP). This is an *alpha*
release.
What's a named pipe?
====================
A pipe with a name - literally. In practice, it will
feel more like a cross between a socket and a pipe.
At least, it does to me.
What good is it?
================
My *hope* is that it can be used in certain
circumstances where a fork might be desirable, but
which is not possible on Win32. It can also be used
in a fashion similar to a socket server.
Why is it alpha?
================
I haven't completely settled on the API yet, so it's
subject to change. You can see more under the 'future
plans' section of the docs.
Where is it?
============
Available at [url]http://rubyforge.org/projects/win32utils/[/url]
and on the RAA.
I'm definitely looking for folks to test this out and
let me know what they think of the interface and if
they have any creative uses for it.
Enjoy!
Dan
PS - Thanks for that bit of help Park. Yes, I spaced
out. ;)
__________________________________
Do you Yahoo!?
Free Pop-Up Blocker - Get it now
[url]http://companion.yahoo.com/[/url]
Daniel Berger Guest
-
Dave Roth's site (Win32::AdminMisc, Win32::ODBC, etc.) not available.
Does anyone know of an alternate method to contact Dave Roth (other then rothd@roth.net )? It appears that his entire domain is unavailable... -
named pipe problem on Win32
Hi all, I'm trying to get a named-pipe module built for Ruby for Win32. I've largely been using the Perl version as a basis for my own code. ... -
[PHP] Pipe an email to PHP
I have attempted to create a .procmailrc that looks like: :0 * ^TO_emailtest@mydomain.net | $HOME/emailtest.php I have also removed the... -
pipe - non blocking read? (fork/Win32)
Hi, I'm using windows, I want to create a new process using fork (in Activestate's Perl 5.6.x for some x) and communicate between the parent and... -
fflush to pipe hangs when child at other end closes the pipe
My AIX 4.3.3 application calls popen(name, "w") to create a pipe to a the named child executable. All is well as long as the child stays active. ...



Reply With Quote

