Re: [twsocket] Reasonable timeout

2005-04-22 Thread Arno Garrels
Thanks Wilfried, >> 2. How can I catch and handle a system TCP timeout in ICS? and > > You will get the 10060 (conn timed out) as error argument in the > TWSocket events. Good to know, that's easy enough to handle. >> 1. How do I find the actual system TCP timeout? > > Dont know, somewhere in

[twsocket] Reasonable timeout

2005-04-22 Thread Arno Garrels
Hello, Actually I have a custom timeout in all of my applications which is hardcoded to values between 30-50 seconds. It's that short because I do not want the system timeout hit in my program flow. But now users want the timeout user defined and longer :(. So my questions are: 1. How do I find t

[twsocket] HttpCli buffer size...

2005-04-22 Thread Ann
Whats the buffer size od HTTPCli? When im using strpas(buffer) in OnDocData event... is there any way to predict if the single buffer is full doc data or not? Thank you! Ann -- To unsubscribe or change your settings for TWSocket mailing list please goto http://www.elists.org/mailman/listinfo/t

Re: [twsocket] Reasonable timeout

2005-04-22 Thread Wilfried Mestdagh
Hello Arno, > 2. How can I catch and handle a system TCP timeout in ICS? and You will get the 10060 (conn timed out) as error argument in the TWSocket events. > 1. How do I find the actual system TCP timeout? Dont know, somewhere in registry I suppose. I _think_ we have a FAQ but I cannot searc

Re: [twsocket] VOIP

2005-04-22 Thread Arno Garrels
Francois Piette wrote: >> It's just an idea, and actually I've zero knowledge about it, >> but would implementing that protocol in ICS make any sense? > > Yes, sure ! Very interesting to do. I think that would be also a nice product idea for Overbyte. However I'll investigate voip as soon as I ha

Re: [twsocket] Using THtmlSmtpCli in a TWebModule

2005-04-22 Thread Francois Piette
> I have been using the THtmlSmtpCli for some time and it works great. I have > some web based code and when I put this object in it, it doesn't seem to > work any more... When I run Connect it seems to go into the smtpDnsLookup > state and stay there. Is there anything I need to do to make it w