>We need to use some legacy code (C and Python code) that is not re-entrant,
>it must run in it's own process. We are going to be using it from an EJB,
>and the EJB will need to spawn a new process and run the code, keeping it
>alive for the lifetime of the EJB and killing it when the EJB is finished.
won't a helperclass that is called in ejbcreate or something help? in that
helperclass you then could getRuntime().exec("legacy code url")
or is this a very stupid idea?
Jasper Fontaine
<[EMAIL PROTECTED]> (+31621892725)
===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff EJB-INTEREST". For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".