Re: WO bug fixes
Anjo Krank <[email protected]>
| Newsgroups | gmane.comp.web.webobjects.general |
|---|---|
| Message-ID | <[email protected]> |
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. >