Matt Benson wrote:

Hmm.  I don't know for sure to which part you were
referring.  My lack here is that of having a clue how
to delegate this to the OS as you suggested,
especially in elegant Java form, or further how to
make such applicable to I/O-intensive processes that
are NOT native processes.  Java is like a womb I am
reluctant to leave, at least in this context.  Or,
"Sounds like a PITA."  ;)

-Matt

I see. It is a lot easier to delegate to the OS, isnt it:

<exec executable="mkfifo" osfamily="unix">
        <arg file="./pipe" />
</exec>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to