Re: [SR-Users] when does ds_select_dst update list of addresses to choose from when using DB?

2012-01-13 Thread Albert Petit
Hi Daniel, Finally as you suggested in the answer we do change DB and then force a reload of the status of the nodes through the *ds_reload* MI command ( http://kamailio.org/docs/modules/stable/modules_k/dispatcher.html#id2513000) and it works great Thanks. 2012/1/10 Daniel-Constantin Mierla

Re: [SR-Users] ndb_redis module fails after a while

2012-01-13 Thread Javier Gallart
Hi Daniel both values are null. I might have found something: apparently some of the sockets kamailio->redis were inactive for a while and were being closed in the redis end. This is redis default config: # Close the connection after a client is idle for N seconds (0 to disable) timeout 600 I've

[SR-Users] new feature: per-socket number of workers

2012-01-13 Thread Daniel-Constantin Mierla
Hello, the master branch has a new feature that allow setting number of worker processes to handle received traffic per listen socket. So far there were global parameters that were applied to all sockets (e.g., 'children' value set the number of workers for all udp sockets). So far each UDP

Re: [SR-Users] ndb_redis module fails after a while

2012-01-13 Thread Daniel-Constantin Mierla
Hello, On 1/13/12 8:00 AM, Javier Gallart wrote: Hi all I have started making some tests with the ndb_redis module. So far we have not stressed the module (no more than 5 HGET commands/second at maximum). It works well, but with at some point it starts failing. The failures are easily found

Re: [SR-Users] ndb_redis module fails after a while

2012-01-13 Thread Andrew Pogrebennyk
Javi, ndb_redis does not reconnect if the server closes connection on timeout. It should work if you set timeout to zero in server config. I thought that I created a ticket in the bugtracker for that before, but not sure, I can't find it right now. On 13.01.2012 08:00, Javier Gallart wrote: