I was wondering how many routes are considered too many in a single thread? I am asking this question to determine whether it is best to send all my translations from 3 different TCP/IP threads through a single thread to disperse to various other threads. OR have separate threads to handle the routing of each TCP/IP thread?
Like this where T(1..N) will be multiple threads that will be routed to:
A:
[T0]——-[T0]——–
[T0]——-[T0]——–[T(1…N)]
/
[T0]——-[T0]——–/
OR
B:
[T0]——
[T0]——-[T0]——–[T(1…N)]
/
[T0]——/