Link to home
Start Free TrialLog in
Avatar of Theo Kouwenhoven
Theo KouwenhovenFlag for Netherlands

asked on

Speedup program

Hi Experts,

We developed some webservices with in middleware (ESB), that get DB2 data with SQL (jdbc) and present that to the caller.
Now this middelware is phased out, so I have to rewrite the same services in RPG.

I have the middleware sources so copied the SQL parts, but the result it's real slow.

If I test the middelware version, it runs within 2 seconds, the RPG version will take at least 10 second.
I suspect the SQL routines, is there a way to monitor that?




Avatar of David Johnson, CD
David Johnson, CD
Flag of Canada image

why RPG?  ESB is language independent..

When you say faced out do you mean phased out?

using a debugger with a profiler will show you the slow areas
ASKER CERTIFIED SOLUTION
Avatar of Gary Patterson, CISSP
Gary Patterson, CISSP
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial