summaryrefslogtreecommitdiff
path: root/.gitmodules
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2018-07-17 20:37:29 +0100
committerDan Goodliffe <dan@randomdan.homeip.net>2018-07-17 20:37:29 +0100
commit45499a8e8fb73c414df663a125a96901a4d00e2e (patch)
tree2e2a946807c943fe0d0dbc045c648f8d070b8a00 /.gitmodules
parentWIP (diff)
downloadicespider-45499a8e8fb73c414df663a125a96901a4d00e2e.tar.bz2
icespider-45499a8e8fb73c414df663a125a96901a4d00e2e.tar.xz
icespider-45499a8e8fb73c414df663a125a96901a4d00e2e.zip
Replace select with epoll
Remove the clunky and fiddly select(2) implementation with a much slicker and good god faster epoll(7) based one.
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules3
1 files changed, 0 insertions, 3 deletions
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/