You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Matt Hogstrom (JIRA)" <ji...@apache.org> on 2007/12/25 01:31:43 UTC

[jira] Commented: (GERONIMO-3718) ResourceRef lookups are now really slow

    [ https://issues.apache.org/jira/browse/GERONIMO-3718?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12554318 ] 

Matt Hogstrom commented on GERONIMO-3718:
-----------------------------------------

I'll give it a spin.  

> ResourceRef lookups are now really slow
> ---------------------------------------
>
>                 Key: GERONIMO-3718
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-3718
>             Project: Geronimo
>          Issue Type: Improvement
>      Security Level: public(Regular issues) 
>          Components: connector, naming
>    Affects Versions: 2.0.x, 2.1
>            Reporter: David Jencks
>            Assignee: Matt Hogstrom
>             Fix For: 2.1
>
>         Attachments: GERONIMO-3718-1.patch, GERONIMO-3718-2.patch, GERONIMO-3718-3.patch
>
>
> We had to turn off jndi reference lookup result caching since the tck is now testing that e.g. datasource lookups give you a different object each time.  Some of Matt's performance tests indicate that finding the MCFWrapper gbean takes an inordinate amount of time.
> One possibility is to, instead of caching the lookup result, look up the gbean when the jndi tree is set up for the javaee component.  Calling e.g. $getResource() is then as fast as the resource adapter makes it to get a new connection factory.  This needs a few changes in both naming and connector and connector-builder.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.