Re: Reg - Sub Process creation from java takes more time

2016-09-20 Thread Manjunath SV
time To: "Manjunath SV" , "core-libs-dev@openjdk.java.net" Cc: Hello, Does the (virtual) size increase over time when it gets slower? How does the GC log looks like, any increasing activity or longer pauses? If you let this VM run for longer time (when it slows down), will it

Reg - Sub Process creation from java takes more time

2016-09-15 Thread Manjunath SV
ol to spawn and control sich a high number of external processes. Maybe it would be better to hand that off to a more native component. -- http://bernd.eckenfels.net Von: Manjunath SV

Re: core-libs-dev Digest, Vol 113, Issue 53

2016-09-15 Thread Manjunath SV
java.net" Subject: Re: Reg - Sub Process creation from java takes more time Message-ID: <57da634c.c336c20a.19b0c.b...@mx.google.com> Content-Type: text/plain; charset="utf-8" Hello, Do you monitor heap usage and virtual memory size of your Java process

Fwd: Reg - Sub Process creation from java takes more time

2016-09-14 Thread Manjunath SV
Hi All, I am Manjunath, We are facing below issue in Java application. Issue Details :- Java application has a thread pool of size 30, When it receives Job message from JMS, It creates around 200+ jobs and submit into thread pool,initially 30 threads creates shell script process very quick, lat