- This topic has 0 replies, 1 voice, and was last updated 15 years, 6 months ago by .
-
Topic
-
Hi, 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:
Code:
A:
[T0]——-[T0]——–
[T0]——-[T0]——–[T(1…N)]
/
[T0]——-[T0]——–/OR
B:
[T0]——
[T0]——-[T0]——–[T(1…N)]
/
[T0]——/
- The forum ‘Cloverleaf’ is closed to new topics and replies.