×
The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.
OK, since I like to back up my statements with facts as well I just ran a sample CL command loop that loads a java class/program that uses JT400, sends a message and returns a response.
I ran it 10 times in ~12 seconds.
One second per iteration is not bad considering this is instantiating the JVM, connecting to a remote system with JT400 and running a command.
I am happy to share these examples with anyone who wants to benchmark Java calls on their own system.
Of course mileage will vary depending on what you're instantiating and how much data you're processing just like any other program, but pure JVM startup isn't always going to be your issue.
Regards,
Richard Schoen
Director of Document Management
e. richard.schoen@xxxxxxxxxxxxxxx
p. 952.486.6802
w. helpsystems.com
-----------------------------
message: 5
date: Tue, 23 Jan 2018 10:20:23 +1300
from: Evan Harris <auctionitis@xxxxxxxxx>
subject: Re: Java extensions directory vs Excel generation
There's nothing "cup almost empty" about just stating a fact.
I can see how just kicking off multiple separate java instances gets rid of the class path issue, so i have no problem with your solution, but the JVM startup for each of those instances is an expensive and unavoidable side effect.
On Tue, Jan 23, 2018 at 9:37 AM, Richard Schoen < Richard.Schoen@xxxxxxxxxxxxxxx> wrote:
Well that would be the cup almost empty way of looking at it.
Don't knock it until you've tried it and actually deployed production
processes with it ?
Or you can.....
Regards,
Richard Schoen
Director of Document Management
e. richard.schoen@xxxxxxxxxxxxxxx
p. 952.486.6802
w. helpsystems.com
------------------------------
As an Amazon Associate we earn from qualifying purchases.