Hello,
I am using FOKUS IMS Core open source platform, and trying to investigate scheduling and queuing inside IMS. FOKUS IMS uses SER.
My question is : where inside SER configuration scripts, the *scheduling *and *queueing *of SIP messages is done? I am interested in a special function or part of the written program.
I hope that engineers that worked on developing of SER could help me with this issue.
Thank you in advance
Irma
For sake of completion, I wanted to add that for tcp traffic is a load balancing distribution of connections over tcp receive workers -- the worker with least number of assigned connection will take next one, a connection being assigned to a worker when there is traffic on it.
Besides this, one may build kind of own scheduling in processing via mqueue and timer, together using t_suspend()/t_continue(), although is more easy for to do distributing for particular processing, than setting priorities of processing.
Cheers, Daniel
On 3/5/13 4:13 PM, Jiri Kuthan wrote: