commit | 5b60f70b42f865ff91c73b9145d44b18d282140a | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Fri Feb 07 12:55:24 2014 -0800 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Sun Feb 09 12:38:52 2014 -0800 |
tree | e86000352ae83fd8516c92b77b427002db812349 | |
parent | 9c7ed11a38badab7b63b70d57706e96898e2d4e0 [diff] |
sqlite3: Enabling option to disable filesystem locking (POSIX advisory locks) When sqlite database is expected to be stored on a NFS disk (e.g., a home directory and ~/.ndnx/ndnsec-public-info.db is on NFS mount), default POSIX advisory filesystem locks may not work properly, since some NFS implementation do not support them. This commit allows specification of ``--without-sqlite-locking`` to use alternative "dotfile" sqlite locking mechanism. Change-Id: Iddee82c6ca7839f993147547f61c440184689043
NDN-CPP is a new implementation of a Named Data Networking client library written in C++.
NDN-CPP is open source under a license described in the file COPYING. While the license does not require it, we really would appreciate it if others would share their contributions to the library if they are willing to do so under the same license.
See the file INSTALL for build and install instructions.
Please submit any bugs or issues to the NDN-CPP issue tracker: http://redmine.named-data.net/projects/ndn-cpp/issues