Date: Sat, 26 Mar 2011 11:15:58 +0000 From: Julien Laffaye <jlaffaye@freebsd.org> To: Ivan Voras <ivoras@freebsd.org> Cc: freebsd-current@freebsd.org Subject: Re: [ECFT] pkgng 0.1-alpha1: a replacement for pkg_install Message-ID: <AANLkTikH0VdONcAvZkuUCGzrCa3ha_KweXAdynpPU2aa@mail.gmail.com> In-Reply-To: <AANLkTinV_3571iaa6c=5uCxYvHg-7%2BUOWQb=fGig3jVJ@mail.gmail.com> References: <20110325101111.GA36840__48943.3474642739$1301049771$gmane$org@azathoth.lan> <imhvm9$hms$1@dough.gmane.org> <AANLkTinV_3571iaa6c=5uCxYvHg-7%2BUOWQb=fGig3jVJ@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Mar 25, 2011 at 12:33 PM, Julien Laffaye <jlaffaye@freebsd.org> wrote: > On Fri, Mar 25, 2011 at 11:52 AM, Ivan Voras <ivoras@freebsd.org> wrote: >> At this time I'd just like to suggest you add the use of WAL journal >> (http://www.sqlite.org/pragma.html#pragma_journal_mode) on database creation >> so you get the benefits of multiple-readers-single-writer concurrency model. > It sounds like a good idea. I'll add WAL support and if no problem > arise from that we should keep it. Despite the fact that WAL allows cool things, one disadvantage is that the process require write privileges on the database file even if it is only reading. Thus, pkg info and things like that would need to be run as root... Regards, Julien
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?AANLkTikH0VdONcAvZkuUCGzrCa3ha_KweXAdynpPU2aa>