Click here to Skip to main content
16,013,440 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
In the Dot Net framework, what is the DLL or component Container? What are the popular tool to balance dll load , control dll transaction, publish distributed dll and control dll version? If I was in Java world, a good answer would be some EJB Containner (for example: JBoos or GlassFish). Is possible to do the same control with IIS? I believe that IIS is only the Web Container.
Posted
Comments
Sergey Alexandrovich Kryukov 14-Sep-11 19:10pm    
Why would you ever need it with .NET?
--SA

If you are performing load balancing between two servers, then the applications and their related assemblies will be installed on each of the servers. Your balancing issues aren't related to your application, but rather the load-balancer and the choices you make in setting that up.
 
Share this answer
 
For example: if it is necessary to distribute or balance the processes between two servers, what can I do?
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900