Click here to Skip to main content
15,861,168 members
Articles / Programming Languages / C#

The Super Pool Framework

Rate me:
Please Sign up or sign in to vote.
4.87/5 (53 votes)
31 Aug 2010CPOL26 min read 100.2K   1.5K   178  
The Super Pool is a framework for decoupled communication and management of components. The Super Pool introduces a natural asynchronous communication environment into your solution that can be fluently spread over different components, threads, processes, or even computers or networks.

Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Matrix.Framework.SuperPool.Standalone", "Matrix.Framework.SuperPool.Standalone\Matrix.Framework.SuperPool.Standalone.csproj", "{1F892C50-410F-4ECF-961F-6B939CCB5F5F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Lib", "Lib", "{6CB3F39C-845F-43DA-9E3D-0D0A7D29601F}"
	ProjectSection(SolutionItems) = preProject
		Lib\PowerCollections.dll = Lib\PowerCollections.dll
	EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{C1893E84-04E1-4D1E-AC56-1DBFA5097D7E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Matrix.Framework.SuperPool.Demonstration", "Tests\Matrix.Framework.SuperPool.Demonstration\Matrix.Framework.SuperPool.Demonstration.csproj", "{ED1A3CF5-CAFB-483C-B64A-DC648782F4FA}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Matrix.Framework.SuperPool.Test", "Tests\Matrix.Framework.SuperPool.Test\Matrix.Framework.SuperPool.Test.csproj", "{9E5B7C71-E796-47A3-9D07-2BFBCA5DFC3F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Matrix.Framework.SuperPool.UnitTest", "Tests\Matrix.Framework.SuperPool.UnitTest\Matrix.Framework.SuperPool.UnitTest.csproj", "{B211F037-3276-4BC4-A772-43C504725E00}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Lib", "Lib", "{137E100D-BD86-4F7B-AA93-69A9DDB677D0}"
	ProjectSection(SolutionItems) = preProject
		Tests\Lib\log4net.dll = Tests\Lib\log4net.dll
		Tests\Lib\Matrix.Common.Core.dll = Tests\Lib\Matrix.Common.Core.dll
		Tests\Lib\Matrix.Common.Diagnostics.dll = Tests\Lib\Matrix.Common.Diagnostics.dll
		Tests\Lib\Matrix.Common.Diagnostics.FrontEnd.dll = Tests\Lib\Matrix.Common.Diagnostics.FrontEnd.dll
		Tests\Lib\Matrix.Common.Extended.dll = Tests\Lib\Matrix.Common.Extended.dll
		Tests\Lib\Matrix.Common.FrontEnd.dll = Tests\Lib\Matrix.Common.FrontEnd.dll
		Tests\Lib\Matrix.Common.Sockets.dll = Tests\Lib\Matrix.Common.Sockets.dll
		Tests\Lib\Matrix.Framework.TestFramework.dll = Tests\Lib\Matrix.Framework.TestFramework.dll
		Tests\Lib\nunit.framework.dll = Tests\Lib\nunit.framework.dll
	EndProjectSection
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Debug|x86 = Debug|x86
		Release|Any CPU = Release|Any CPU
		Release|x86 = Release|x86
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{1F892C50-410F-4ECF-961F-6B939CCB5F5F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{1F892C50-410F-4ECF-961F-6B939CCB5F5F}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{1F892C50-410F-4ECF-961F-6B939CCB5F5F}.Debug|x86.ActiveCfg = Debug|x86
		{1F892C50-410F-4ECF-961F-6B939CCB5F5F}.Debug|x86.Build.0 = Debug|x86
		{1F892C50-410F-4ECF-961F-6B939CCB5F5F}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{1F892C50-410F-4ECF-961F-6B939CCB5F5F}.Release|Any CPU.Build.0 = Release|Any CPU
		{1F892C50-410F-4ECF-961F-6B939CCB5F5F}.Release|x86.ActiveCfg = Release|x86
		{1F892C50-410F-4ECF-961F-6B939CCB5F5F}.Release|x86.Build.0 = Release|x86
		{ED1A3CF5-CAFB-483C-B64A-DC648782F4FA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{ED1A3CF5-CAFB-483C-B64A-DC648782F4FA}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{ED1A3CF5-CAFB-483C-B64A-DC648782F4FA}.Debug|x86.ActiveCfg = Debug|x86
		{ED1A3CF5-CAFB-483C-B64A-DC648782F4FA}.Debug|x86.Build.0 = Debug|x86
		{ED1A3CF5-CAFB-483C-B64A-DC648782F4FA}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{ED1A3CF5-CAFB-483C-B64A-DC648782F4FA}.Release|Any CPU.Build.0 = Release|Any CPU
		{ED1A3CF5-CAFB-483C-B64A-DC648782F4FA}.Release|x86.ActiveCfg = Release|x86
		{ED1A3CF5-CAFB-483C-B64A-DC648782F4FA}.Release|x86.Build.0 = Release|x86
		{9E5B7C71-E796-47A3-9D07-2BFBCA5DFC3F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{9E5B7C71-E796-47A3-9D07-2BFBCA5DFC3F}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{9E5B7C71-E796-47A3-9D07-2BFBCA5DFC3F}.Debug|x86.ActiveCfg = Debug|x86
		{9E5B7C71-E796-47A3-9D07-2BFBCA5DFC3F}.Debug|x86.Build.0 = Debug|x86
		{9E5B7C71-E796-47A3-9D07-2BFBCA5DFC3F}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{9E5B7C71-E796-47A3-9D07-2BFBCA5DFC3F}.Release|Any CPU.Build.0 = Release|Any CPU
		{9E5B7C71-E796-47A3-9D07-2BFBCA5DFC3F}.Release|x86.ActiveCfg = Release|x86
		{9E5B7C71-E796-47A3-9D07-2BFBCA5DFC3F}.Release|x86.Build.0 = Release|x86
		{B211F037-3276-4BC4-A772-43C504725E00}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{B211F037-3276-4BC4-A772-43C504725E00}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{B211F037-3276-4BC4-A772-43C504725E00}.Debug|x86.ActiveCfg = Debug|x86
		{B211F037-3276-4BC4-A772-43C504725E00}.Debug|x86.Build.0 = Debug|x86
		{B211F037-3276-4BC4-A772-43C504725E00}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{B211F037-3276-4BC4-A772-43C504725E00}.Release|Any CPU.Build.0 = Release|Any CPU
		{B211F037-3276-4BC4-A772-43C504725E00}.Release|x86.ActiveCfg = Release|x86
		{B211F037-3276-4BC4-A772-43C504725E00}.Release|x86.Build.0 = Release|x86
	EndGlobalSection
	GlobalSection(SolutionProperties) = preSolution
		HideSolutionNode = FALSE
	EndGlobalSection
	GlobalSection(NestedProjects) = preSolution
		{ED1A3CF5-CAFB-483C-B64A-DC648782F4FA} = {C1893E84-04E1-4D1E-AC56-1DBFA5097D7E}
		{9E5B7C71-E796-47A3-9D07-2BFBCA5DFC3F} = {C1893E84-04E1-4D1E-AC56-1DBFA5097D7E}
		{B211F037-3276-4BC4-A772-43C504725E00} = {C1893E84-04E1-4D1E-AC56-1DBFA5097D7E}
		{137E100D-BD86-4F7B-AA93-69A9DDB677D0} = {C1893E84-04E1-4D1E-AC56-1DBFA5097D7E}
	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, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Product Manager Ingenious Ltd, Bulgaria
Bulgaria Bulgaria
I worked for a few years as a C++/Win32 developer and software architect, and then moved on to the .NET environment where I was able to discover the beauty of managed programming.

I am currently involved in the development and management of Open Forex Platform (www.openforexplatform.com) and the Matrix Platform (www.matrixplatform.com).

Comments and Discussions