Starting q

Is it possible to start q with out the -l parameter and still be ableto save the database to disk?

X-Mailer: Apple Mail (2.935.3)yes, but roll your own logic to check for changes and log them to disk.On 20 May 2009, at 13:09, Jespr wrote:>> Is it possible to start q with out the -l parameter and still be able> to save the database to disk?> >

Can I make a .qdb file without using -l, to make a logfile until Iwrite \l? I just thought that it would be faster if the program didn’tneed to write the .log file when inserting.On 20 Maj, 12:14, Felix Lungu <felix.lu…> wrote:> yes, but roll your own logic to check for changes and log them to disk.>> On 20 May 2009, at 13:09, Jespr wrote:>>>>>> > Is it possible to start q with out the -l parameter and still be able> > to save the database to disk?- Skjul tekst i anf?rselstegn ->> - Vis tekst i anf?rselstegn -</felix.lu…>

X-Mailer: Apple Mail (2.935.3)

the logfile is written asynchronously when you’re using -l

if having logging is part of your application delaying it until it’s
convenient and nothing much else is going on doesn’t sound like a good =

idea =85