[rhmessaging-commits] rhmessaging commits: r3254 - mgmt/trunk/mint/instance/etc.

rhmessaging-commits at lists.jboss.org rhmessaging-commits at lists.jboss.org
Thu Apr 2 15:52:24 EDT 2009


Author: justi9
Date: 2009-04-02 15:52:24 -0400 (Thu, 02 Apr 2009)
New Revision: 3254

Modified:
   mgmt/trunk/mint/instance/etc/mint.conf
Log:
(This message was supposed to go with change 3253.  I'm doing a
trade.)

Reorganize mint code.  A similar change is in the pipeline for cumin.

 - Move the main threads onto Mint, from MintModel.

 - Rename RegistrationThread to PollThread.  Rename ModelUpdateThread
   to just UpdateThread.  A new simpler naming scheme!

 - Rename DBExpireThread to just ExpireThread, to make it symmetric in
   the new scheme.

 - Now we have the update, poll, and expire threads, in modules of the
   same name.

 - Move model stuff into its own file, out of __init__.

 - Move database stuff into its own file.

 - Adapt cumin's model to use Mint.

 - Turn on the init-time database and model checks.



Modified: mgmt/trunk/mint/instance/etc/mint.conf
===================================================================
--- mgmt/trunk/mint/instance/etc/mint.conf	2009-04-02 19:49:59 UTC (rev 3253)
+++ mgmt/trunk/mint/instance/etc/mint.conf	2009-04-02 19:52:24 UTC (rev 3254)
@@ -1,3 +1,2 @@
 [main]
 data: postgresql://cumin@localhost/cumin
-#debug: True




More information about the rhmessaging-commits mailing list