×
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.
Rob,
I did not mean that a new MAIN batch submitted job occurs on each
request. I apologize if it came across like that.
Rather, can MAIN be a never-ending-program (running in a batch
subsystem) that could field requests from RPP? This is the approach Dr.
Syd talked about. Program initiation would only occur once (per batch
submission) and after that you should only need to worry about
initializing the incoming parameters and work variables. Depending how
they were put into the D specs (individually or under a data structure)
would be a matter of calling a clear subroutine or clear the data
structure (IMO).
--Loyd
-----Original Message-----
From: web400-bounces@xxxxxxxxxxxx [mailto:web400-bounces@xxxxxxxxxxxx]
On Behalf Of Rob Dixon
Sent: Tuesday, January 06, 2009 10:48 AM
To: Web Enabling the AS400 / iSeries
Subject: Re: [WEB400] Persistent CGIDEV2 problem
Trouble is that I guess that this would be very slow as the MAIN program
would have to be initialised every time. Very large quantities of
parameters are passed on the call to MAIN. This could be done another
way
but it would be quite a lot of work and I would only do this as a very
last
resort.
Rob
2009/1/6 <lgoodbar@xxxxxxxxxxxxxx>
Can the MAIN program be a submitted batch job that provides service
requests?
As an Amazon Associate we earn from qualifying purchases.