The Artima Developer Community
Sponsored Link

.NET Buzz Forum
Examining the MSDE workload governor

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
Michael Mello

Posts: 100
Nickname: knarf
Registered: May, 2004

Michael Mello is .NET Web Developer
Examining the MSDE workload governor Posted: May 2, 2004 8:32 PM
Reply to this message Reply

This post originated from an RSS feed registered with .NET Buzz by Michael Mello.
Original Post: Examining the MSDE workload governor
Feed Title: melloblog
Feed URL: http://www.thauvin.net/errorpage.htm?aspxerrorpath=/Default.aspx
Feed Description: .NET and Everything After.
Latest .NET Buzz Posts
Latest .NET Buzz Posts by Michael Mello
Latest Posts From melloblog

Advertisement
MSDE is a good alternative for a backend when creating your .NET data driven applicaiton.  The great thing about MSDE is that it uses the same engine as SQL Server 2000, and more importantly...it's free!  So if MSDE is free, there must be a catch, right?  Well for one, MSDE doesn't provide any IDE to interact with it, so you have the option of OSQL at the command line, or a free adminstrator tool.  Beside the lack of IDE for MSDE, it implements something known as the workload governor.

Workload Governor

The workload governor is used by MSDE to limit the performance of your application, when it exceeds eight concurrent operations.  Once the database passes this limit, the workload governor is activated, which will affect the performance of your application by stalling user connections for a few milliseconds.

If you would like further information, be sure to check out the article on The SQL Server 2000 Workload Governor.  It's an interesting look into the limitations, and really helped me understand the differences between MSDE and SQL Server 2000.

Read: Examining the MSDE workload governor

Topic: Eric on Channel9, Shaykat on Blogs Previous Topic   Next Topic Topic: TrimEnd() Vs. SubString()

Sponsored Links



Google
  Web Artima.com   

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