[twsocket] Big file download

2007-01-15 Thread Abdullah AlQasim
Greetings list, Is there any open source big-file download example (Client/Server) include meter of speed of download. I want to test the speed of my ISP. Thank you in advanced. Abdullah -- To unsubscribe or change your settings for TWSocket mailing list please goto http://www.elists.org/mailm

Re: [twsocket] Big file download

2007-01-15 Thread Francois PIETTE
> Is there any open source big-file download example (Client/Server) > include meter of speed of download. I want to test the speed of my ISP. Just do a FTP or HTTP transfer of a big file and mesure how long it takes to download (upload) such number of MB. Note that some FTP or HTTP servers have

Re: [twsocket] Throughput problem with TWSocket over a "long line"

2007-01-15 Thread Tobias Rapp
> To improve performance you can make your packets equal to the MTU, or > switch Nagle off. There are some notes on Microsoft site about this. If > you search for Nagle on MSDN you will find a lots information about > that. They dont encourage to switch it off but in some cases (maybe > yours) it i

Re: [twsocket] Throughput problem with TWSocket over a "long line"

2007-01-15 Thread Wilfried Mestdagh
Hello Tobias, You find on my site a few programs to test performance with TWSocket. --- Rgds, Wilfried [TeamICS] http://www.overbyte.be/eng/overbyte/teamics.html http://www.mestdagh.biz Monday, January 15, 2007, 16:33, Tobias Rapp wrote: >> To improve performance you can make your packets equal

[twsocket] Still problems while sending SMTP

2007-01-15 Thread Michael Kochendoerfer
Dear community, it's me again ... some of you directed me the right way sending SMTP mails in async mode. I analyzed the MailSnd1 example and I built a component based on TSmtpCli, which wraps some of my application specific data. After setting all required properties, I do a Connect and the c

Re: [twsocket] Still problems while sending SMTP

2007-01-15 Thread david . lyon
Quoting Michael Kochendoerfer <[EMAIL PROTECTED]>: > it's me again ... some of you directed me the right way sending SMTP > mails in async mode. I analyzed the MailSnd1 example and I built a > component based on TSmtpCli, which wraps some of my application specific > data. After setting all requi

Re: [twsocket] Still problems while sending SMTP

2007-01-15 Thread Arno Garrels
Michael Kochendoerfer wrote: > calls .Connect. I can see in a log that OnRequestDone is fired > multiple times until it gets smtpQuit. When calling the next time, > I'll get the above exception. When the response to the Quit command is received the connection (may) still be alive. So watch both, w