> > With a software engine it is as faster as your CPU.
> >
> > > - make calls to fast C/C++ routines on the server that the applet
> > > downloaded from
> > >
> >
> > :)) Unable to comment seriously. :))
>
>
> Why is that?  Not sure I understand.
>
> -Galen

How are those routines used ? Are they directly accessible using a specific
API ? Or do you want to use a program with some ports open on the target
computer, waiting for the request ? In that case, there would be no problem
.. I've had to use something like that (although there where no java 3d) and
that worked like a charm..

But if the usage of thoses routines is the speed you think you will get with
C++ in place of Java, then you need to take into account the response time
of the network you'll use, and the amount of data that will need to be
exchanged divided by the network speed.. It may well be faster using java on
the computer displaying the model..

More information on that part would allow us to be much more precise..

===========================================================================
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