Re: [twsocket] FTP Server example

2010-02-02 Thread Arno Garrels
David Rose wrote: If my main app (which contains an TFtpServer component) is working hard processing data and a client requests a large file, does the main app stop processing its data whilst the file is being sent ? No, it would not. However such an application should excecute the

Re: [twsocket] Having a problem with Rad Studio 2010.

2010-02-02 Thread Arno Garrels
Ian Tuck wrote: Apparently there was a conflict with another 3rd party library that was loading winsock2, perhaps? At any rate, changing the order of the include files in my source fixed the problem. Not fantastic news, but at least it now compiles. Thanks for your help. That's good news.

Re: [twsocket] Static ARP

2010-02-02 Thread Angus Robertson - Magenta Systems Ltd
Does ICS provide any means to set static ARP entries? No ICS does not have support ARP. There are various ARP APIs in the Internet Protocol Helper API, try googling CreateIpNetEntry. You'll also find an Embarcadero Discussion Forums thread about privileges. My web site has a partial

[twsocket] Send data as a never ending document

2010-02-02 Thread Paul
I've been searching to send http-messages to a THtppServer as a never ending document to avoid delays between messages caused by proxies in between. No luck so far. Can it be done with ICS ? thx, Paul -- To unsubscribe or change your settings for TWSocket mailing list please goto

Re: [twsocket] Static ARP

2010-02-02 Thread Dave Baxter
-Original Message- From: Angus Robertson - Magenta Systems Ltd [mailto:an...@magsys.co.uk] Sent: 02 February 2010 10:46 To: twsocket@elists.org Subject: Re: [twsocket] Static ARP Does ICS provide any means to set static ARP entries? No ICS does not have support ARP.

Re: [twsocket] EmulVT behavior with many rows dumped into client

2010-02-02 Thread Francois PIETTE
If I could understand the reasons for the apparent performance impact it would help me with my system design. I don't see any obvious reason for the performance impact. What it the time for same listing when no logging in action ? -- francois.pie...@overbyte.be The author of the freeware

Re: [twsocket] FTP Server example

2010-02-02 Thread Francois PIETTE
If my main app (which contains an TFtpServer component) is working hard processing data and a client requests a large file, does the main app stop processing its data whilst the file is being sent ? There are two distincts things there: 1) hard processing 2) Sending large file Answers: 1)

Re: [twsocket] Send data as a never ending document

2010-02-02 Thread Paul
Found it, I forgot to set linemode properly :-( Paul -- 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.overbyte.be

Re: [twsocket] Send data as a never ending document

2010-02-02 Thread RTT
Are you using chunked transfer encoding, or something else? Found it, I forgot to set linemode properly :-( Paul -- 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