vote up 2 vote down star
1

I need to be able to send compact messages (ideally small enough to fit into a single UDP packet) from Java. It needs to be as efficient as possible - can anyone give me any pointers (other than constructing them manually)?

flag

1 Answer

vote up 5 vote down check

Mina -- http://mina.apache.org/udp-tutorial.html -- very good tool

link|flag
I'm using it on a chat server for high-latency, low bandwidth, jittery frameworks. – Heath Borders Oct 8 '08 at 1:07

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.