[twsocket] Connection speed test

2007-03-19 Thread Paul
I have to implement a connection speed test in an application (using http) I've ben testing with downloading and uplading a small file a few times. So far I've had the best results with - Download: start timing in HttpCli.onDocBegin stop timing in HttpCli.onDocEnd - Upload: start timing

Re: [twsocket] Connection speed test

2007-03-19 Thread Fastream Technologies
Yes it is correct provided that you do not want to count headers. - Original Message - From: "Paul" <[EMAIL PROTECTED]> To: "TWsocket" Sent: Monday, March 19, 2007 12:12 PM Subject: [twsocket] Connection speed test >I have to implement a connection speed test in an application (using h

Re: [twsocket] Connection speed test

2007-03-19 Thread Francois Piette
Depends what you want to measure. Using the event you selected, you don't measure time needed to establish the connection, send the request, send the header. You only have the document part. That's fine if it is what you need :-) -- [EMAIL PROTECTED] Author of ICS (Internet Component Suite, freewar

Re: [twsocket] Bug in Send() ?

2007-03-19 Thread Francois Piette
And what's the question/problem ? -- [EMAIL PROTECTED] Author of ICS (Internet Component Suite, freeware) Author of MidWare (Multi-tier framework, freeware) http://www.overbyte.be - Original Message - From: "Fastream Technologies" <[EMAIL PROTECTED]> To: "ICS support mailing" Sent: Mond

Re: [twsocket] Bug in Send() ?

2007-03-19 Thread Fastream Technologies
In what conditions should we assume that no ondatasent will be called after send()? - Original Message - From: "Francois Piette" <[EMAIL PROTECTED]> To: "ICS support mailing" Sent: Monday, March 19, 2007 2:13 PM Subject: Re: [twsocket] Bug in Send() ? > And what's the question/problem

Re: [twsocket] Bug in Send() ?

2007-03-19 Thread Fastream Technologies
Please do notice that there are two sockets: one server and one client and the error on client/outgoing socket affects the server socket (somehow). Regards, SZ - Original Message - From: "Francois Piette" <[EMAIL PROTECTED]> To: "ICS support mailing" Sent: Monday, March 19, 2007 2:13

Re: [twsocket] Bug in Send() ?

2007-03-19 Thread Arno Garrels
Fastream Technologies wrote: > In what conditions should we assume that no ondatasent will be called > after send()? It will be called, even if you call Send() with NULL-data. However, if still unsent data is in the buffer it will be called delayed after all data has been sent. It won't be called

[twsocket] [OT] Delphi 2007 for WIN32 Purchase Hint

2007-03-19 Thread Darin McGee
If you purchase Delphi 2007 for WIN32 via D/L like I did, you may want to seriously consider purchasing the media kit too because the D/L version provides no files to install from, it simply performs a Install Anywhere from the web leaving you only the Install Anywhere installer file. Thank you fo

Re: [twsocket] Bug in Send() ?

2007-03-19 Thread Fastream Technologies
Thanks! - Original Message - From: "Arno Garrels" <[EMAIL PROTECTED]> To: "ICS support mailing" Sent: Monday, March 19, 2007 3:16 PM Subject: Re: [twsocket] Bug in Send() ? > Fastream Technologies wrote: >> In what conditions should we assume that no ondatasent will be called >> after

[twsocket] Question regarding Delphi 2007

2007-03-19 Thread Hoby Smith
Hello all. This might be a bit Off Topic. However, since Francois mentioned D2007, I hope you don't mind if I ask a more specific question regarding D2007. You mentioned that it is "fast and reliable product". I was wondering if it is any better regarding resource usage than D2006? Specificall