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 2008/06/19 03:47:45 UTC

[jira] Updated: (DIRSERVER-1177) Add overloads to Cursor positioning methods which take time limits

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

Alex Karasulu updated DIRSERVER-1177:
-------------------------------------

    Fix Version/s:     (was: 1.5.3)
                   1.5.4

Not applicable to 1.5.3 which does not include Cursor switch over from NamingEnumerations yet: this is in 1.5.4.

> Add overloads to Cursor positioning methods which take time limits
> ------------------------------------------------------------------
>
>                 Key: DIRSERVER-1177
>                 URL: https://issues.apache.org/jira/browse/DIRSERVER-1177
>             Project: Directory ApacheDS
>          Issue Type: New Feature
>            Reporter: Alex Karasulu
>             Fix For: 1.5.4
>
>
> Some Cursors will spend time positioning themselves properly possibly doing a lot of work during the course of a positioning call like next().  This may block beyond an amount of time which is allowable.  To prevent this, these overloads to the Cursor positioning methods should be added to take a millisecond long parameter.  Such overloads can return with an error code or can throw an exception when the operation could not complete due to timing constraints.  We have to determine which is best.  

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