[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] Nagios like communication

2014-06-25 Thread Florian Hector
which can be integrated into Nagios-compatible tools with the check_tcp plugin [1]. The OverbyteIcsTcpSrv.dpr ICS demo might be helpful as a starting point here. Tobias, which component can be used as client to talk to the above server component. Building an http server into my program

Re: [twsocket] Nagios like communication

2014-06-25 Thread Angus Robertson - Magenta Systems Ltd
which component can be used as client to talk to the above server component. Building an http server into my program sounds good but is way too much for what I need. Look at free Magenta Systems IP Log Streaming Component at: http://www.magsys.co.uk/delphi/magics.asp which is a high level

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