I am working with Netty Channels and when sending lots of data across the channel , I notice that the Channel.channelInterestChanged
event gets fired, which immediately results in Channel.isWritable()
to return false.( there is another thread doing a Channel.write()
and this thread fails immediately ). My question is : why is the Channel s interests getting changed ? or rather who is changing it ? Nothing in code that I wrote ( server or client ) changes the interests.
Hi have this j2ee web application developed using spring framework. I have a problem with rendering mnessages in nihongo characters from the properties file. I tried converting the file to ascii using ...