Hi

Is there a big difference in performance for RMI vs HttpInvoker ?

I'm having some trouble getting RmiServiceExporter to work over the net so I'm thinking of switching over to HttpInvoker since both client and server use Spring.

As I understand, they do the same serialization, and then transport in different formats. but RMI should be slightly faster right ?

/abq