We have found recently this powerful libray provided by JBoss.
The performance we have gain in terms of speed is that JBossRemoting + JBossSerlization is 8.72 times faster than JavaRMI + JavaSerialization (JDK 6 update 11)
In our real scenario, basically we are sending a list of around 100000 user defined objects from clients to [...]