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




From: Scott Klement
On my system, anyway, if a job fails, Apache starts a new one to
take it's place.

Perhaps, up to a configuration limit.

And since you don't get the same job on every call, you
can't rely on anything to have previously been set up in the job,
anyway.

Right. That's the way CGI works. But I'm not sure how that might apply in this case. Maybe Peter can answer if the RPG-Java process relies on an initialization step or other type of state being established before handling HTML-PDF conversion requests. If so, that would be a good reason to communicate over a data queue.


So why would it maroon anything?

There have been quite a few reported cases where an errant CGI program eventually locks up an entire HTTP server. The multi-threaded server job dispatches requests to CGI server jobs - and waits. The next request for the CGI program goes to the next available CGI process - and waits. Eventually a thread configuration limit is reached, and no additional CGI server jobs are started, and the HTTP server job locks up. That seems to be the usual scenario, however it seems that there have also been cases reported where an errant CGI process locks up the HTTP server to the degree that ENDJOB is the only option.

Nathan.





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.