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



Joe,

Java can run at near the speed of RPG. It really depends on where the
bottleneck is. For example, using EJBs to do aggregation over large data
sets will perform poorly compared to RPG -- likely 20X's more
CPU/memory. Java using SQL aggregation to objects will be close enough
to the same performance and probably OK -- likely 5X's more CPU/memory.
Java using SQL aggregation to process that same data without persistent
objects will be very close to RPG -- likely 2X's more CPU/memory. Java
to call RPG still has to convert the RPG result to Objects, which has
some overhead over pure RPG -- likely 1.5X's more CPU/Memory.

>>> joepluta@xxxxxxxxxxxxxxxxx 3/9/2004 11:08:00 AM >>>

If you write your business logic in RPG and merely use you web
application server as a UI transport, you can get great response time.

I do.

Joe

As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:

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.