MOO-cows Mailing List Archive

[Prev][Next][Index][Thread]

Re: Binary IO



You need to control the connection by doing 2 things:

	1.  Make sure that you don't overflow the output buffer by using the
            new notify behavior.

	2.  Don't close the connection until all the data is sent by testing
            the size of the data in the output buffer to be sure it is zero.

This may help solve your problem.  Works for us.  Cheers!


Follow-Ups: References:

Home | Subject Index | Thread Index