Re: [twsocket] IPv6 branch updated with latest changes from trunk Rev. #631

2010-11-24 Thread Fastream Technologies
Hi Arno, On Tue, Nov 23, 2010 at 7:33 PM, Arno Garrels arno.garr...@gmx.de wrote: Fastream Technologies wrote: Ok, somehow the packages got mixed and the defines were wrong. Anyway, can you try to compile the latest IPv6 package with NO_ADV_MT defined? It bombs in web server component!

Re: [twsocket] Clarification of my previous question

2010-11-24 Thread Max Terentiev
Hi Arno, If that happens with a fast network connection (LAN) then it's a normal behavior in main, GUI thread since paint messages have less priority than messages actually posted to the message queue. Yes, it's happens on fast 1 GB Lan and very light and fast smtp server on second PC. No

Re: [twsocket] Clarification of my previous question

2010-11-24 Thread Arno Garrels
Max Terentiev wrote: Hi Arno, If that happens with a fast network connection (LAN) then it's a normal behavior in main, GUI thread since paint messages have less priority than messages actually posted to the message queue. Yes, it's happens on fast 1 GB Lan and very light and fast smtp

Re: [twsocket] IPv6 branch updated with latest changes from trunk Rev. #631

2010-11-24 Thread Arno Garrels
Fastream Technologies wrote: Hi Arno, On Tue, Nov 23, 2010 at 7:33 PM, Arno Garrels arno.garr...@gmx.de wrote: Fastream Technologies wrote: Ok, somehow the packages got mixed and the defines were wrong. Anyway, can you try to compile the latest IPv6 package with NO_ADV_MT defined? It

Re: [twsocket] Clarification of my previous question

2010-11-24 Thread Max Terentiev
Thanx for help, Arno ! I will try v7/throttle. -Original Message- From: twsocket-boun...@elists.org [mailto:twsocket-boun...@elists.org] On Behalf Of Arno Garrels Sent: Wednesday, November 24, 2010 3:03 PM To: ICS support mailing Subject: Re: [twsocket] Clarification of my previous

Re: [twsocket] IPv6 branch updated with latest changes from trunk Rev. #631

2010-11-24 Thread Fastream Technologies
Arno, Thanks for the detailed explanation. SZ On Wed, Nov 24, 2010 at 2:03 PM, Arno Garrels arno.garr...@gmx.de wrote: Fastream Technologies wrote: Hi Arno, On Tue, Nov 23, 2010 at 7:33 PM, Arno Garrels arno.garr...@gmx.de wrote: Fastream Technologies wrote: Ok, somehow the

Re: [twsocket] TFTPClient

2010-11-24 Thread Francois PIETTE
If the file exist on the server I do not want to overwrite the file. I want to abort the transfer. Is that possible? This is not a client issue, but a server issue. usually FTP server allows overwriting existing files. Or do I need to check if the file exists before TFTPClient.Tansmit?