I did not understand your answer to my question 3 quit well.
Does Symphony
1 handles one session firstly and the other sessions will block for the running session
2 serves the requests according to their arrival order.
arrival order:
input 1 (SI1) | input 2 (SI1) | input 1 (SI2) | input 2 (SI2) | input 3 (SI1)
serve order (one slot) :
option 1
input 1 (SI1)
input 2 (SI1)
input 3 (SI1)
input 1 (SI2)
input 2 (SI2)
option 2
input 1 (SI1)
input 2 (SI1)
input 1 (SI2)
input 2 (SI2)
input 3 (SI1)
Thanks.
