I had a concern, that using merlin, exporting services
out of a component and using it might be using
reflection .....
e.g.I have component A that exposes two functions:
A.convertStringXtoStringY(string x)
A.someOtherMethodThatMustBeDoneFast()after initial
lookup of the service and service resolution
e.g.:
myService = (ComponentA) resolve
("/myapp/compAservice")
So after getting a handler to myService, if I were to
call myService.convertStringXtoStringY, is this using
reflection every time ?
... or is going to be direct method call on the
service /component method ?
this is important because I can be making 100's of
such method calls on my service per second and speed
is important.
thanks for information on this.
John.
__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free web site building tool. Try it!
http://webhosting.yahoo.com/ps/sb/
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]