Changes between Version 38 and Version 39 of rpc_implementation


Ignore:
Timestamp:
Jan 17, 2019, 4:00:43 PM (5 years ago)
Author:
alain
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • rpc_implementation

    v38 v39  
    8888At any time, only one RPC thread has the FIFO ownership and can consume RPC requests from the FIFO.
    8989
    90 Therefore, it can exist for each RPC_FIFO[i,k] a variable number M of active RPC threads: the running one is the FIFO owner, and the (M-1) others are blocked on a wait condition.
     90Therefore, it can exist for each RPC_FIFO[i,k] a variable number M of RPC threads: the running one is the FIFO owner, and the (M-1) others are blocked on a wait condition.
    9191This number M can temporarily exceed the CONFIG_RPC_THREAD_MAX value, but the exceeding server threads are destroyed when the temporary overload is solved.
    9292