Re: Connection queuing by connection pooling libraries

2021-10-21 Thread Saurav Sarkar
Thanks a lot Vijay for your valuable inputs. Best Regards, Saurav On Wed, Oct 20, 2021 at 1:06 AM Vijaykumar Jain < vijaykumarjain.git...@gmail.com> wrote: > On Tue, 19 Oct 2021 at 23:20, Vijaykumar Jain < > vijaykumarjain.git...@gmail.com> wrote: > >> >> On Tue, 19 Oct 2021 at 23:09, Vijaykumar

Re: Connection queuing by connection pooling libraries

2021-10-19 Thread Vijaykumar Jain
On Tue, 19 Oct 2021 at 23:20, Vijaykumar Jain < vijaykumarjain.git...@gmail.com> wrote: > > On Tue, 19 Oct 2021 at 23:09, Vijaykumar Jain < > vijaykumarjain.git...@gmail.com> wrote: > >> >> On Tue, 19 Oct 2021 at 22:45, Saurav Sarkar >> wrote: >> >>> Hi All, >>> >>> >>> A basic question on handli

Re: Connection queuing by connection pooling libraries

2021-10-19 Thread Vijaykumar Jain
On Tue, 19 Oct 2021 at 23:09, Vijaykumar Jain < vijaykumarjain.git...@gmail.com> wrote: > > On Tue, 19 Oct 2021 at 22:45, Saurav Sarkar > wrote: > >> Hi All, >> >> >> A basic question on handling large number of concurrent requests on DB. >> >> I have a cloud service which can get large of reques

Re: Connection queuing by connection pooling libraries

2021-10-19 Thread Vijaykumar Jain
On Tue, 19 Oct 2021 at 22:45, Saurav Sarkar wrote: > Hi All, > > > A basic question on handling large number of concurrent requests on DB. > > I have a cloud service which can get large of requests which will > obviously trigger the db operations. > > Every db will have some max connection limit

Connection queuing by connection pooling libraries

2021-10-19 Thread Saurav Sarkar
Hi All, A basic question on handling large number of concurrent requests on DB. I have a cloud service which can get large of requests which will obviously trigger the db operations. Every db will have some max connection limit which can get exhausted on large number of requests. I know db con