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



Nathan, what size of machine are you running for the example you explained
earlier (i.e. arrowing for next records with sub second response)? And how
many jobs are typically running with that type of AJAX workload?

BTW, I have also been intrigued by OpenLaszlo (what www.gowebtop.com uses)
and have been pondering trying it out with RPG and AJAX. I know it is based
on J2EE, so my options would be to have a thin Java layer (with app server
obviously) making calls to backend RPG programs. What type of reliability
issues did you have with this? And did you implement the server side without
J2EE? (my lack of OpenLazslo architecture showing - might be straight
forward to spin ones own wool and create an alternative back end server in
RPG)

BTW, www.gowebtop.com is one of the fastest browser apps (over the internet)
I have used to date, VERY NICE!

Aaron Bartell
http://mowyourlawn.com

-----Original Message-----
From: web400-bounces@xxxxxxxxxxxx [mailto:web400-bounces@xxxxxxxxxxxx] On
Behalf Of Walden H. Leverich
Sent: Wednesday, December 19, 2007 8:09 AM
To: Web Enabling the AS400 / iSeries
Subject: Re: [WEB400] The Truth About EGL

Apache on i5/OS is able to reuse existing CGI jobs

Which is roughly akin to FastCGI, as you point out. And I'm glad the i5
does it better. But we're still left with the problem that there needs
to be a job for each active request, as opposed to a multi-threaded app
server (like WAS) where each request is handled on a different thread in
a common process. For smaller sites where the number of simultaneous
requests are low the one request per job model is fine, but as requests
ramp up (and ajax makes them ramp up fast) the model begins to show its
weaknesses.

-Walden


As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:
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.