Hello Alex,
On 02/12/2009 10:44 PM, Alex Balashov wrote:
Daniel-Constantin Mierla wrote:
kamctl ps
Hey, that's pretty neat. Didn't know about that.
another hint, try this one:
kamctl fifo which
Did you know about it :-) ?
So, when you add "children" in the config, are these additional SIP worker threads, or something else, or some combination?
here is the output of my kamailio running with children=2
Process:: ID=0 PID=24128 Type=attendant Process:: ID=1 PID=24129 Type=SIP receiver udp:192.168.1.23:5060 Process:: ID=2 PID=24130 Type=SIP receiver udp:192.168.1.23:5060 Process:: ID=3 PID=24131 Type=timer Process:: ID=4 PID=24132 Type=MI FIFO Process:: ID=5 PID=24133 Type=TCP receiver Process:: ID=6 PID=24134 Type=TCP receiver Process:: ID=7 PID=24135 Type=TCP main
The receivers are reflected by the children value, and they are the sip workers. You can have different TCP children number using tcp_children in config file.
Cheers, Daniel