hi trustin > Thank you for the hint. It is now added to our to-do list.
cool. i actually found something related in http://coconut.codehaus.org/Coconut+AIO > optimum for sending multiple messages to one session would probably be using >> gathering writes offered by java.NIO. this is not supported in mina, >> afaik. > > Does gathering write perform better than multiple single write requests? > I'm just curious. i am not really sure, but i assume much of the work will be delegated to a lower level (NIO or system), which should help. there a two possibilities to find out: reading the JDK source or performing tests. both is a bit out of my scope (experience/time), sorry :) kaspar
