On Thu, 4 Aug 2005, Wild Karl-Heinz wrote: > Do I run into a problem with locking the > database, when the server is bussy from > time to time.
This is probably something you'll have to experiment with yourself. I know pretty well nothing about sqlite. The patch was contributed, though I modified it quite extensively to make it more general. The code does not appear to take any specific locking action; my assumption was that this is all handled internally in the library. The web page states, as one of the features of sqlite: Transactions are atomic, consistent, isolated, and durable (ACID) even after system crashes and power failures. which sounds like the right sort of thing... -- Philip Hazel University of Cambridge Computing Service, [EMAIL PROTECTED] Cambridge, England. Phone: +44 1223 334714. Get the Exim 4 book: http://www.uit.co.uk/exim-book -- ## List details at http://www.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://www.exim.org/eximwiki/
