1
0
Fork 0
arangodb/arangod/Scheduler
jsteemann 695d215b0c ensure that JobGuards are started and ended in the same thread 2017-02-27 22:41:58 +01:00
..
Acceptor.cpp use make_unique 2016-11-25 15:35:54 +01:00
Acceptor.h do not use namespaces in header files 2017-02-01 13:41:31 +01:00
AcceptorTcp.cpp
AcceptorTcp.h some improvements for memory management 2016-12-15 15:30:28 +01:00
AcceptorUnixDomain.cpp remove logging for non-topics 2017-02-10 09:32:50 +01:00
AcceptorUnixDomain.h some improvements for memory management 2016-12-15 15:30:28 +01:00
EventLoop.h better threads working handling 2017-02-06 16:32:55 +01:00
Job.cpp
Job.h
JobGuard. ensure that JobGuards are started and ended in the same thread 2017-02-27 22:41:58 +01:00
JobGuard.cpp better threads working handling 2017-02-06 16:32:55 +01:00
JobGuard.h ensure that JobGuards are started and ended in the same thread 2017-02-27 22:41:58 +01:00
JobQueue.cpp safe guard 2017-02-22 09:02:49 +01:00
JobQueue.h some improvements for memory management 2016-12-15 15:30:28 +01:00
ListenTask.cpp remove logging for non-topics 2017-02-10 09:32:50 +01:00
ListenTask.h
Scheduler.cpp raised default hard limit on threads for very small to 64 2017-02-23 09:08:39 +01:00
Scheduler.h better threads working handling 2017-02-06 16:32:55 +01:00
SchedulerFeature.cpp remove logging for non-topics 2017-02-10 09:32:50 +01:00
SchedulerFeature.h
Socket.cpp
Socket.h preliminary fix for issue #2218 2016-12-15 15:45:33 +01:00
SocketTask.cpp fix too early closing of sockets 2017-02-16 15:42:13 +01:00
SocketTask.h added locks for keep-alive 2017-02-08 09:41:18 +01:00
SocketTcp.cpp added locking to avoid races within boost asio 2017-02-22 14:51:48 +01:00
SocketTcp.h added locking to avoid races within boost asio 2017-02-22 14:51:48 +01:00
SocketUnixDomain.cpp do not use namespaces in header files 2017-02-01 13:41:31 +01:00
SocketUnixDomain.h do not use namespaces in header files 2017-02-01 13:41:31 +01:00
Task.cpp
Task.h