Re: Multithreading EOAccess
Jonathan Rochkind <[email protected]>
| Newsgroups | gmane.comp.web.webobjects.eof |
|---|---|
| Message-ID | <[email protected]> |
At 03:55 PM 11/19/2002 -0800, Ben Trumbull wrote: >Is it really such a burden to change the model (at run time) before using it ? Yes. Because in the case of the table aliasing code especially, you don't know how you want to change the model at model-load time. You don't know how many aliasing relationships you want to add until the point(s) at which you want to do a particular fetch---which will be after the model has been used. >Anyway, it may work. Try it. If it does, great. But it's implementation >dependent behavior. No guarantee it will work with 5.3. >-- > >-Ben