diff options
author | Mike Buland <eichlan@xagasoft.com> | 2007-09-11 04:05:26 +0000 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2007-09-11 04:05:26 +0000 |
commit | c82dc43edc9fd913e8ddb20bebe778781ec0d6f7 (patch) | |
tree | 101382ab930a2fa895a0ca3ea9e781ac71a1a625 /build.conf | |
parent | ace50b182f318b96a87505aa3d6b509959d49544 (diff) | |
download | libbu++-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.conf | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 | ||
46 | filesIn("src/unit") filter regexp("^src/unit/(.*)\\.cpp$", "unit/{re:1}"): | 46 | filesIn("src/unit") filter regexp("^src/unit/(.*)\\.cpp$", "unit/{re:1}"): |