Incomplete writes

Eugene umputun at gmail.com
Fri May 6 03:53:11 EDT 2011


Hi,

I'm really new in netty and trying to implement some sort of streaming
server for some custom data records.

This is the relevant part of my implementation  http://pastie.org/1870815
http://pastie.org/1870815 

I have it tested with fast sends, and I see difference between completed and
sent. For instance, I have 5000 records sent, but on client side I get 4730
only, and this is the same number as "completed". If I slow down writes it
works fine (5000 completed), but my goal is to handle massive amount of
data. 

Am I doing something completely wrong here or missing something important?

thx,
--
Eugene

--
View this message in context: http://netty-forums-and-mailing-lists.685743.n2.nabble.com/Incomplete-writes-tp6336632p6336632.html
Sent from the Netty User Group mailing list archive at Nabble.com.


More information about the netty-users mailing list