× 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: "John Ross" <jross-ml@netshare400.com>
> Some web sites are not handling V5R1 very
> well, static sites work ok. Have some PTF's to put
> on to see if that fixes it.

John,

The problem may have nothing to do with V5R1.  The HTTP Server apparently
waits indefinitely for CGI programs to respond.  Any unmonitored, abnormal
conditions in a CGI program will eventually lock an entire Web site.  Even
static content becomes inaccessible as all threads become hung on the
failing CGI program.

The lockout may not occur immediately.  It may depend on such things as the
number of requests for the failing program, and the number of threads
configured, and whether a condition exists to cause failure.

Incidentally, Relational-Web enables Web masters to specify the amount of
time that the HTTP Server waits for any given Web application to respond.
The timeout parameter is by program.  In contrast to CGI, if a particular
program fails, it has essentially no impact on static content, or any other
Web applications that may be running in parallel.

When an entire CGI site appears to be hung, you should check the call stack
of the BCI Jobs.  If not paused on a socket recvmsg() procedure, then the
BCI job probably called a program that failed, and didn't provide for
automatic recovery.

Nathan M. Andelin
www.relational-data.com




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.