for stats tracking, this is just a preference, but i'd be more
inclined to use a faster db or format for writing -- sqlite is kinda
slow for that stuff
this is just a design preference for me too -- but i tend to use
different dbs for user account stuff and stats tracking. its easier
to handle permissions for reading/writing and backing up (ie a file
or db vs selecting tables)
On Aug 4, 2005, at 6:58 PM, Kelley Reynolds wrote:
Exactly, but writing is a common occurrence for things like
graylisting, different kinds of stat tracking, etc. It's not
uncommon for lock contention to be an issue, but it's also trivial
to get around. X retries in Y time certainly sounds sufficient,
though an actual queue with a timeout sounds snazzier. Then again,
the forktude of exim makes that awfully unlikely.
--
## 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/