View Single Post
  #1 (permalink)  
Old 05-06-2003
JohnBates JohnBates is offline
Registered User
 
 
Join Date: May 2003
Posts: 2
Method tokens: strings vs. indices

I see from the generated c++ code that Ice appears to send the string name of a method accross the wire to invoke it. Is there a reason you're not using integer indices instead? (To save network bandwidth and allow the possibility of constant time look-up of methods.)

Thanks,
John
Reply With Quote