[twsocket] Multiple OnDataAvailable calls when no data to read

2008-11-26 Thread Anton Sviridov
Arno Garrels [TeamICS] wrote: AFAIK no, only if you do not read all available data OnDataAvailable will trigger again. Arno Garrels [TeamICS] wrote: Thus calling Receive multiple times in a loop in on DataAvailable would not work properly. *embarrassed* how these two statements combine? Why

Re: [twsocket] Builder 6 Installation and TCppWebBrowser

2008-11-26 Thread Francois Piette
The error message I'm getting is Registration procedure, Shdocvw_ocx.Register in package c:\program files\borland\cbuilder6\Projects\Bpl\IcsBcb60.bpl raised exception class EFilerError: Component TCppWebBrowser can't be registered by package icsbcb60 because it has already been

Re: [twsocket] Multiple OnDataAvailable calls when no data to read

2008-11-26 Thread Wilfried Mestdagh
Hello Anton, *embarrassed* how these two statements combine? Why several Receives should cause troubles? it is by design, only 1 receive call in the event. And another question. Is TWSocket.RcvdCount value reliable, i.e. if it = 0, then there is really no data in the socket? Microsoft

Re: [twsocket] OT: Beta yet stable secure tunnel client--looking forward to your comments!

2008-11-26 Thread Dod
Hello Fastream, Tested to make POP3-SSL tunnel to Gmail like I do with STunnel ...do not work, it connect, I see some data exchange in SSL negotiation but no POP3 welcome banner. regards. FT We are developing an alternative secure tunneling software. Meanwhile the FT client side is ready. It

Re: [twsocket] OT: Beta yet stable secure tunnel client--looking forward to your comments!

2008-11-26 Thread Dod
Hello Fastream, I have checked the SSL/TLS checkbox (no certificate choosed) and unchecked verify peer and now it works on gmail I tested a few MB transfert, it's ok and performances seems same as stunnel on my little PIII-1Ghz. If I check both SSL/TLS and Verify Peer, it do not work. I

Re: [twsocket] OT: Beta yet stable secure tunnel client--looking forward to your comments!

2008-11-26 Thread Fastream Technologies
Hello Dod, I think the TrustedCAPath.pem that comes with ICS does not cover the root cert that signed mail.google.com. PLEASE do test the code against as much stress as possible. It is called a beta because the server module is not ready yet. I mean the SSL-TCP convertor proxy. Best Regards,