[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 p

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 le

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 25/06/20

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 mu

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? > >

Re: [twsocket] Nagios like communication

2014-06-25 Thread Florian Hector
> Look at free Magenta Systems IP Log Streaming Component at: > > http://www.magsys.co.uk/delphi/magics.asp > > which is a high level TCP/IP and UDP/IP, server and client, all in a single > component, that can be dropped on a form and only needs a couple of events to > send and receive lines of

[twsocket] file size in tftpclient server

2014-06-25 Thread {Dark_Ducke}
how to get the size of the file will be downloaded from the ftp server to make a progressbar in onProgress event? thanks! -- 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.overb

Re: [twsocket] Nagios like communication

2014-06-25 Thread Angus Robertson - Magenta Systems Ltd
> So, if I want to make the conversation back and forth like asking > for a status and waiting for a > reply, I would need two instances of the component to handle both > directions of the communication? No, once a connection is made you have two-way communication, use the SendLogLine method to