|
You're the 2nd person to ask, Rob. Well, I've been building a framework of servers and service programs to make it easier to build Web applications using ILE languages. For the best possible performance, I decided to use a message interface between the HTTP Server, and the ILE application. The ILE application is in a data queue wait state, until a Web request arrives. A message interface appears to cut CPU time in half, compared to dynamic CGI calls. The ILE application is in a loop. The basic steps are: 1. Wait for request to arrive on queue. 2. Receive request. 3. Retrieve user state from previous requests. 4. Process request, build HTML response. 5 Save current user state. The cycle continues. ----------------- Original --------------------------- Date: Thu, 05 Apr 2001 19:14:26 +0100 From: Rob Dixon <rob.dixon@erros.co.uk> Subject: Re: What About Price vs. Performance? Nathan > I wrote a "message server plug-in" for the OS/400 HTTP server that > interfaces with an RPG program. Please tell us more Best wishes Rob ----------------- End Original ------------------------ +--- | This is the Midrange System Mailing List! | To submit a new message, send your mail to MIDRANGE-L@midrange.com. | To subscribe to this list send email to MIDRANGE-L-SUB@midrange.com. | To unsubscribe from this list send email to MIDRANGE-L-UNSUB@midrange.com. | Questions should be directed to the list owner/operator: david@midrange.com +---
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.