DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=32488>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=32488 ------- Additional Comments From [EMAIL PROTECTED] 2004-12-02 12:40 ------- How do we kill processes in a cross platform manner? What process ID were you thinking of for Windows Apps? All we have in the runtime is the Process object, and I think the way spawning works is we forget about that after starting the program. There is no process ID. For your problem, deploy the server and tests in <parallel>. Alternatively, and this is RMI here, have some RMI object that shuts down the server, that you can talk to to tell it to terminate itself. This is what I do. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]