On Mon, 30 Jan 2006, Ryan Thomas wrote: > > I just took a look at the c-jdbc design and it seems that they have to > > execute writes one at a time (one insert statement at a time) - because if > > you start multiple write transaction at the same time then multiple sites > > could execute the writes in different orders. So it's not a good general > > solution except for read-mostly applications. > > > > Pardon my ignorance, but is the purpose here to develop a db-clustering > module for geronimo, or is that beyond the scope of the server?
A db-clustering module like c-jdbc is not beyond the scope, but then it has very limited value so I would not work on it.
