strongloop / strong-remoting

Communicate between objects in servers, mobile apps, and other servers.
www.strongloop.com
Other
105 stars 93 forks source link

Cache getRestMethodByName to improve performance of remote invocations #403

Closed bajtos closed 7 years ago

bajtos commented 7 years ago

Improve the performance of remote invocation of shared methods by implementing a cache for looking up remoting metadata of invoked methods.

Forward-port #400

cc @Traksewt