On Mon, Apr 14, 2008 at 6:44 AM, Randall R Schulz <
rschulz@soni...> wrote:
> I did essentially this:
>
> <
http://www.javaspecialists.eu/archive/Issue092.html>
>
I wouldn't recommend it. Heinz says himself, "since constructing new objects
is a rather fast operation in Java, it may happen that the JVM runs out of
memory before getting a chance to notify us." This is especially true when
you have concurrent threads.
If you're interested in exploring multiple VMs more (if only for future
reference), check out java.lang.ProcessBuilder and keep in mind that you can
send a serialized result back over stdout.
Bob
===================================
This list is hosted by DevelopMentorĀ®
http://www.develop.com
View archives and manage your subscription(s) at
http://discuss.develop.com
opensubscriber is not affiliated with the authors of this message nor responsible for its content.