Re: WO bug fixes
John Pollard <[email protected]>
| Newsgroups | gmane.comp.web.webobjects.general |
|---|---|
| Message-ID | <[email protected]> |
Sounds a little complex, perhaps Apple could build this in to a future WO release for me. What I did try was creating a new EC with new OSC for the long query and it made simultaneous requests respond immediately, so at least I can apply this technique for selected long queries - thank you! I am applying lock/unlock to the new EC. Is there anything I need to do to free up memory when the new temporary EC/OSC are created and then finished with? At 10:22 03/08/2005, Anjo Krank wrote: >You might want to consider to use some sort of pooling of >EOObjectStoreCoordinators... so you don't block *all* sessions, but >only the ones using the same OSC. > >Cheers, Anjo > >Am 03.08.2005 um 10:35 schrieb John Pollard: > >>That's it! I have retracted my bug report. I was indeed being >>confused by a long EOF fetch with prefetching that blocks other >>activity. Multithreading is certainly working very effectively in >>my JC app I have established. In this case I will look at >>optimising the query. Thank you.