|
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
|