Hi all , Is there a way to resume the main thread of execution immediatey after forking a java task into another VM, and not wait for the child VM to finish? If not, is there a good workaround? Basically, I want to start a server, and then while it is running send requests to it. thanks, Charles
