My socket connection to other programs is done in the main thread.
Should not be a problem, but it could slow down the server.

After I call connect I call application processmessages until I get
connected and then I close.
Do you think this could be "interfering" with the HttpServer component
logic?

Calling Application.ProcessMessages is very dangerous and is not neccesary at all.
I could disturb the message pumps used by all async components.
It is most likely the cause of the problems you have.

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

Reply via email to