From 140a6858cf8e07b4f65720ba1c24142cc287b700 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Tue, 29 May 2018 19:53:30 +0100 Subject: Initial commit of embedded server First cut of a light-weight multi-threaded HTTP daemon library. Let's be honest... it does nothing yet, but it's our starting point. --- .gitmodules | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules index e0e648c..4322557 100644 --- a/.gitmodules +++ b/.gitmodules @@ -2,3 +2,6 @@ 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