Files
scylladb/core
Gleb Natapov 19addf6e64 Implement smp handling for posix networking stack
The idea is that only one thread opens listen socket and runs accept().
Other threads emulate listen()/accept() by waiting for connected
socket from the main thread. Main thread distributes connected sockets
according to round robin pattern. Patch introduce new specialization
for server_socket_impl and network_stack: posix_ap_server_socket_impl
and posix_ap_network_stack respectively. _ap_ stand for auxiliary processor.
2014-10-07 11:03:49 +03:00
..
2014-10-05 18:09:09 +03:00
2014-09-16 18:48:14 +03:00
2014-10-05 19:58:12 +03:00
2014-10-02 14:32:32 +03:00
2014-09-23 18:57:11 +03:00
2014-09-10 13:44:46 +03:00
2014-10-06 18:34:28 +02:00
2014-09-30 10:43:01 +03:00
2014-09-23 18:57:11 +03:00