You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@openmeetings.apache.org by Maxim Solodovnik <so...@gmail.com> on 2018/12/04 08:31:50 UTC

Re: Connection Pooling Issue on OpenMeeting

Version 3.0.x is not supported anymore
You can check DB pool options in persistence.xml and try to tune it

On Tue, 4 Dec 2018 at 15:05, Biswajit Jena <ex...@gmail.com> wrote:

> Hi ,
>
> What is maximum active user connection supports in OpenMeeting 3.0.4 ?
> I tried to test with a Automated tools for maximum connection test  (e.g :
> 1000 to 10000) and found time-out issue on MySQL database and crashed the
> application. So please guide.
>
> Regards
> Biswajit
>


-- 
WBR
Maxim aka solomax

Re: Connection Pooling Issue on OpenMeeting

Posted by Maxim Solodovnik <so...@gmail.com>.
Hmm,

Your initial question was about connection pooling
Connection pooling is being used for DB connections only

Now you are asking about "maximum limit OM supports for active connection"
I guess this is regarding browser-to-server connections?
The answer is not that simple

you can easily find "maximum number of connections Tomcat can handle" (here
is the example [1])
BUT big numbers will require well configured cluster and load balancer

Second part of your question is "50000 user joins the event" this is
actually not about number of connections
Your bandwidth will be the bottleneck: [2]

[1]
https://stackoverflow.com/questions/18372464/how-many-concurrent-request-can-tomcat-handle-by-default
[2] https://openmeetings.apache.org/NetworkCalculator.html

On Tue, 4 Dec 2018 at 17:15, Biswajit Jena <ex...@gmail.com> wrote:

> This is just for compatibility review, I am asking about what is the
> maximum limit OM supports for active connection ?
> For example : If more than 50000 user joins the event.
> Thanks
>
> On Tue, Dec 4, 2018 at 3:26 PM Maxim Solodovnik <so...@gmail.com>
> wrote:
>
>> Sorry don't get your question :(
>>
>> On Tue, 4 Dec 2018 at 16:32, Biswajit Jena <ex...@gmail.com> wrote:
>>
>>> Ok, I will check. Thanks
>>> But what extent it supports concurrent user active session ?
>>>
>>> On Tue, Dec 4, 2018 at 2:02 PM Maxim Solodovnik <so...@gmail.com>
>>> wrote:
>>>
>>>> Version 3.0.x is not supported anymore
>>>> You can check DB pool options in persistence.xml and try to tune it
>>>>
>>>> On Tue, 4 Dec 2018 at 15:05, Biswajit Jena <ex...@gmail.com>
>>>> wrote:
>>>>
>>>>> Hi ,
>>>>>
>>>>> What is maximum active user connection supports in OpenMeeting 3.0.4 ?
>>>>> I tried to test with a Automated tools for maximum connection test
>>>>> (e.g : 1000 to 10000) and found time-out issue on MySQL database and
>>>>> crashed the application. So please guide.
>>>>>
>>>>> Regards
>>>>> Biswajit
>>>>>
>>>>
>>>>
>>>> --
>>>> WBR
>>>> Maxim aka solomax
>>>>
>>>
>>
>> --
>> WBR
>> Maxim aka solomax
>>
>

-- 
WBR
Maxim aka solomax

Re: Connection Pooling Issue on OpenMeeting

Posted by Maxim Solodovnik <so...@gmail.com>.
Sorry don't get your question :(

On Tue, 4 Dec 2018 at 16:32, Biswajit Jena <ex...@gmail.com> wrote:

> Ok, I will check. Thanks
> But what extent it supports concurrent user active session ?
>
> On Tue, Dec 4, 2018 at 2:02 PM Maxim Solodovnik <so...@gmail.com>
> wrote:
>
>> Version 3.0.x is not supported anymore
>> You can check DB pool options in persistence.xml and try to tune it
>>
>> On Tue, 4 Dec 2018 at 15:05, Biswajit Jena <ex...@gmail.com> wrote:
>>
>>> Hi ,
>>>
>>> What is maximum active user connection supports in OpenMeeting 3.0.4 ?
>>> I tried to test with a Automated tools for maximum connection test  (e.g
>>> : 1000 to 10000) and found time-out issue on MySQL database and crashed the
>>> application. So please guide.
>>>
>>> Regards
>>> Biswajit
>>>
>>
>>
>> --
>> WBR
>> Maxim aka solomax
>>
>

-- 
WBR
Maxim aka solomax