moneromooo-monero 8b3539bc11
core: prevent the database from being used by multiple daemons
A boost lock is used to determine whether more than one process
wants to access the database. The boost file_lock doesn't seem
to like locking directories, so we use an arbitrary file in it.
This allows to still run two daemons if they have different
database directories (ie, LMDB/BDB, different data directories).
2016-01-31 12:58:08 +00:00
..
2016-01-25 19:39:07 +02:00
2015-12-31 08:39:56 +02:00
2016-01-21 11:18:26 -07:00
2015-12-31 23:12:13 +02:00
2015-12-31 08:39:56 +02:00
2015-12-31 08:39:56 +02:00
2015-12-31 08:39:56 +02:00
2016-01-25 15:05:29 +01:00
2015-12-31 08:39:56 +02:00
2015-12-31 08:39:56 +02:00