Hi CHris,

what about the methods "OnExecuteStart" and "OnExecuteEnd" in the Library "active4d.a4l"?
They dio the job just fine for us ;-)


CHeers

Alex

Christian Cypert schrieb:
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]

_______________________________________________
Active4d-dev mailing list
[EMAIL PROTECTED]
http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev

-- ========================= HEINTZ GmbH Kommunikation Alexander Heintz Gesch�ftsf�hrer

Am Tomborn 59
52223 Stolberg

Tel: 02402-102040-7
Fax: 02402-102040-9

Email: [EMAIL PROTECTED]
Web: www.heintz.de
=========================



Reply via email to