RE: Prevent JVM from starting again and again
"Kevin Bucknum" <[email protected]>
| Newsgroups | gmane.comp.lang.as400.java |
|---|---|
| Message-ID | <[email protected]> |
Look at QIBM_QSH_CMD_OUTPUT to take care of your terminal popping up. I'm not sure on the JVM. Kevin Bucknum Senior Programmer Analyst MEDDATA/MEDTRON Tel: 985-893-2550 -----Original Message----- From: JAVA400-L [mailto:java400-l-bounces-Zwy7GipZuJhWk0Htik3J/[email protected]] On Behalf Of Madie Sent: Monday, September 3, 2018 2:46 PM To: Java Programming on and around the IBM i Subject: Prevent JVM from starting again and again Hi Group, I am calling Java class in a CL program using QSH command... it seems its starting JVM for each call which is not so good for performance, is there a way to prevent this so JVM is started once and then all future call is handled by started JVM instance? Also, when CL is called interactively it will mandatory ask for ENTER to close the QSH session, can this be prevented? Appreciate any help ! Regards, M -- This is the Java Programming on and around the IBM i (JAVA400-L) mailing list To post a message email: JAVA400-L-Zwy7GipZuJhWk0Htik3J/[email protected] To subscribe, unsubscribe, or change list options, visit: https://lists.midrange.com/mailman/listinfo/java400-l or email: JAVA400-L-request-Zwy7GipZuJhWk0Htik3J/[email protected] Before posting, please take a moment to review the archives at https://archive.midrange.com/java400-l. -- This is the Java Programming on and around the IBM i (JAVA400-L) mailing list To post a message email: JAVA400-L-Zwy7GipZuJhWk0Htik3J/[email protected] To subscribe, unsubscribe, or change list options, visit: https://lists.midrange.com/mailman/listinfo/java400-l or email: JAVA400-L-request-Zwy7GipZuJhWk0Htik3J/[email protected] Before posting, please take a moment to review the archives at https://archive.midrange.com/java400-l.