[twsocket] Future improvements for HTTP components?

2014-06-25 Thread Angus Robertson - Magenta Systems Ltd
This message is intended to start a dialog about future improvements to ICS components for Windows, in particular the HTTP client and server components where the world is moving ahead of us. Currently, new features tend to get added as needed by the main ICS developers for specific projects, for

Re: [twsocket] Future improvements for HTTP components?

2014-06-25 Thread Mauricio Peixoto
Working, tested and elegant example or better if possible a reusable solution (some well written wiki on how to do it may suffice) of basic http server that handles requests but process them on different and configurable number of threads. Anyone? Thanks, Mauricio Enviado via iPad Em

Re: [twsocket] Future improvements for HTTP components?

2014-06-25 Thread Angus Robertson - Magenta Systems Ltd
basic http server that handles requests but process them on different and configurable number of threads. Anyone? Have you looked at the existing threaded components and demos: OverbyteIcsWSocketTS.pas - Winsock component for building multithreaded servers OverbyteIcsThrdSrv.dpr - Basic

Re: [twsocket] Future improvements for HTTP components?

2014-06-25 Thread David Rodriguez
Date: Wed, 25 Jun 2014 14:21:00 +0100 From: an...@magsys.co.uk To: twsocket@lists.elists.org Subject: Re: [twsocket] Future improvements for HTTP components? basic http server that handles requests but process them on different and configurable number of threads. Anyone? Have you