You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@directory.apache.org by "Alex Karasulu (JIRA)" <ji...@apache.org> on 2007/02/23 21:34:06 UTC

[jira] Updated: (DIRSERVER-732) FilterParser initialized for each search

     [ https://issues.apache.org/jira/browse/DIRSERVER-732?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alex Karasulu updated DIRSERVER-732:
------------------------------------


Can you reference the code which is doing this?

> FilterParser initialized for each search
> ----------------------------------------
>
>                 Key: DIRSERVER-732
>                 URL: https://issues.apache.org/jira/browse/DIRSERVER-732
>             Project: Directory ApacheDS
>          Issue Type: Improvement
>            Reporter: Emmanuel Lecharny
>            Priority: Minor
>             Fix For: 1.5.0
>
>
> The FilterParserImpl is initialized ecery time we do a search, when it should only be initialized once, and be synchronized if we use it. The cost of this initialization, even if not important, represent around 1% of all the CPU.
> Another point I would raise is : do we need to parse filters on the server ? At first glance, it seems that its usage is only necessary when dealing with persistent searches, but even then, the received request is supposed to contains a preparsed form of the filter, which is stored in a Filter structure. I may be wrong, as I didn't have look at the code very thouroughly, but it seems strange to me ...

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