Webspeed connection issue?

RP_wpb

New Member
Hello:

openedge 10.2B
Apache server
webspeed Broker on Linux.

we have observed sometimes, the requests made from the webserver to webspeed is not returning anything. This happens intermittently. (around 200 requests fails out of 50,000 http requests),
There are no errors or any log message in the webspeed broker or server log.
However, Apache log shows status '200'.
We suspect that the webserver request might not be even reaching the webspeed broker.
is there any way (may be a log file or some tool) through which we can find if a specific request fails in a trip when it is passing through different components (messenger/NS/Webspeed broker /Agents).

Thank you,
 
I had a similar problem and it was due to a persistent procedure starting upon each web request. That persistent procedure was not being deleted and overtime it blew the stack and at that point it delivered a null page.
 
Back
Top