1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-14 01:57:53 +03:00
Volker Lendecke 8a17cd810f Make gencache more stable
This provides a compromise between stability and performance: gencache is a
persistent database these days that for performance reasons can not use tdb
transactions for all writes. This patch splits up gencache into gencache.tdb
and gencache_notrans.tdb. gencache_notrans is used with CLEAR_IF_FIRST, writes
to it don't use transactions. By default every 5 minutes and when a program
exits, all entries from _notrans.tdb are transferred to gencache.tdb in one
transaction.
2009-07-15 10:55:20 +02:00
..
2008-05-20 14:27:56 +02:00
2009-07-15 10:55:20 +02:00
2008-11-01 01:41:21 +01:00
2008-05-20 14:27:47 +02:00
2008-05-20 14:27:40 +02:00
2009-06-08 10:08:33 +02:00
2009-03-18 23:22:29 +01:00
2008-05-20 14:28:01 +02:00
2008-05-20 14:27:27 +02:00
2009-07-15 10:55:20 +02:00
2008-03-17 20:52:25 +01:00
2009-02-23 15:44:34 -08:00
2009-06-19 16:44:15 -07:00