aboutsummaryrefslogtreecommitdiff
path: root/build.conf
diff options
context:
space:
mode:
authorMike Buland <eichlan@xagasoft.com>2007-09-11 04:05:26 +0000
committerMike Buland <eichlan@xagasoft.com>2007-09-11 04:05:26 +0000
commitc82dc43edc9fd913e8ddb20bebe778781ec0d6f7 (patch)
tree101382ab930a2fa895a0ca3ea9e781ac71a1a625 /build.conf
parentace50b182f318b96a87505aa3d6b509959d49544 (diff)
downloadlibbu++-c82dc43edc9fd913e8ddb20bebe778781ec0d6f7.tar.gz
libbu++-c82dc43edc9fd913e8ddb20bebe778781ec0d6f7.tar.bz2
libbu++-c82dc43edc9fd913e8ddb20bebe778781ec0d6f7.tar.xz
libbu++-c82dc43edc9fd913e8ddb20bebe778781ec0d6f7.zip
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.
Diffstat (limited to 'build.conf')
-rw-r--r--build.conf2
1 files changed, 1 insertions, 1 deletions
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}"):
40 set "LDFLAGS" += "-L. -lbu++", 40 set "LDFLAGS" += "-L. -lbu++",
41 input "src/{target}.cpp" 41 input "src/{target}.cpp"
42 42
43["tests/itoqueue1", "tests/itoqueue2", "tests/socketblock"]: 43["tests/itoqueue1", "tests/itoqueue2", "tests/socketblock", "tests/itoserver"]:
44 set "LDFLAGS" += "-lpthread" 44 set "LDFLAGS" += "-lpthread"
45 45
46filesIn("src/unit") filter regexp("^src/unit/(.*)\\.cpp$", "unit/{re:1}"): 46filesIn("src/unit") filter regexp("^src/unit/(.*)\\.cpp$", "unit/{re:1}"):