The Artima Developer Community
Sponsored Link

.NET Buzz Forum
Yukon "Query Notification": a life saver

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Roy Osherove

Posts: 1807
Nickname: royo
Registered: Sep, 2003

Roy Osherove is a .Net consultant based in Israel
Yukon "Query Notification": a life saver Posted: Sep 6, 2004 6:55 PM
Reply to this message Reply

This post originated from an RSS feed registered with .NET Buzz by Roy Osherove.
Original Post: Yukon "Query Notification": a life saver
Feed Title: ISerializable
Feed URL: http://www.asp.net/err404.htm?aspxerrorpath=/rosherove/Rss.aspx
Feed Description: Roy Osherove's persistent thoughts
Latest .NET Buzz Posts
Latest .NET Buzz Posts by Roy Osherove
Latest Posts From ISerializable

Advertisement
At the Israeli SQL user group today we had a special visit: Roger Woter - PM at Microsoft. he talked about the Service broker in Yukon. very cool stuff. However I learned a little thing that I think is absolutely fabulous:
 
One of the coolest new features to me in Yukon will be a little thing called "Query Notification". What's that?
I'll give you a hint.
Ever used the ASP.Net Cache object? you know how it has a cache expiry period that can be based upon a time span or a file changing on disk? What's the thing missing most from this functionality? that's right - auto-expiry when the data that you cached changes in the database. It's just not there. People have to go through hoops to find out when data has changed. Not anymore.
 
With Yukon you can "signal" to the server with the same query that you used to fetch the data you have in memory, and if any row in one of the tables that is in the query is changed, inserted or deleted (meaning running the query now will yield different results) you'll get an automatic notification of this that will be sent to a special queue on which you can listen on and re-cache your query with the new data. no more hopping around trying to know if something changed.
Thank you thank you thank you.
:)
 

Read: Yukon "Query Notification": a life saver

Topic: WilsonORMapper at version 3.0, and what's an OR mapper anyway? Previous Topic   Next Topic Topic: Visual Studio 2005 Beta 1 Refresh Installed and Uninstall procedure for Beta 1

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use