From c82dc43edc9fd913e8ddb20bebe778781ec0d6f7 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Tue, 11 Sep 2007 04:05:26 +0000 Subject: Everything seems to work with the new Bu::ItoServer class, it operates very, very similarly to the Bu::Server class, except that every incoming connection gets it's own thread. This functionality may have to be tuned later, to allow for maintaining a pool of connections as an option, but this is fine for now. --- build.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build.conf') diff --git a/build.conf b/build.conf index 36f1f8b..2f21860 100644 --- a/build.conf +++ b/build.conf @@ -40,7 +40,7 @@ filesIn("src/tests") filter regexp("^src/tests/(.*)\\.cpp$", "tests/{re:1}"): set "LDFLAGS" += "-L. -lbu++", input "src/{target}.cpp" -["tests/itoqueue1", "tests/itoqueue2", "tests/socketblock"]: +["tests/itoqueue1", "tests/itoqueue2", "tests/socketblock", "tests/itoserver"]: set "LDFLAGS" += "-lpthread" filesIn("src/unit") filter regexp("^src/unit/(.*)\\.cpp$", "unit/{re:1}"): -- cgit v1.2.3