02-14-2005 09:30 AM
02-15-2005 08:20 AM
02-15-2005 03:37 PM
09-15-2012 07:01 AM
What is your maximum number of bytes ?????
Try this.............
1. Set the number of bytes to be read as maximum possible.
2. Set the read mode as immediate..
3. Thats it...run the program.
In immediate mode as soon as you will receive the data TCP read will read untill data is continue & once data is over it will return immdaitely.
Let me know if its working fine. & if you have any other good solution, let me know.