Files
scylladb/core
Gleb Natapov c908d5508e smp: do not reorder tasks submitted to smp queue
Currently semaphore is used to keep track off free space in smp queue,
but our semaphore does not guaranty that order in which tasks call wait()
will be the same order they will get access to a resource. This may cause
packet reordering in smp which is not desirable for TCP performance. This
patch replaces the semaphore with a simple counter and another queue to
hold items that cannot be places into smp queue due to lack of space.
2014-11-10 15:58:48 +02:00
..
2014-11-09 14:41:01 +02:00
2014-10-05 18:09:09 +03:00
2014-10-22 16:37:36 +03:00
2014-10-05 19:58:12 +03:00
2014-10-02 14:32:32 +03:00
2014-11-09 16:33:34 +02:00
2014-10-23 15:59:52 +03:00
2014-11-05 11:35:50 +02:00
2014-10-30 14:08:23 +02:00
2014-11-06 10:30:30 +02:00
2014-11-09 16:47:16 +02:00
2014-10-21 16:58:35 +02:00