Re: Performance & PB

2006-11-11 Thread Ernst Nusterer
Hi Tino, thank you very much for your help - I will do that. Kind regards Ernst On Nov 9, 2006, at 8:55 AM, Tino Schöllhorn wrote: Hi, I think you can exactly do that. Just use a thread variable (see ThreadLocal) and store a PB in that. We are doing exactly that and it works great. Y

Performance & PB

2006-11-09 Thread Ernst Nusterer
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

Re: Performance & PB

2006-11-08 Thread Tino Schöllhorn
Hi, I think you can exactly do that. Just use a thread variable (see ThreadLocal) and store a PB in that. We are doing exactly that and it works great. You just have to close the PBs when the work of your thread is done, of course. Tino Ernst Temp wrote: Hello, I am developing an applic

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