[sr-dev] [kamailio/kamailio] Problem with process limit at startup (#1237)

Julien Chavanton notifications at github.com
Fri Sep 29 18:35:44 CEST 2017


found it !
`modparam("htable", "timer_procs", 0)` # problem when set to 1

```
if(rank==PROC_MAIN) {
        if(ht_timer_procs>0) {
                for(i=0; i<ht_timer_procs; i++) {
                        if(fork_sync_timer(PROC_TIMER, "HTable Timer", 1 /*socks flag*/, 
                                        ht_timer, (void*)(long)i, ht_timer_interval)<0) {
                                LM_ERR("failed to start timer routine as process\n");
                                return -1; /* error */
                        }
                }
        }
}
```

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/1237#issuecomment-333175534
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.kamailio.org/pipermail/sr-dev/attachments/20170929/1b9855f4/attachment.html>


More information about the sr-dev mailing list