In my application i m reading the socket for the data sending by the server but now the problem starting when I increase the buffer size.
The problem is that the data sending from server is vary from 5 bytes to 5000 bytes with request send by the client. In the start for testing purpose I keep the buffer of 400 bytes size for which its works fine.In the buffer it store the bytes which is 5 to 300 bytes read it properly it works. But if I increase the buffer size to 5000 and when the first 5 bytes comes it read them properly and when the second time 200 bytes send by the server the connection is automatically break between he server and my client.But all works fine when the size of buffer is 400.So where is the problem in the buffer size, I don't understand where I m doing wrong -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access-company.com/developers/forums/
