Dirk, Which version of Slide do you test against? Do you use the Oracle db for both descriptor store and content store?
Thanks, Ting --- Dirk Verbeeck <[EMAIL PROTECTED]> wrote: > Your multi thread test works now fine with me, no > errors. > The only problem I have now have is that the retry > mechanism in > AbstractStore.enlist doesn't seem to work. > This could be related with bug 3935. > > I'm going to synchronize all the database connection > operations like I > mentioned a few weeks ago and use a temp file in > retrieveRevisionContent, that should help with your > original oracle > error. I didn't get the error but I'll try some > different thread > configurations. > > Using an XA jdbc driver might help but using a > connectionpool or store > pool will improve performance and solves all these > database transaction > problems because then we can always enlist the store > even for read-only > operations or at least have a pool with read-only > stores. > > > Dirk > > > Ting Ning wrote: > > > > Dirk, > > > > No problem. > > > > I think the problem is still there. The current > JDBC > > store implementation has probelm with multiple > > concurrent clients. The JDBC store with XA suport > is > > one of the solution. Do you have any ideas? What > do > > you think? > > > > Thanks, > > Ting > __________________________________________________ Do You Yahoo!? Make a great connection at Yahoo! Personals. http://personals.yahoo.com -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
