bug-global
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: question about --statistics option of htags


From: Shigio Yamaguchi
Subject: Re: question about --statistics option of htags
Date: Sun, 28 Aug 2005 08:22:52 +0900

> What is the difference in using passing NULL to the first argument
> of dbopen() and DBOP_REMOVE?  I cannot understand the purpose
> in which DBOP_REMOVE exists.

Dbopen() with NULL path name creates invisible db file. It is useful
for many applications but I didn't use it because:

1. In htags, temporary db file might grow up to hundreds of mega bytes
   or more. If the file is invisible, the administrator of the machine
   cannot understand why file system is full though there is no large
   file. We shouldn't make invisible, huge temporary db file.

2. It is difficult for us to debug programs using unnamed, invisible
   temporary db file.
--
Shigio YAMAGUCHI <address@hidden> - Tama Communications Corporation
PGP fingerprint: D1CB 0B89 B346 4AB6 5663  C4B6 3CA5 BBB3 57BE DDA3




reply via email to

[Prev in Thread] Current Thread [Next in Thread]