Re: [twsocket] TWSocket Digest, Vol 219, Issue 3

2007-05-12 Thread Allan Fernandes
Hi, On a LAN even if there is no FTPServer active the FTPClient takes 20 secs to timeout. I changed Timeout from 15 to 2 to no avail. I use FTPClient1.OpenAsync. Regards Allan ___ Yahoo! Answers - Got a question? Someone out there

[twsocket] SmtpClient and aborting connection

2007-05-12 Thread Markus Humm
Hello, I#ve a new idea and would like some expert opinions about it before wasting time on it: what if I put the e-mail sending in a seperate thread where the SmptCLient is bound to the thread (execute)? So it would have its own message loop which hopefully wouldn't interfere with the rest of

Re: [twsocket] TWSocket Digest, Vol 219, Issue 3

2007-05-12 Thread Francois PIETTE
> On a LAN even if there is no FTPServer active the > FTPClient takes 20 secs to timeout. I changed Timeout > from 15 to 2 to no avail. I use FTPClient1.OpenAsync. Please use proper subject ! If you reply to "digest mode", always change the subject. Try with FtpTst sample program. Try with Window

[twsocket] HttpServ

2007-05-12 Thread Paul
I have some http-servers that work fine with ICS V5h One server doesn't. It only works fine if I replace HttpServ.pas with the ICSV3 one. I've checked both version of HttpServ.pas with WinMerge. Most changes are the authentication that has been added in V5h and wsoNoReceiveLoop is now a standard

Re: [twsocket] HttpServ

2007-05-12 Thread Francois PIETTE
> Nevertheless, connection are lost and the server is not usable anymore. Can you better define what doesn't work ? It is a perfectly reproductible problem or just happend sometimes ? > It's no problem to place the HttpServ.pas V3 file into the same project > folder so that it uses this HttrpServ

Re: [twsocket] HttpServ

2007-05-12 Thread Paul
> Can you better define what doesn't work ? Very hard to find out : testing it locally is impossible, the servers need other services, webservices and worldwide synchronized SQL-servers to work. Testing it here localy would be impossible. It's our gateway (I'm sure you know), but it's been extend