> How can i use MessageLoop with HTTPCLI SSL in a Thread? >I use this now which does do the request but returns nothing.. > repeat > Sleep(1000) > HTTPCliSSL.MessagePump; > > until FRequestCompleted;
You should rewrite your code using pure asynchronous operation. You should ask yourself why you need a thread. -- francois.pie...@overbyte.be The author of the freeware multi-tier middleware MidWare The author of the freeware Internet Component Suite (ICS) http://www.overbyte.be -- 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