cancel
Showing results for 
Search instead for 
Did you mean: 

CMIS Session pooling query

vipul_n
Champ in-the-making
Champ in-the-making
I have the following query when using CMIS APIs

=>   Connection Pooling: Is connection pooling available when using CMIS? If yes, how can we configure it and what is the java object which stores connection/session pool?
Thanks in advance,

2 REPLIES 2

kaynezhang
World-Class Innovator
World-Class Innovator
I'am afraid connection pool is not supported by default,but you can try to implement our own CMIS connection pool using Apache Commons Pool.

vipul_n
Champ in-the-making
Champ in-the-making
Thank you very much Kaynezhang for your quick response.