× 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.



I think it's safe to say that any process that evokes RUNJVA thousands of
time would be poorly designed, and a performance nightmare.

Better alternatives:

1. Evoke java methods from an RPG program which performs reads.
2. Perform reads in an RPG program, then send requests to a data queue
monitored by a Java JOB.
3. Perform reads in a Java method, which then evokes other Java methods.



On Wed, Mar 16, 2016 at 11:58 AM, tim <iseriesstuff@xxxxxxxxx> wrote:

Hope this is the correct forum for this question.

I have a process where i read records from a table and call a java program
using the runjva command. This process can evoke RUNJVA several thousand
times.

Is there a performance issue doing it this way? Am i better off maybe
calling the java program using RUNJVA once and having the java program read
the iseries table run the process?

i know i can run a java program using EXTPROC(*JAVA also, but not sure
again about perforance.
--
This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing list
To post a message email: MIDRANGE-L@xxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/midrange-l
or email: MIDRANGE-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at http://archive.midrange.com/midrange-l.

Please contact support@xxxxxxxxxxxx for any subscription related
questions.


As an Amazon Associate we earn from qualifying purchases.

This thread ...

Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.