Hello,
On 20/02/14 18:32, Uri Shacked wrote:
Hi,
Following my issue with the above
1.Is there a way to see if a worker (child) is processing a
transaction for too long (let’s say 2-3 sec)?
you can get a log message when execution of an action is slow, see:
http://www.kamailio.org/wi
Hi,
Following my issue with the above
1.Is there a way to see if a worker (child) is processing a transaction
for too long (let's say 2-3 sec)?
2.Is there an option to see if the DB connection is alive? (I am
familiar with db_mysql options)
3.If all workers are stuck on this
Alex - Thanks.
I was familiar with the parameters on db_mysql.
So, I understand there is no option for me to fine tune a query timeout etc...
I will have to find a better way to manage my DB related issues.
BR,
Uri
>Hello Uri,
>On 02/13/2014 11:57 AM, Uri Shacked wrote:
>
>>* 1. What is the
Hello Uri,
On 02/13/2014 11:57 AM, Uri Shacked wrote:
1. What is the query time out in kamailio?
2. If the database is available but slow, does it mean that no new
INVITE will be dealt by the current child process until the sqlops is gone?
3. does anyone has a good idea for managing sqlops i
Hi,
Lately i am experiencing some issues with the sqlops module.
let's say, for example, that i use sqlops to query some information about
the subscriber when an INVITE arrives.
I use kamailio 3.3.2, MySQL 5.6 and the DB server is remote and not local.
Usually, the DB result is very fast and