Calling java from the command-line: 40 times  
Author Message
ed4becky_2000





PostPosted: 2004-4-2 5:14:00 Top

java-programmer, Calling java from the command-line: 40 times My company has an ETL that runs 40 'threads', and does logic similiar
to a Java object I have created. I am trying to convince them to call
my code instead (from the 40 threads) so we only maintain one code
base (a BIG issue).

My concern? Sinc eit is a command line program, not a service, each
'call' will start in it's own JVM - correct? so this machine will
have 40 JVM's running at the same time? Do I need to be concerned?

What issues am I not considering? The machine is a Solaris box with
96G of memory and 28 processors. How much overhead does a sinlge JVM
need?