[ 
https://issues.apache.org/jira/browse/FC-44?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14198933#comment-14198933
 ] 

Emmanuel Lecharny edited comment on FC-44 at 11/5/14 7:49 PM:
--------------------------------------------------------------

Using a leightweight pool that does not validate the connections when we pull 
them from the pool is more than two times faster.


was (Author: elecharny):
Using a leightweight pool that does not validate teh connections when we pull 
them from teh pool is more than two times faster.

> Define a LdapPool configuration taht does not validate connections
> ------------------------------------------------------------------
>
>                 Key: FC-44
>                 URL: https://issues.apache.org/jira/browse/FC-44
>             Project: FORTRESS-CORE
>          Issue Type: Improvement
>    Affects Versions: 1.0.0-RC39
>            Reporter: Emmanuel Lecharny
>            Priority: Critical
>             Fix For: 1.0.0-RC40
>
>
> We are using a standard configuration for the connection pool, which is 
> validating the connections when we pull them from the pool and which re-bind 
> them when we put them back. Those two operations are very costly, as they 
> require one round trip each. We should define our own configuration where the 
> connection is not rebound nor validated.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to