You run the JAVA IBMi command? That will start a new JVM every time, and explains your bad performance.
You might consider putting the Java code directly in your RPG. That will start one JVM and reuse it.
-----Original Message-----
From: Duncan McManus [mailto:Duncan.McManus@xxxxxxxxxxx]
Sent: Monday, March 18, 2019 11:51 AM
To: 'Java Programming on and around the IBM i' <java400-l@xxxxxxxxxxxxxxxxxx>
Cc: David Gibbs <david@xxxxxxxxxxxx>
Subject: RE: Java startup performance
Hi
This is essentially what is happening. It is called once from a simple CL program using the 'Java' command, and runs all day communicating via data queues with RPG programs.
I just don't understand why the AS400 is so slow to startup, when a PC can do it in a fraction of the time.
Thanks
Duncan
-----Original Message-----
From: JAVA400-L <java400-l-bounces@xxxxxxxxxxxxxxxxxx> On Behalf Of David Gibbs via JAVA400-L
Sent: 18 March 2019 16:44
To: Java Programming on and around the IBM i <java400-l@xxxxxxxxxxxxxxxxxx>
Cc: David Gibbs <david@xxxxxxxxxxxx>
Subject: Re: Java startup performance
On 3/18/2019 11:36 AM, Duncan McManus wrote:
How can I improve the startup performance of Java applications on the
AS/400?
How is it being loaded? Invoked by a user? Called from RPG? Called from Java?
My recommendation would be to engineer the application to run as a server and take requests, and send results, via a data queue.
Then the Java code is running all the time and can be activated by anything that can send a data queue entry.
You will experience the startup penalty once and then the code is active.
david
--
IBM i on Power Systems: For when you can't afford to be out of business!
I'm riding 615 miles (Yes, you read that right) in the American Diabetes Association's Tour de Cure to raise money for diabetes research, education, advocacy, and awareness. You can make a tax-deductible donation to my ride by visiting
https://mideml.diabetessucks.net.
You can see where my donations come from by visiting my interactive donation map ...
https://mideml.diabetessucks.net/map (it's a geeky thing).
I may have diabetes, but diabetes doesn't have me!
--
This is the Java Programming on and around the IBM i (JAVA400-L) mailing list To post a message email: JAVA400-L@xxxxxxxxxxxxxxxxxx To subscribe, unsubscribe, or change list options,
visit:
https://lists.midrange.com/mailman/listinfo/java400-l
or email: JAVA400-L-request@xxxxxxxxxxxxxxxxxx
Before posting, please take a moment to review the archives at
https://archive.midrange.com/java400-l.
Help support midrange.com by shopping at amazon.com with our affiliate
link:
https://amazon.midrange.com
GF Financial Markets (UK) Limited is a limited company registered in England and Wales with registered number 01242631 and VAT registered number 174 4017 21. Our registered office is 1 Broadgate London EC2M 2QS GF Financial Markets (UK) Limited is authorised and regulated by the Financial Conduct Authority.
The content of this email and any attachments (the "message") is private and confidential and may be privileged. Please see our Privacy Policy<
https://www.gffm.com/legal-and-regulatory/privacy-and-cookies> for further details. This message is intended solely for the intended recipient. If you are not the intended recipient please notify us immediately by return email and destroy all copies of this message. If you are not the intended recipient you must not copy, disclose, forward or otherwise use the information contained in this message. See
http://www.gffm.com/legal-and-regulatory/legal-notices email for further information
As an Amazon Associate we earn from qualifying purchases.