1 | Fig. 1 compares JWORB performance for integer array transfer with other Java ORBs. RMI is the fastest and it probably uses custom native library. |
2 | Fig. 2 presents a similar comparison for array of structures - here performance differences are due to various strategies used for object serialization |
3 | Fig. 3 illustrates that C ORB such as omniORB is oreder of magnitude faster than even the fastest (here RMI) Java ORB. |