Thread Pools
Details Related Types
Site:  C#Today
Original URL:  http://www.csharptoday.com/content/articles/20010912.asp
Summary:
Using threads makes your multitasking applications run more smoothly. However, it takes finite resources to create and destory threads, resources we can save if we use thread pooling. In this article, Matthew Reynolds looks at how to use the thread pool in .NET. We see how to build a demo application that shows the typical model used in service applications i.e. a client connects, a client requests some work be done and then the client disconnects.
System.Collections.ArrayList
System.ComponentModel.Container
System.DateTime
System.Drawing.Point
System.Drawing.Rectangle
System.Drawing.RectangleF
System.Drawing.Size
System.Drawing.SolidBrush
System.Drawing.StringFormat
System.EventArgs
System.EventHandler
System.Object
System.Random
System.Threading.ReaderWriterLock
System.Threading.Thread
System.Threading.ThreadPool
System.Threading.Timer
System.Threading.WaitCallback
System.Timers.Timer
System.Web.Util.WorkItem
System.Windows.Forms.Form
System.Windows.Forms.ListView
System.Windows.Forms.ListViewItem
System.Windows.Forms.PaintEventArgs
System.Windows.Forms.PaintEventHandler
System.Windows.Forms.Timer
System.Windows.Forms.TrackBar
System.Windows.Forms.UserControl
Ad
MBR BootFX
Best-of-breed application framework for .NET projects, developed by Matthew Baxter-Reynolds and MBR IT
 
 Copyright © Matthew Baxter-Reynolds 2001-2008. '.NET 247 Software Development Services' is a trading style of MBR IT Solutions Ltd.
Contact Us - Terms of Use - Privacy Policy - www.dotnet247.com