1
0
Fork 0
arangodb/arangod/Scheduler
Lars Maier fac7b48c74 [3.5] Feature/decoupled io (#6281)
* Decoupled IO from Scheduler.
* Fixed SSL start up bug.
* Updated messages and thread names. Fixed missing code from cherry-pick.
* Reintroduced checks for executing thread to be correct. Modifed default value for io-context depending on cores.
* Fixed memory leak caused by cyclic references.
* Actually distribute endpoints. Move handlers into function and do not copy them for each encapsulation.
* Inserted debug output.
* BUG FIXED! One has to call drain() on every queue as temporary work around.
* Added some flags and output for testing.
* More debug output!!!
* Manuel is right.
* Removed debug output.
2018-10-08 13:05:12 +02:00
..
Acceptor.cpp [3.5] Feature/decoupled io (#6281) 2018-10-08 13:05:12 +02:00
Acceptor.h [3.5] Feature/decoupled io (#6281) 2018-10-08 13:05:12 +02:00
AcceptorTcp.cpp [3.5] Feature/decoupled io (#6281) 2018-10-08 13:05:12 +02:00
AcceptorTcp.h [3.5] Feature/decoupled io (#6281) 2018-10-08 13:05:12 +02:00
AcceptorUnixDomain.cpp [3.5] Feature/decoupled io (#6281) 2018-10-08 13:05:12 +02:00
AcceptorUnixDomain.h [3.5] Feature/decoupled io (#6281) 2018-10-08 13:05:12 +02:00
JobGuard.cpp Async AQL (#5806) 2018-07-09 14:24:10 +02:00
JobGuard.h Async AQL (#5806) 2018-07-09 14:24:10 +02:00
ListenTask.cpp [3.5] Feature/decoupled io (#6281) 2018-10-08 13:05:12 +02:00
ListenTask.h [3.5] Feature/decoupled io (#6281) 2018-10-08 13:05:12 +02:00
Scheduler.cpp [3.5] Feature/decoupled io (#6281) 2018-10-08 13:05:12 +02:00
Scheduler.h [3.5] Feature/decoupled io (#6281) 2018-10-08 13:05:12 +02:00
SchedulerFeature.cpp [3.5] Feature/decoupled io (#6281) 2018-10-08 13:05:12 +02:00
SchedulerFeature.h Fix several TSan warnings (#6473) 2018-09-14 11:16:45 +02:00
Socket.h [3.5] Feature/decoupled io (#6281) 2018-10-08 13:05:12 +02:00
SocketSslTcp.cpp Feature/remove event loop (#5565) 2018-06-11 11:46:17 +02:00
SocketSslTcp.h [3.5] Feature/decoupled io (#6281) 2018-10-08 13:05:12 +02:00
SocketTask.cpp [3.5] Feature/decoupled io (#6281) 2018-10-08 13:05:12 +02:00
SocketTask.h [3.5] Feature/decoupled io (#6281) 2018-10-08 13:05:12 +02:00
SocketTcp.h [3.5] Feature/decoupled io (#6281) 2018-10-08 13:05:12 +02:00
SocketUnixDomain.cpp [3.5] Feature/decoupled io (#6281) 2018-10-08 13:05:12 +02:00
SocketUnixDomain.h [3.5] Feature/decoupled io (#6281) 2018-10-08 13:05:12 +02:00
Task.cpp Feature/remove event loop (#5565) 2018-06-11 11:46:17 +02:00
Task.h Feature/remove event loop (#5565) 2018-06-11 11:46:17 +02:00