Re: New caching mode

2004-02-26 Thread Oliver Zeigermann
Oliver Zeigermann wrote: - off (*very long* for testsuite): No caching at all OK, finally had it running without errors and it took 70 minutes only (using file store). Not that bad... Oliver - To unsubscribe, e-mail: [EMAIL

Re: New caching mode

2004-02-25 Thread Oliver Zeigermann
Oliver Zeigermann wrote: P.S.: An additional mode that has global cache for read-only request is already in preparation. It will have the same isolation features as this new one, but will cache more. This comes at the cost of not having the clusterable feature. Just checked in this third mode and

New caching mode

2004-02-20 Thread Oliver Zeigermann
. Testsuite with full global caching (~15 min.) takes half as long as the intra-tx caching (~30 min). Although, with caching switched off completely I never had enough patience to see the testsuite finish. So, the new caching mode seems to be a fair compromise. You can disable global caching done

Re: New caching mode

2004-02-20 Thread Guido Casper
the testsuite finish. So, the new caching mode seems to be a fair compromise. You can disable global caching done in ExtendedStore in Domain.xml using parameter cache-mode. Maybe like this: store name=TxFileStore parameter name=cache-modecluster/parameter ... /store