Re: Connection pool

2022-05-04 Thread Suvendu Sekhar Mondal
Hello Mohamed, On Thu, May 5, 2022 at 2:59 AM Mohamed Eliyas Abdul Kadar wrote: > > Hi All > I am trying to limit the db connections on the oracle side by limiting the > size of connection pool in the datasource config as below. I tried setting > the max size to 20 by maxTotal/ maxActive

Connection pool

2022-05-04 Thread Mohamed Eliyas Abdul Kadar
Hi All I am trying to limit the db connections on the oracle side by limiting the size of connection pool in the datasource config as below. I tried setting the max size to 20 by maxTotal/ maxActive either of them didn't work. The db side connection was always more than 30. Please advise.

Re: Tomcat + Safari WebSocket issue

2022-05-04 Thread Mark Thomas
On 03/05/2022 14:12, Hagenauer, Florian wrote: Does anyone have an idea or is able to clarify if this is an issue with Tomcat or with Safari/WebKit? Or if there is a workaround to this issue? I've just run Safari on a fully updated macOS Monterey against the Autobahn|Testsuite for the

RE: Tomcat + Safari WebSocket issue

2022-05-04 Thread Hagenauer, Florian
Hi Pawel, > Try capturing the traffic (with Wireshark, etc) for the broken connection > against Tomcat, and then also to the "working" Python server, at least what > are the differences on the wire. > That would probably help identify the problem a lot faster. I attached screenshots from