Re: [twsocket] Best multithread approach to build http server

2014-05-30 Thread Angus Robertson - Magenta Systems Ltd
> I'm building a service application based on THttpServer. For each > OnGetDocument event I'm building and returning XML. The XML building > process can be lengthy and I'd like to be able to handle other > requests while one is being processed. Look at the the FTP server component. This is fully

[twsocket] Best multithread approach to build http server

2014-05-29 Thread Miguel EnguiƧa
Hi, I'm building a service application based on THttpServer. For each OnGetDocument event I'm building and returning XML. The XML building process can be lengthy and I'd like to be able to handle other requests while one is being processed. *procedure TMainForm.HttpServer1GetDocument(Sender,