[
https://issues.apache.org/jira/browse/DIRAPI-310?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Emmanuel Lecharny resolved DIRAPI-310.
--------------------------------------
Resolution: Fixed
This has been implemented using {{synchronized}}/{{wait}}/{{notifyAll}}. This
is way simpler and less expensive (no object is being created).
> We most certainly don't need a Queue in operation futures
> ---------------------------------------------------------
>
> Key: DIRAPI-310
> URL: https://issues.apache.org/jira/browse/DIRAPI-310
> Project: Directory Client API
> Issue Type: Improvement
> Affects Versions: 1.0.0
> Reporter: Emmanuel Lecharny
> Priority: Major
> Fix For: 2.0.0
>
>
> Currently, each operation future holds a {{BlockingQueue}} that will contain
> the response. This queue is stored in the inherited {{ResponseFuture}} class.
> This is a waste for most of the operation except {{SearchFuture}} and
> {{ExtendedFuture}} that might get more than one response. We could move the
> queue to the classes that nees it, and use a simple field for the other
> classes.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)