Normally, when a Http request is done (thru OnRequestdoen) I post a message 
to the form to restart a next Http request.
This is normally done as PostMessage(handle, MyMessage, 0, 0)
But where can I find the handle of the service application ?
I have a similar problem with a new Httpserver I'm writing.
I have made an object of the complete server, so I can compile it as a 
program or as a service application.
It also has a buch of threads running
This works fine, but now I want one of the threads inform the service thru 
Postmessage so the thread can proceed without the delays of sync objects.

Paul 

-- 
To unsubscribe or change your settings for TWSocket mailing list
please goto http://www.elists.org/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be

Reply via email to