Mercurial > p > roundup > code
diff doc/installation.txt @ 1629:27768800be5c
pre-release machinations
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Thu, 08 May 2003 07:07:42 +0000 |
| parents | 1ae674595c04 |
| children | d0b29215aa44 |
line wrap: on
line diff
--- a/doc/installation.txt Tue May 06 21:49:20 2003 +0000 +++ b/doc/installation.txt Thu May 08 07:07:42 2003 +0000 @@ -2,7 +2,7 @@ Installing Roundup ================== -:Version: $Revision: 1.48 $ +:Version: $Revision: 1.49 $ .. contents:: @@ -248,8 +248,12 @@ This backend is implemented over the metakit_ storage system, using Mk4Py as the interface. It scales much better than the dbm backends. -Note: you may set your tracker up with the anydbm backend (which is guaranteed -to be available) and switch to one of the other backends at any time using the +You should be wary of using all but the mysql backend with high-volume trackers +(requests every second or two) as database locking is done on the whole +database. + +You may set your tracker up with the anydbm backend (which is guaranteed to be +available) and switch to one of the other backends at any time using the instructions in the `maintenance documentation`_.
