- Original Message -
From: "Wilfried Mestdagh" <[EMAIL PROTECTED]>
To: "ICS support mailing"
Sent: Wednesday, August 02, 2006 5:24 PM
Subject: Re: [twsocket] Connect() time out
> Hello Max,
>
>> After it I start New smtp session and call Smtp
Terentiev
Sent: 02 August 2006 11:23
To: ICS support mailing
Subject: Re: [twsocket] Connect() time out
Hello, Francois,
I call SmtpCli->Connect(). If it's timed out - I call SmtpCli->Abort().
After it I start New smtp session and call SmtpCli->Connect() for next
email. I re
Hello Max,
> After it I start New smtp session and call SmtpCli->Connect() for next
> email. I receive 10004 in SmtpRequestDone.
> Please note: after TimeOut and SmtpCli->Abort() i receive 10004 error for
> next 20-30 Connect attempts !
10004 is interrupted system call. Possible you get this with
t; Author of MidWare (Multi-tier framework, freeware)
> http://www.overbyte.be
>
>
> - Original Message -
> From: "Max Terentiev" <[EMAIL PROTECTED]>
> To: "ICS support mailing"
> Sent: Wednesday, August 02, 2006 11:16 AM
> Subject: [tw
> *Subject:* [twsocket] Connect() time out
> *From:* "Max Terentiev" <[EMAIL PROTECTED]>
> *To:* "ICS support mailing"
> What is proper way to cancel Connect() by timeout ?
You can not cancel a pending connection attempt. All you can do is
changes W
"Max Terentiev" <[EMAIL PROTECTED]>
To: "ICS support mailing"
Sent: Wednesday, August 02, 2006 11:16 AM
Subject: [twsocket] Connect() time out
> Hello,
>
> How to cancel SmtpCli->Connect() call if this connection attempt
> is timed out ?
>
> If Sm
Hello,
How to cancel SmtpCli->Connect() call if this connection attempt
is timed out ?
If SmtpCli->Connect() terminated by SmtpCli->Abort() - I notice MANY
10004 errors during next connection attempts.
Maybe it's needed to call some Winsock API function directly on
SmtpCli->CtrlSocket ?
What is