Well, it took me a while, but I managed to get a working solution.

Running a process as a background process (with the -Jb argument) prevents 
jPML from deciding it's orphaned and trying to kill it.  Unfortunately, 
this had the knock-on issue of preventing me from using the INPUT 
statement, since a background process isn't supposed to have access to 
stdin.  I got around *that* by using a C function to pull what I needed 
from stdin (which I replaced with a socket that communicates with another 
process).  Now it works fine, doesn't die unexpectedly, and doesn't prevent 
other things from running thanks to the problems jPML has.

-- 
-- 
IMPORTANT: T24/Globus posts are no longer accepted on this forum.

To post, send email to [email protected]
To unsubscribe, send email to [email protected]
For more options, visit this group at http://groups.google.com/group/jBASE?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
"jBASE" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to