Hi, Thomas Fahrmeyer wrote: > Hi, > > i'm wondering if I can mix API calls to the PB API and ODMG API.
Yes that's possible. have a look at the FAQ, there is also a some sample code. > Most of the > time my application have to read data and therefore the PB API is effective > and appropriate. But I wanna use the Read/Write Locks if data should be > changed. I'm doing exactly this in our companies framework! Works great! Is there a problem with some kind of cache ? I suppose that the mix > doesn't make any problems, does it ? No problems expected. > > I've read that the performance especially for reading is much slower as the > PB API, isn't it ? In ODMG we have to parse OQL query strings to PB Queries first. That's the timeconsuming factor. cheers, Thomas > > Thanx. > Thomas > > > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > > > > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
