users@grizzly.java.net

using grizzly for object serialization with datainput and dataoutput

From: David Alves <dalves_at_dei.uc.pt>
Date: Mon, 23 Feb 2009 03:36:48 +0000

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