Click here to Skip to main content
Click here to Skip to main content
Articles » Languages » C++ / CLI » General » Downloads
 

.NET Dynamic Software Load Balancing

By , 9 Dec 2002
 
Prize winner in Competition ".NET Nov 2002"
loadbalancing_src.zip
Bin
LoadBalancingClientTest
LoadBalancingLibrary
LoadBalancingWebTest
Global.asax
LoadBalancingWebTest.csproj.webinfo
LoadBalancingWebTest.vsdisco
LoadMonitoringLibrary
LoadReportingLibrary
MachineLoadMonitoringServer
MachineLoadReportingServer
Resources
Cluster.ico
Setups
LoadBalancingClientSideSetup
LoadBalancingClientSideSetup.vdproj
LoadBalancingServerSideSetup
LoadBalancingServerSideSetup.vdproj
SourceCodeSetup
SourceCodeSetup.vdproj
WebAppSetup
WebAppSetup.vdproj
SharedFiles
SharedLibrary
//////////////////////////////////////////////////////////////////////////////
// .NET Dynamic Software Load Balancing
// A Draft Implementation of an Idea for .NET Dynamic Software Load Balancing
// (c) 2002, Stoyan Damov (stoyan_damov@hotmail.com)
// The software comes �AS IS�, with all faults and no warranties.
//////////////////////////////////////////////////////////////////////////////

#include "stdafx.h"
#using <mscorlib.dll>

using namespace System::Reflection;
using namespace System::Runtime::CompilerServices;

[assembly:AssemblyTitleAttribute (".NET Dynamic Software Load Balancing")];
[assembly:AssemblyDescriptionAttribute ("Load Monitoring Library")];
[assembly:AssemblyProductAttribute (".NET Dynamic Software Load Balancing 0.1")];
[assembly:AssemblyCopyrightAttribute ("(c) 2002, Stoyan Damov")];
[assembly:AssemblyCultureAttribute ("")];		
[assembly:AssemblyVersionAttribute ("0.1.0.0")];

By viewing downloads associated with this article you agree to the Terms of use 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

About the Author

Stoyan Damov
Web Developer
Bulgaria Bulgaria
Member
I'm crazy about programming, bleeding-edge technologies and my wife, Irina. Thinking seriously to start living in Centurian time.
 
The image shows me, happy :P
 
My blog

Permalink | Advertise | Privacy | Mobile
Web02 | 2.6.130516.1 | Last Updated 10 Dec 2002
Article Copyright 2002 by Stoyan Damov
Everything else Copyright © CodeProject, 1999-2013
Terms of Use
Layout: fixed | fluid