Re: [twsocket] Error handling

2011-01-31 Thread Francois PIETTE
Could you please clear me up a bit, If I can... procedure -->Where should I use for the right result in order to be able to catch the error into the memo (in which procedure: OnBgException or)? begin if ErrCode = 0 then Display.Lines.Add('Job done') else Display.Lines.Add(SslWSocketCli

Re: [twsocket] Error handling

2011-01-31 Thread daniel cc
lay.Lines.Add(SslWSocketClient.WSocketErrorDesc(ErrCode)); end; Thanks -Original Message- From: Francois PIETTE Sent: Monday, January 31, 2011 11:39 AM To: ICS support mailing Subject: Re: [twsocket] Error handling There camed up a little pop-up saying "Socket error 10052" This camed up wh

Re: [twsocket] Error handling

2011-01-31 Thread Francois PIETTE
f the freeware multi-tier middleware MidWare The author of the freeware Internet Component Suite (ICS) http://www.overbyte.be - Original Message - From: "daniel cc" To: "ICS support mailing" Sent: Monday, January 31, 2011 8:54 AM Subject: Re: [twsocket] Error handlin

Re: [twsocket] Error handling

2011-01-30 Thread daniel cc
x27;Connecting', 'Connected', 'Accepting', 'Listening', 'Closed', 'Closing'); / -Original Message- From: Francois PIETTE Sent: Monday, January 31, 2011 9:08 AM To: ICS s

Re: [twsocket] Error handling

2011-01-30 Thread Francois PIETTE
ancois.pie...@overbyte.be The author of the freeware multi-tier middleware MidWare The author of the freeware Internet Component Suite (ICS) http://www.overbyte.be - Original Message - From: "daniel cc" To: "ICS support mailing" Sent: Monday, January 31, 2011 7:46 AM

Re: [twsocket] Error handling

2011-01-30 Thread daniel cc
ror pop-up and put the error into the memo/log file. If anyone has ever done this, could you please post some example of how it is done or can be done. Thanks -Original Message- From: Francois PIETTE Sent: Thursday, January 27, 2011 10:51 PM To: ICS support mailing Subject: Re: [twsock

Re: [twsocket] Error handling

2011-01-27 Thread Francois PIETTE
Can someone please guide me to a demo where the ICS Socket errors are handled? I have checked almost all and each one of them are having some handling but I can’t get the result I need. Example: If I pull the network cable from the client I get socket error pop-up which is something that I wo

Re: [twsocket] Error handling in FTPcli

2009-06-11 Thread Arno Garrels
Angus Robertson - Magenta Systems Ltd wrote: >> I wonder how you solved logging or even a live-display with multiple >> instances? > > The traffic is not too heavy, That makes it a bit easier, and most likely you log into a database don't you? -- Arno Garrels -- To unsubscribe or change your s

Re: [twsocket] Error handling in FTPcli

2009-06-11 Thread Angus Robertson - Magenta Systems Ltd
> I wonder how you solved logging or even a live-display with multiple > instances? The traffic is not too heavy, the DVRs use WiFi to communicate when they are in (or near) the bus garage and only run when the ignition is turned on. So not too many running at a time. Also, CCTV is not live, wh

Re: [twsocket] Error handling in FTPcli

2009-06-11 Thread Arno Garrels
Angus Robertson - Magenta Systems Ltd wrote: > I do have one application using async FTP to upload and download from > multiple remote FTP servers simultaneously, these FTP servers being in > mobile digital video recorders on buses, but it's very much custom > since the FTP server is non-standard.

Re: [twsocket] Error handling in FTPcli

2009-06-09 Thread Angus Robertson - Magenta Systems Ltd
> > What was the behaviour if you used multiple asynchronously working > > ICS-components in the same thread, they all use their own message > > pump, won't that work? What were the problems? > > Got it, rather late, though :) > Thinking non-blocking since the beginning :) The applications in wh

Re: [twsocket] Error handling in FTPcli

2009-06-09 Thread Arno Garrels
Arno Garrels wrote: > Angus Robertson - Magenta Systems Ltd wrote: >>> Thank you Angus, I'll look at the code more intently. To take your >>> component isn't appropriate for me, as I want multiple connections >>> without threads. >> >> You are welcome to rewrite the component using async FTP metho

Re: [twsocket] Error handling in FTPcli

2009-06-09 Thread Arno Garrels
Difficult word, I mean "synchronously working ICS-components" of course :) Arno Garrels wrote: > Angus Robertson - Magenta Systems Ltd wrote: >>> Thank you Angus, I'll look at the code more intently. To take your >>> component isn't appropriate for me, as I want multiple connections >>> without t

Re: [twsocket] Error handling in FTPcli

2009-06-09 Thread Arno Garrels
Angus Robertson - Magenta Systems Ltd wrote: >> Thank you Angus, I'll look at the code more intently. To take your >> component isn't appropriate for me, as I want multiple connections >> without threads. > > You are welcome to rewrite the component using async FTP methods, it > just needs a state

Re: [twsocket] Error handling in FTPcli

2009-06-09 Thread Angus Robertson - Magenta Systems Ltd
> Thank you Angus, I'll look at the code more intently. To take your > component isn't appropriate for me, as I want multiple connections > without threads. You are welcome to rewrite the component using async FTP methods, it just needs a state machine added to keep track of progress. I will do

Re: [twsocket] Error handling in FTPcli

2009-06-09 Thread Anton Sviridov
Thank you Angus, I'll look at the code more intently. To take your component isn't appropriate for me, as I want multiple connections without threads. -- Anton -- To unsubscribe or change your settings for TWSocket mailing list please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocke

Re: [twsocket] Error handling in FTPcli

2009-06-08 Thread Angus Robertson - Magenta Systems Ltd
> Anyway, I'll welcome any explanations of how could I handle various > errors in FTPcli working progress. Just look at the code in TMagFtp about which you were asking earlier this year, or just use it instead of TFtpCli so you don't need to be concerned about the internals of FTP. Angus -- T