Changeset 227 in code for trunk/doc/architecture.md


Ignore:
Timestamp:
Apr 6, 2020, 4:05:36 PM (5 years ago)
Author:
contact
Message:

Remove per-network ring buffer goroutines

Just dispatch from the user goroutine. This allows removes a lot of complexity.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/architecture.md

    r170 r227  
    3232and downstream message handlers are called from this goroutine, thus they can
    3333safely access both upstream and downstream state.
    34 
    35 In addition to these goroutines, each downstream connection also has one
    36 goroutine per network to handle new upstream messages coming from the ring
    37 buffer.
Note: See TracChangeset for help on using the changeset viewer.