|
<Luis>remote database and network should be rather close to each other.
Just curious, How would you rate ArdGate's performance versus JDBCR4's?
</Luis>
comparing ArdGate to JDBCR4 both are using JDBC, so the performance of
DB2 to a DataQ and gets the response data back from a DataQ (1
there are some diffrences:
ArdGate is using a DB2 exit (*ARDPGM) with some overhead
ArdGate doesn't use any RPG to Java calls, it puts the data coming from
ArdGate uses one prestarted JVM for the JDBC Work, each request isperformed in a Thread of its own.
no longer needed Java Ressources are freed automatically by the garbagecollector
over JNI limiting performance
JDBCR4 uses lots (n JNI calls for 1 SQL operation) of RPG to Java calls
JDBCR4 uses multiple JVMs, one per Job using JDBCR4 limiting scalabilityof the application
for most constellations ArdGate should be faster and scale much better.
The result of all this might differ for your system and requirement, but
to be rather slow, this is caused by DB2, pulling the complete resultset
The STRSQL performance for select statements via ArdGate sometimes seems
Dieter
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2025 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.