Virtuoso Maintainer wrote: > If you kill virtuoso with a SIGTERM, it will initiate a fast shutdown, > without performing a checkpoint. > > If you want it to perform a complete shutdown of the database, you > either use the isql tool to perform a shutdown command, or you can kill > it with SIGINT. > > However be aware that depending on the size of your transaction file > (.trx), this can take a while to perform, which may not be what you want > when you shutdown the machine. I would strongly advice against using > this in some rc.d script,
I see. Thanks a lot. I am not sure yet what to do. You are right that I don't want to much delay when shutting down. I will figure it out. :) Cheers, Sebastian
