On 08/12/2016 07:59, Михаил Ткаченко wrote:
> Yes but it description is ambiguous for me. What does it means "active
> connection"? In use for request to DB?

It is the maximum number of connections the pool will keep open to the
database at any point in time. Those connections may be actively
processing queries, allocated to an application but not being used or be
sat idle in the pool waiting to be allocated.

Mark


> 
> 08 дек. 2016 г. 10:53 пользователь "Kaloyan Spiridonov" <
> k.i.spirido...@gmail.com> написал:
> 
>> Hello,
>>
>> As it is described in jdbc connection pool documentation:
>>
>> maxActive
>>
>> (int) The maximum number of active connections that can be allocated from
>> this pool at the same time. The default value is 100
>>
>> Best Regards,
>> Kaloyan
>>
>> On Thu, Dec 8, 2016 at 9:47 AM, Михаил Ткаченко <m.tkachenk...@gmail.com>
>> wrote:
>>
>>> Hi! Do you tell me what maxActive option means? Is it the amount of all
>>> connection in the pool? Or is it max number of connection which in use at
>>> the certain moment? Thanks.
>>>
>>
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to