Re: [OpenSIPS-Users] opensips mysql database connectivity

2016-07-05 Thread Liviu Chircu
Hi Owais, OpenSIPS will create 1 blocking SQL DB connection per worker, per different backend, per unique DB URL. Should this connection be lost during runtime, it will attempt X retries (usually 3), before returning an error for the query. There is no need for more than 1 connection for

Re: [OpenSIPS-Users] opensips mysql database connectivity

2016-07-03 Thread Owais Ahmad
Does OpenSIPS offer DB connection pooling? On Fri, Jul 1, 2016 at 10:11 PM, Owais Ahmad wrote: > Hello all, > > I > ​ am using db_mysql module on opensips version 2.1.3 > > Is there a way to limit the number of db connections that opensips > initializes with? > Also,

[OpenSIPS-Users] opensips mysql database connectivity

2016-07-01 Thread Owais Ahmad
Hello all, I ​ am using db_mysql module on opensips version 2.1.3 Is there a way to limit the number of db connections that opensips initializes with? Also, how can we make non-persistent connections mysql connections with opensips?​ Regards, Owais