-
Mikael Ronström authored
Improved application thread concurrency for NDB API. The transporter mutex split into a set of new mutexes that protect sending and receiving data in the NDB API. A receive thread is introduced that adaptively goes in and executes received signals. The receiver thread can be locked to a cpu mask.
Mikael Ronström authoredImproved application thread concurrency for NDB API. The transporter mutex split into a set of new mutexes that protect sending and receiving data in the NDB API. A receive thread is introduced that adaptively goes in and executes received signals. The receiver thread can be locked to a cpu mask.
Loading