Status: Accepted
Owner: [email protected]
Labels: Type-Defect Priority-Medium Version-3.0.0.FINAL
New issue 89 by [email protected]: Scheduler is not optimal while using
ss7
http://code.google.com/p/mediaserver/issues/detail?id=89
Since one orchestra thread is used for both 4ms tasks pool and 20ms tasks
pool 4ms tasks pool may be missing if there is high load for 20ms tasks
pools.
Should separate orchestra into 2 separate , one for ss7 receive and send
tasks and second for all other tasks.
Should think about thread queues size for both,possibly make it
configurable.