[ http://issues.apache.org/jira/browse/TUSCANY-922?page=comments#action_12449204 ] Jim Marino commented on TUSCANY-922: ------------------------------------
Individual target invokers will support caching (e.g. JavaTargetInvoker) but the optimization hasn't been turned on yet. Caching could be done in the following situation: 1. The scope of the target is a longer duration than the client, e.g. request--->http session, http session--->module 2. There are no interceptors on the chain The check should probably be done after all of the post processors have been run in ConnectorImpl If anyone is interested in taking a look, I'd be happy to provide additional help. > Target instance is not cached in reference proxy > ------------------------------------------------ > > Key: TUSCANY-922 > URL: http://issues.apache.org/jira/browse/TUSCANY-922 > Project: Tuscany > Issue Type: Bug > Components: Java SCA Core > Affects Versions: Java-Mx > Reporter: Greg Dritschler > Priority: Minor > > The invocation handler and target invoker have code to support caching the > target instance to avoid doing a container lookup every time the target is > invoked. However no code exists to turn caching on. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
