Zope request/response question ...
Hi all: I am trying to build a mechanism which cross-checks requests and responses to fnd out if any requests got dropped in a ZEO scheme. Is there a Zope2.x product that analyzes requests and heir corresponding responses. Any alternatives? I am running a ZEO server/Zope288/Python23. Thanks in advance, Ajay -- "And the trees are all kept equal By hatchet, axe, and saw"
--On 1. September 2008 13:42:01 +0530 Ajay Deshpande <riffenstein@gmail.com> wrote:
Hi all:
I am trying to build a mechanism which cross-checks requests and responses to fnd out if any requests got dropped in a ZEO scheme. Is there a Zope2.x product that analyzes requests and heir corresponding responses.
???? -aj
Ajay Deshpande wrote at 2008-9-1 13:42 +0530:
I am trying to build a mechanism which cross-checks requests and responses to fnd out if any requests got dropped in a ZEO scheme. Is there a Zope2.x product that analyzes requests and heir corresponding responses.
There is the "logger trace" section in the Zope configuration file. For each request, it logs 4 events: * request reached "ZServer" * request processing by a worker thread started * request processing by worker finished * response sent by "ZServer". Such a log can be analysed with "utility/requestprofiler.py". -- Dieter
participants (3)
-
Ajay Deshpande -
Andreas Jung -
Dieter Maurer