I am working on a project in which I need to mimic the Web Process Status array from WebServer4D. What I need to be able to do is display an array (unless there is a better way) that contains the current status of each web process running. For example if the web process is just sitting there the current status would be "Listening", if the process was active I would list the IP address that is requesting the page, along with some data from the URL so I know what they are trying to access. I thought about using a method called from the "On Request" Event handler, to update the array, but I don't know how to go back and update the array after the process has completed?

So you might have something like this:

Process idle:  Listening
Process receives request :  123.123.12.123: webpage.a4d
Process completes: Listening

Any suggestions, or perhaps a different direction I should go?

The whole point of this is that we need to be able to see the traffic as it comes through our server.

Christian Cypert
[EMAIL PROTECTED]




Reply via email to