Hi, What exactly is it doing?
If I have to use a worker thread to run long queries, I create thread in the URLHandler. Pass connection parameters to thread and prepare answer in Threads execute method. Then send answer in UrlHandler.FinishThread event. Should I call Finish at end of URLHandler.Execute, or at end of thread in UrlHandler.FinishThread event? In later case, in my experience, if thread runs more than 10secs (fx. calling sleep(11000) in thread), connection state is changed from wsConnected to wsOpened and I can not send answer. The browser shows a blank screen and says ready (Firefox). Does this timeout has something to do with calling Finish or not? Thanks Peter -- 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