Hi
I'm trying to build a client/server application using nio and grizzly.
My objects are all serializable through datainput/dataoutput.
I have implemented an async protocol using mina and StreamIOHandlers but the
performance is not the best (specially in terms of latency), and I really
need both throughput and latency.
Do you have any tutorials where I can serialize/deserialize using the
input/outputstreams? (no protocol i think). Or any pointers in general?
Regards
David Alves