Ice Bone wrote:

> 2. Secure and robust UDP/IP networking code that can
> handle 10%-30% packet loss with a max bandwidth
> that'll work on at least a 56K modem but should be
> adaptable for higher bandwidths.
Have you thought about using RMI ? It probably is slower, than custom
written networking code, but you have the advantage of code-downloading
(and with rmi security : authentication), which will probably compensate
this. Also it is much easier to maintain and much more flexible !

Another problem will be : cheating. Java is much easier to decompile
than any other language, so you have to take measures at server side, to
prevent the client from seeing things, it may not see, this will be
quite computing intensive ...

Niklas

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JAVA3D-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to