Thread: Performance
View Single Post
  #3 (permalink)  
Old 03-04-2003
CatOne CatOne is offline
Registered User
 
Name: Bill Lloyd
Organization: --
Project: --
 
Join Date: Feb 2003
Location: California
Posts: 18
I just did a little simple testing on a relatively fast Windows XP machine -- an Athlon 2800+ with 1 GB of RAM.

I tested the ice 'latency' test (in demos\ice\latency):

100000 "pings" (round trip synchronous invocations) took 7359ms -- roughly 13600 round trip invocations per second.

I also tested TAO and another commercial ORB.

TAO did 100000 "pings" in 9830ms -- roughly 10170 round trip invocations/sec.

The commercial ORB did 100000 "pings" in 9050ms -- roughly 11050 round trip invocations/sec.

So at present ice looks to be about 20% faster than these ORBs.
Reply With Quote