Hello there
well, that definitevely helps :-) I wonder if there is any serctl command or SIG that one could give to ser so it would reload the database without the need to stop/restart the daemon
really appreciate the tip, thanks!
Cheers !3runo
Marian Dumitru wrote:
Hi Bruno,
dbtext works only in cached mode - at startup the file(s) are loaded into memory and all changes are applied only in memory. The cache is eventualy written back in file at shutdown ( normal one not at crash :) ). So, I would say, fits a little but your demands.
Regards, Marian
Bruno Lopes F. Cabral wrote:
Hello
thanks for the tip but I was thinking more on interfacing do Berkeley DB (db3 or db4). it binary tree the datakeys and is very fast for this kind of usage. a text file with thousands of lines seems unneficient to me (although it can be cached, of course)