I would like to start a process via system() and give it a socket to do its I/O on, so that I can communicate with it later. That is,
... system([prog, arg], s, s, , "nowait") ... <communicate with prog via s>
where "s" is the socket file descriptor.
I can't think of a way of doing this in Unicon. Is it possible to do it, or does it require "unbundling" Unicon's open(...,"na") and open(...,"n") into more elementary calls?
Thanks for your ideas.
Kostas
------------------------------------------------------- The SF.Net email is sponsored by EclipseCon 2004 Premiere Conference on Open Tools Development and Integration See the breadth of Eclipse activity. February 3-5 in Anaheim, CA. http://www.eclipsecon.org/osdn _______________________________________________ Unicon-group mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/unicon-group
