×
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 am getting some performance issue. Your suggestions will be a great help
to me and very much appreciated.
Earlier, I was using IWS as web service and trying some POST method
transactions (JSON as Input and JSON as response, used both DATA-INTO and
DATA-GEN for JSON Conversions). It was taking 300 milliseconds for
processing a transaction.
Now, i thought of using only HTTP Server and using CGI program calls to
interact with RPG. I created a new HTTP Server and updated the
configuration to add the CGI program call. Also, I created a sample program
which contains only 3 line of code (Line 1 will fetch the input
using QtmhRdStin API, Line 2 hard coded sample response JSON string of 100
character length, Line 3 send back the hard coded response
using QtmhWrStout API).
But the CGI program call method is taking 500 milliseconds for processing
the sample program (Program with 3 lines of code).
Any configurations which i need to take care in HTTP Server to increase the
performance?
Regards,
Surender K
As an Amazon Associate we earn from qualifying purchases.
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.