Re: [twsocket] Some changes IFDEF-ed out?

2007-03-09 Thread Wilfried Mestdagh
Hello Jack, If I recall well he wanted to do mulitple reads in OnDataAvailable. It is not encouraged to use it as it is not tested in later versions. --- Rgds, Wilfried [TeamICS] http://www.overbyte.be/eng/overbyte/teamics.html http://www.mestdagh.biz Wednesday, March 7, 2007, 23:51, Jack

Re: [twsocket] TWSocket not connecting for me

2007-03-09 Thread Wilfried Mestdagh
Hello Andy, Dont forget to set the Multithreaded property to True ! --- Rgds, Wilfried [TeamICS] http://www.overbyte.be/eng/overbyte/teamics.html http://www.mestdagh.biz Thursday, March 8, 2007, 19:18, info2004 wrote: SZ, I had a look through the list and saw the ref's to get and peek etc.

[twsocket] Problem with web server socket closing after erroneous send

2007-03-09 Thread Fastream Technologies
Hello, I have the following scenario: 1) Send() called 2) 10054 returned 3) Immediately by ICS OnClientClosed called 4) I detect the error in socket What should I do now? Should I call shutdown? Will the onclosed be called again if I do so? Which event will it call if not? Meanwhile, when

Re: [twsocket] SMTP connection limit

2007-03-09 Thread Veit Zimmermann
[EMAIL PROTECTED] wrote: Hello: --- Original Message --- From: Veit Zimmermann[mailto:[EMAIL PROTECTED] Sent: 3/8/2007 6:42:03 AM To : twsocket@elists.org Cc : Subject : RE: [twsocket] SMTP connection limit Hi Are there providers which limit the number of

Re: [twsocket] Problem with web server socket closing after erroneous send

2007-03-09 Thread Wilfried Mestdagh
Hello Fastream, You should do nothing. It is the task of the client to reconnect if session is broken. --- Rgds, Wilfried [TeamICS] http://www.overbyte.be/eng/overbyte/teamics.html http://www.mestdagh.biz Friday, March 9, 2007, 11:10, Fastream Technologies wrote: Hello, I have the following

Re: [twsocket] Problem with web server socket closing aftererroneous send

2007-03-09 Thread Fastream Technologies
Do I need to call shutdown on an errenous socket? I think you did not read what I wrote carefully. I have connections objects hanging on a modified MT HTTP server. Regards, SZ - Original Message - From: Wilfried Mestdagh [EMAIL PROTECTED] To: ICS support mailing twsocket@elists.org

Re: [twsocket] Problem with web server socket closingaftererroneous send

2007-03-09 Thread Arno Garrels
Fastream Technologies wrote: Do I need to call shutdown on an errenous socket? Not needed. 10054 Connection reset by peer doesn't mean an error, the peer simply hung up the line. I think you did not read what I wrote carefully. I have connections objects hanging on a modified MT HTTP