[Dbmail-dev] Replace unique_id with GUID for Load Balancing & Failover

2005-04-22 Thread Kevin Baker
So I know this comes up now and then. I was hoping to peak some new interest in using GUID's in place of the incrementing unique_id's in the current code base. This would be the key to non-colliding id's for a loadbalanced/failover system on a master-master mysql. If this doesn't fit into the cu

[Dbmail-dev] [DBMail 0000197]: 0000158 need exact changes

2005-04-22 Thread bugtrack
The following bug has been SUBMITTED. == http://www.dbmail.org/mantis/bug_view_advanced_page.php?bug_id=197 == Reported By:qwer Assigned To:

[Dbmail-dev] [DBMail 0000197]: 0000158 need exact changes

2005-04-22 Thread bugtrack
A BUGNOTE has been added to this bug. == http://www.dbmail.org/mantis/bug_view_advanced_page.php?bug_id=197 == Reported By:qwer Assigned To:

[Dbmail-dev] [DBMail 0000197]: 0000158 need exact changes

2005-04-22 Thread bugtrack
A BUGNOTE has been added to this bug. == http://www.dbmail.org/mantis/bug_view_advanced_page.php?bug_id=197 == Reported By:qwer Assigned To:

[Dbmail-dev] [DBMail 0000197]: 0000158 need exact changes

2005-04-22 Thread bugtrack
A BUGNOTE has been added to this bug. == http://dbmail.org/mantis/bug_view_advanced_page.php?bug_id=197 == Reported By:qwer Assigned To:

[Dbmail-dev] [DBMail 0000177]: Compile Fails - FBSD users Unable to build Dbmail latest

2005-04-22 Thread bugtrack
A BUGNOTE has been added to this bug. == http://www.dbmail.org/mantis/bug_view_advanced_page.php?bug_id=177 == Reported By:mobrien Assigned To

[Dbmail-dev] [DBMail 0000177]: Compile Fails - FBSD users Unable to build Dbmail latest

2005-04-22 Thread bugtrack
The following bug has been RESOLVED. == http://www.dbmail.org/mantis/bug_view_advanced_page.php?bug_id=177 == Reported By:mobrien Assigned To:

[Dbmail-dev] [DBMail 0000154]: 2.0.2 dbmail-util outputing "-r" error when -r is no longer valid

2005-04-22 Thread bugtrack
The following bug has been RESOLVED. == http://www.dbmail.org/mantis/bug_view_advanced_page.php?bug_id=154 == Reported By:xing Assigned To:

[Dbmail-dev] [DBMail 0000197]: 0000158 need exact changes

2005-04-22 Thread bugtrack
A BUGNOTE has been added to this bug. == http://dbmail.org/mantis/bug_view_advanced_page.php?bug_id=197 == Reported By:qwer Assigned To:

Re: [Dbmail-dev] Replace unique_id with GUID for Load Balancing & Failover

2005-04-22 Thread listmember
Kevin Baker wrote: I was hoping to peak some new interest in using GUID's in place of the incrementing unique_id's in the current code base. This would be the key to non-colliding id's for a loadbalanced/failover system on a master-master mysql. Since GUIDs can be generated by the application

dbmail-dev@dbmail.org

2005-04-22 Thread Kevin Baker
Very True... We discussed the GUID's being generated based on sync'ed datetime stamp with a unique ID per server. (NTP required) My primary interest now is to create simple 2 machine clusters for each user segment. Each of the machines in the cluster would use guid's for unique_id values. Each c

[Dbmail-dev] Thinking about additional database abstractions again

2005-04-22 Thread Geo Carncross
I'm thinking about allowing database drivers to abstract away any function in db.c (or anything else that "generates" SQL). It was brought up before for some postgresql-specific things or mysql- specific things, but it seems to me that it could be used for a SQL-free database interface like metak

Re: [Dbmail-dev] Thinking about additional database abstractions again

2005-04-22 Thread listmember
I'm thinking about allowing database drivers to abstract away any function in db.c (or anything else that "generates" SQL). Any thoughts on those abstractions? Ever considered making a Reiser4 plugin for DBMail? IMHO, something like this would really shake it all.