> Well, the Java folks have the luxury of streams. C has to manage this at > socket level. So my question was, how are we supposed to do that with C > network handler?
I'm not familiar with the workings of the C network handler. But for us the only useful part of the input stream was the read() method, which returns the filtered bytes according to the function of the wrapper.. I'm sure you smart people would be able to simulate that easily.. ~Thilina > > Samisa... > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Thilina Gunarathne - http://thilinag.blogspot.com
