![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.tcl archiveRe: Access named pipe in Windows XP
From: David Gravereaux <davygrvy@pobox.com>
Date: Fri Dec 30 2005 - 23:43:53 CET
On Fri, 30 Dec 2005 11:41:44 -0500, "Jim" <donotreply@nowhere.com>
>I know this question came up before, but I don't see a clear answer to it.
There isn't a channel driver specifically for namedpipes. But there
A named pipe is a bidirectional handle, but the pipe channel driver
I tried once putting the same handle in both, but there's a double
IIRC, there isn't any easy way to determine from the HANDLE what type
See win/tclWinChan.c:Tcl_MakeFileChannel(). I don't know if there is
Please experiment. Please post patches :)
|