Login  
Search All Forums
Dart Home | PowerTCP Sockets for .NET | Custom Development Reply | PowerTCP Sockets for .NET (Secure and Standard) Topics | Forums   
AuthorForum: PowerTCP Sockets for .NET (Secure and Standard)
Topic: Receive Buffer
cehrnow

From: Cambridge, United Kingdom
Posts: 20
Member Since: 09/15/05
posted May 27, 2006 7:29 AM

Using client.BeginReceive(Buffer) which works fine running the application on 1 PC (WindowsXP) returning a Buffer full of all available data. However, when running it on a different PC instead(Windows2000Terminal) the buffer only contains data up to the first CR so we have to keep reissuing the call to get all available the data. Any thoughts about any local settings that might control this ?
Raj

From: Rome, NY, USA
Posts: 389
Member Since: 02/01/06
posted May 31, 2006 12:58 PM

Unfortunately, I am not aware of any local settings that might help.
Actually, TCP is streaming technology, which means there are no predictable breaks in the data stream. So, there is no guarantee that data will come in a specific number of buffers.

Let me know if you have further questions.

Regards,
Raj
Reply | PowerTCP Sockets for .NET (Secure and Standard) Topics | Forums   
This site is powered by PowerTCP WebServer Tool PowerTCP WebServer for ActiveX