1
0
Fork 0
arangodb/lib/Endpoint
Simon fdee0544b7 Using asio::io_context::strands instead of locks (#5266)
* initial try adding strands

* working, stable amount of threads

* improve shell_client cluster

* Fixing some accounting for the scheduler

* Fix accounting

* Fixing wrong strand usage

* add missing return

* Fixing thread accounting

* More scheduler accounting issues

* Fixing various things

* Fixing some stuff

* Fixing some stuff

* Some more subtle bugfixes

* Some cleanup code

* fixing some stuff

* adding some more fixes

* Fixing possible issues

* Fixing missing _storeResult

* Fixing some stuff

* Reducing lambda stack, perhaps fixing hangups

* Fix writeunlocker

* Fixing possible issues

* adding some debugging stuff

* refactor sockets

* possible fixes

* Adding more job guards

* Fixin possible bug

* cleaning up some stuff

* working impl

* Remove debugging output

* Fixing build

* fixing import

* Fixing another bug

* removing debug log

* Removing examples

* Reverting scheduler working code

* Cleanup

* Addressing review comments
2018-05-07 15:58:19 +02:00
..
ConnectionInfo.h switch to boost asio 2016-10-14 10:12:17 +00:00
Endpoint.cpp issue #4393 part one (#4459) 2018-02-20 10:59:16 +01:00
Endpoint.h Using asio::io_context::strands instead of locks (#5266) 2018-05-07 15:58:19 +02:00
EndpointIp.cpp Squashed commit of the following: 2017-05-12 23:22:22 +02:00
EndpointIp.h Squashed commit of the following: 2017-05-12 23:22:22 +02:00
EndpointIpV4.cpp Generalize asio stuff to support unix domain sockets 2016-10-19 11:01:29 +02:00
EndpointIpV4.h Generalize asio stuff to support unix domain sockets 2016-10-19 11:01:29 +02:00
EndpointIpV6.cpp Generalize asio stuff to support unix domain sockets 2016-10-19 11:01:29 +02:00
EndpointIpV6.h Generalize asio stuff to support unix domain sockets 2016-10-19 11:01:29 +02:00
EndpointList.cpp Squashed commit of the following: 2017-05-12 23:22:22 +02:00
EndpointList.h
EndpointSrv.cpp remove logging for non-topics 2017-02-10 09:32:50 +01:00
EndpointSrv.h Generalize asio stuff to support unix domain sockets 2016-10-19 11:01:29 +02:00
EndpointUnixDomain.cpp Merge branch 'devel' of https://github.com/arangodb/arangodb into devel 2017-04-26 11:06:09 +02:00
EndpointUnixDomain.h Generalize asio stuff to support unix domain sockets 2016-10-19 11:01:29 +02:00