Re: Domain scokets? ceptcl?
- From: "Gerald W. Lester" <Gerald.Lester@xxxxxxx>
- Date: Thu, 31 Jul 2008 08:38:23 -0500
graeme.pietersz@xxxxxxxxx wrote:
What ways of using unix domain sockets from Tcl are available? ceptcl
seems to have been at 0.3 for a long time.
I found at least one extension that uses them (libmsgque), but it
seems to be doing so from C, not TCL (except indirectly).
I want a fast way of a process to communicate with children (forked
using hte fork command from Expect or TclX if it works for me). Other
methods might work for me.
Well the two common ones are pipes between parent and child, or socket on 127.0.0.1 (or localhost) on a know port (note -- the parent can use dynamic port allocation and pass the actual port the children as a command line arg when it starts them).
--
+--------------------------------+---------------------------------------+
| Gerald W. Lester |
|"The man who fights for his ideals is the man who is alive." - Cervantes|
+------------------------------------------------------------------------+
.
- Follow-Ups:
- Re: Domain scokets? ceptcl?
- From: graeme.pietersz@xxxxxxxxx
- Re: Domain scokets? ceptcl?
- References:
- Domain scokets? ceptcl?
- From: graeme.pietersz@xxxxxxxxx
- Domain scokets? ceptcl?
- Prev by Date: Re: Webservice package over https with authorization
- Next by Date: Re: worker thread status
- Previous by thread: Domain scokets? ceptcl?
- Next by thread: Re: Domain scokets? ceptcl?
- Index(es):