Routes and Threads

Clovertech Forums Read Only Archives Cloverleaf Cloverleaf Routes and Threads

  • Creator
    Topic
  • #50740
    Marcus de Leon
    Participant

      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.