Sure it can be included. And yay, I'm glad there will be postgres support.
On the other hand, I kind of want to move away from any "database" storage. Right now we're still sticking with a single Manager grid design, which provides a single point of failure. Even multiple managers with a handoff mechanism hooked to a single database has it's problems if the database server goes down. Basically, something of an embedded database as part of the Manager (which simply provides ACID compliant read/write storage) that can be replicated across the grid is what I'm looking at having. But until that happens, postgres is a good addition; I like it a lot myself. Jonathan On 2/12/07, Anton Melser <[EMAIL PROTECTED]> wrote: > > > RE: April 1st release > > > > > > What do you guys think should be included in this release? > > Don't know how interested you guys are, but I am very close to having > postgres support. Most of the nunit tests pass but I am having some > issues with the npgsql driver (it doesn't like guids very much). Now > that my day job is with .net I am hoping to get active doing stuff... > Cheers > Anton > ps. It will only be postgres 8.2+, as there are a couple of additions > that meant I wouldn't have to change stuff (like drop x if exists...). > Hey, it's free so why bother with old versions! > ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier. Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Alchemi-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/alchemi-developers
