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

Re: TCP 4K Write Buffer



>I am calling STREAM-FORCE-OUTPUT on the stream. When I inspect the strea
>the WRITE-COUNT field goes to zero, but the characters do not get to Java. 

Perhaps you want FINISH-OUTPUT?  FORCE-OUTPUT is only require to start 
sending the data, whereas FORCE-OUTPUT is supposed to ensure the data is 
delivered.  Some implementations interpret the former to mean simply send 
Lisp's buffers to the O/S, and the latter to mean tell the O/S to flush 
it's buffers too.