Markus Mäkelä afde1fa072
MXS-1929: Cache readwritesplit configurations
By using the worker local data mechanism, data can be efficiently cached
on the local worker. This avoids all synchronization on reads and only
requires synchronization on a configuration update.

As an additional observation, the testing of std::mutex and SPINLOCK shows
that std::mutex far outperforms the MaxScale SPINLOCK even on
non-conflicting workloads.
2018-07-31 09:41:14 +03:00
..
2018-07-26 11:27:09 +03:00
2018-06-25 10:07:52 +03:00
2017-02-15 09:31:14 +02:00