This content has been marked as final.
Show 3 replies
-
1. Re: flush-strategy
jesper.pedersen Jul 16, 2013 12:44 PM (in response to hohokampeople)No.
IronJacamar 1.1 will feature a lot more flush strategies - http://www.ironjacamar.org/doc/schema/ironjacamar_1_1.xsd
-
2. Re: flush-strategy
hohokampeople Jul 16, 2013 12:58 PM (in response to jesper.pedersen)Hi Jesper,
Thanks for your reply. One question though is there a link or document that explain different flush strategy? i'm asking because i can't find any link/document.
-
3. Re: flush-strategy
jesper.pedersen Jul 16, 2013 1:02 PM (in response to hohokampeople)1 of 1 people found this helpfulFailingConnectionOnly - is of course the connection which has the error, IdleConnections are all idle connections and the failing connection, EntirePool are all connections including active ones.
So FailingconnectionOnly or IdleConnections I would say - be very careful with EntirePool.
And yes, I should add some documentation for it - or hopefully there will be a pull request