From 45499a8e8fb73c414df663a125a96901a4d00e2e Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Tue, 17 Jul 2018 20:37:29 +0100 Subject: Replace select with epoll Remove the clunky and fiddly select(2) implementation with a much slicker and good god faster epoll(7) based one. --- .gitmodules | 3 --- 1 file changed, 3 deletions(-) (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules index 4322557..e0e648c 100644 --- a/.gitmodules +++ b/.gitmodules @@ -2,6 +2,3 @@ path = ice url = https://github.com/zeroc-ice/ice branch = 3.7 -[submodule "icespider/fcgi/concurrentqueue"] - path = icespider/embedded/concurrentqueue - url = https://github.com/cameron314/concurrentqueue/ -- cgit v1.2.3