• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Best Notification Framework
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Best Notification Framework


  • Subject: Re: Best Notification Framework
  • From: Sam Hart <email@hidden>
  • Date: Wed, 4 Feb 2004 15:37:08 +0000

Denis wrote:

You know probably more than I do!...

long and bitter experience

I suggested this in the case that the data is read-only in the application.

interesting

That would increase the traffic between the application and the database

well, yes, you would be fetching data that potentially hasn't changed
plus if you invalidate a lot of objects you will create a bottle-neck
and if you invalidate all objects you will get "Thrashing" where no useful
work is done but resources are consumed ( memory for example ).


but the database needs to be hit anyway to get fresh data.

true but you only want to fetch the data that has changed, when it changes
less overhead, more accurate data.


Can you detail why it is such a bad idea?

Concurrency and cache-coherency on a multi-user, multi-instance system.

Imagine you alter something in one instance but then due to load balancing
you end up in a different instance before the update interval.


When you only have a couple of users it's no big deal,
when you have 100s running around on the system you soon know about it.

That is why we are all into Change Notification,
I lived without it for a while, never again !



S a m

ps. You're not based down in Uxbridge are you ?

------------------------------------------------------------------

To set the root password in Darwin 7

`passwd -i netinfo root`
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.

References: 
 >Re: Best Notification Framework (From: email@hidden)

  • Prev by Date: Making good EOs
  • Next by Date: Re: send component as email
  • Previous by thread: Re: Best Notification Framework
  • Next by thread: WO On Solaris Probelm
  • Index(es):
    • Date
    • Thread