Updated docs a bit. No one reads those anyway, eh?

This commit is contained in:
Dennis Luxen 2011-03-25 10:06:46 +00:00
parent ddd6d800fc
commit a60c5f651a
3 changed files with 3 additions and 10 deletions

View File

@ -3,7 +3,7 @@ Third Party Libraries:
Scons 1.3+ Scons 1.3+
Boost 1.37+ Boost 1.37+
sparsehash 1.4+ sparsehash 1.4+
stxxl 1.2.1+ stxxl 1.3.1+
libz2-dev 1.0.5+ libz2-dev 1.0.5+
protobuffer 2.3.0+ protobuffer 2.3.0+
zlib 1.2.3.4+ zlib 1.2.3.4+

View File

@ -2,4 +2,5 @@
terminate called after throwing an instance of 'stxxl::resource_error' terminate called after throwing an instance of 'stxxl::resource_error'
what(): Error in function void stxxl::mutex::lock() pthread_mutex_lock(&_mutex) Invalid argument what(): Error in function void stxxl::mutex::lock() pthread_mutex_lock(&_mutex) Invalid argument
This ist a known, albeit odd behavior that is caused by a bug in stxxl. It can be ignored This ist a known, albeit odd behavior that is caused by a bug in stxxl. It can be ignored. Upgrade
to version 1.3.1 of stxxl.

View File

@ -1,8 +0,0 @@
TODO
----
Start/Endpoints of queries can only start on nodes only. Instead of selecting the nearest node the nearest edge should be selected.
The server part is mostly adapted from the boost http examples. It should be replaced with a self-written front-end
Use Boost to compress all in-/output streams to the file system