[twsocket] Fw: [IQReverseProxy] Problem with chunked encoding and IIS

2007-05-20 Thread Fastream Technologies
Hello, Is Connection: close illegal with chunked encoding? I have never thought so! Best Regards, SZ - Original Message - To: [EMAIL PROTECTED] Sent: Monday, May 21, 2007 1:06 AM Subject: [IQReverseProxy] Problem with chunked encoding and IIS I am having difficulty with chunked tran

Re: [twsocket] Newbie problems with TWSocket. (balbaro)

2007-05-20 Thread Francois PIETTE
> But then for a response > Is this correct ? > > 1) In server.DataAvailable event : server : ClientServer.sendstring > response; > 2) In Server : ClientServer.Datasent event : > server.clientserver.closedelayed It depends on the protocol you are designing. Most protocols in use (FTP, SMTP, POP3 a

Re: [twsocket] Newbie problems with TWSocket. (balbaro)

2007-05-20 Thread Wilfried Mestdagh
Hello Balbaro, > 1) connect the client > 2) in Client.SessionConnected event : send the string > 3) In Client.Datasent event : client.closedelayed No. This will not garantie that the data is arrived by the server. You can make a protocol for it, so that the server send back ACK "after" it has han

[twsocket] Newbie problems with TWSocket. (balbaro)

2007-05-20 Thread balbaro
- Original Message - From: <[EMAIL PROTECTED]> To: Sent: Sunday, May 20, 2007 2:00 PM Subject: TWSocket Digest, Vol 220, Issue 10 Hello, Thanks very much for the reply and help. So i understand... Assumed the sever is listening... In tcp proto. 1) connect the client 2) in Client.Sess

Re: [twsocket] sending long strings?

2007-05-20 Thread Wilfried Mestdagh
Hello Entelone, > sending this to the TWSocket on the client application? Should the > rows be appended together into 1 large string and then seperated by > the client? Should the rows be sent individually? Or what? In fact it does not matter. It purely depents on your application and what

Re: [twsocket] Newbie problems with TWSocket.

2007-05-20 Thread Wilfried Mestdagh
Hello Balbaro, > Why is the first string always 'Server Ready" ? Look at the Banner property in TWSocketServer. YOu can set this to '' in your code just before you call Listen if you dont want a Banner, or you can set your own. --- Rgds, Wilfried [TeamICS] http://www.overbyte.be/eng/overbyte/

[twsocket] sending long strings?

2007-05-20 Thread entelone
Hello, I have a 2-application client and server that uses TWSocket and TWSocketServer. On the server application, there is a TListView control that contains at least 6 columns. It is used to store information that the user enters, so it could contain a varying number of rows of informati