EOEntity modifications, locking?
Jonathan Rochkind <[email protected]>
| Newsgroups | gmane.comp.web.webobjects.eof |
|---|---|
| Message-ID | <[email protected]> |
When making run-time modifications to an EOEntity, like adding, removing or modifying it's EOAttributes------I feel like I should be taking out a lock somewhere to make sure my changes aren't happening at an inopportune time. I mean, little in the back reaches of EOF like this is automatically thread-safe, right? Any suggestions on what I lock where to safely modify an EOEntity at run-time? --Jonathan