Performance & PB

2006-11-08 Thread Ernst Temp
Hello, I am developing an application that contains of two programs One that needs persistency. Here I use PersistenceBroker very successfully The second one does not need persistency at all, and performance is quite important. The program also relies heavily on cached data, but there

Cache errors?

2005-02-10 Thread Ernst Temp
Hello, I am using OJB in my application (Mysql 4.1, Java 1.4.1, Mac OS X) mainly as DB access layer. I am using the persistence broker, and had strange behavior of the cache. It delivered table entries that were not what i queried for. Assume a table contents like Key1 , key2 , name --