Re: Enterprise using WO
Andrus Adamchik <[email protected]>
| Newsgroups | gmane.comp.web.webobjects.general |
|---|---|
| Message-ID | <[email protected]> |
On May 21, 2005, at 10:38 PM, Mark F. Murphy wrote: > I'm very skeptical of network based notifications. I've just always > used the pattern that if I need fresh data from the database, I should > go back to the database (the original store) to get fresh data anyway. > The database can scale and is built to do so. On May 22, 2005, at 11:45 PM, Mark F. Murphy wrote: > Experience says otherwise to be on large scale WO apps. Maybe you just don't have the right experience? (per your previous message) ;-) A few years ago I worked on a TopLink system (ok not WO) with custom-built remote notifications that sustained a few thousands of database transactions *per second* at peak times. A dozen or so VMs updated the DB. An ability to keep multiple sessions accessing the same data in sync was priceless. If you have a relationship that is one-to-twenty-thousands, you can't afford to refetch it on every mouse click of every user. Cheers! Andrus