* Update some comments.

This commit is contained in:
Eelco Dolstra 2010-12-13 13:19:46 +00:00
parent 542fc69062
commit d7ca6f44eb
2 changed files with 3 additions and 4 deletions

View File

@ -1715,7 +1715,7 @@ void DerivationGoal::startBuilder()
case 0:
/* Warning: in the child we should absolutely not make any
Berkeley DB calls! */
SQLite calls! */
try { /* child */

View File

@ -712,9 +712,8 @@ static void daemonLoop()
while (1) {
try {
/* Important: the server process *cannot* open the
Berkeley DB environment, because it doesn't like forks
very much. */
/* Important: the server process *cannot* open the SQLite
database, because it doesn't like forks very much. */
assert(!store);
/* Accept a connection. */