Click here to Skip to main content
15,880,956 members
Articles / Programming Languages / C++

Windows Thread Pooling and Execution Chaining

Rate me:
Please Sign up or sign in to vote.
4.66/5 (12 votes)
26 Apr 20043 min read 124.7K   3.3K   75  
An article that describes a template based thread pool implementation with execution chaining
Microsoft Visual Studio Solution File, Format Version 8.00
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "project", "thread_pool.vcproj", "{E47720B7-ED0A-4E2E-8A5B-E304F251BAC8}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Global
	GlobalSection(SolutionConfiguration) = preSolution
		Debug = Debug
		Release = Release
	EndGlobalSection
	GlobalSection(ProjectConfiguration) = postSolution
		{E47720B7-ED0A-4E2E-8A5B-E304F251BAC8}.Debug.ActiveCfg = Debug|Win32
		{E47720B7-ED0A-4E2E-8A5B-E304F251BAC8}.Debug.Build.0 = Debug|Win32
		{E47720B7-ED0A-4E2E-8A5B-E304F251BAC8}.Release.ActiveCfg = Release|Win32
		{E47720B7-ED0A-4E2E-8A5B-E304F251BAC8}.Release.Build.0 = Release|Win32
	EndGlobalSection
	GlobalSection(ExtensibilityGlobals) = postSolution
	EndGlobalSection
	GlobalSection(ExtensibilityAddIns) = postSolution
	EndGlobalSection
EndGlobal

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
Web Developer
United States United States

Joshua Emele lives in San Francisco. A member of
Plugware Solutions, Ltd. and specializes in network, database, and workflow applications in c++.
He is madly in love with life and his partner and enjoys teaching, playing classical guitar,
hiking, and digital electronics.



Plugware Solutions, Ltd. provides design, review, integration and implementation
consulting services and is the maker of the Plugware Web Services Platform.


Comments and Discussions