473,385 Members | 1,912 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

Does anybody bothers to answer? (CLR and COM+)

This is the third time I am posting this message. Please help if you can.

-------------------------------------------
Hi all,

I have got three questions. For the first two, I need just confirmation that
I have understood the matter correctly. For the last one, I do not have a
clue!

1. We are running two different windows-based applications at the same time
on one machine. How many CLR processes are we going to have? One or two? (I
reckon it must be two) Maybe process is a misnomer in this case (instance is
better) because CLR is loaded INTO the existing process.

2. In an ASP.NET application, if we do not change any settings (by default
applications will share the dllhost process), how many CLR process/instance
would we have? Probably one?? And what if applications do not share the
process? Does that mean we are going to have CLR overhead (and memory usage)
for each and every application?

1. In COM+, where the h... CLR is loaded?! Is it different for server or
library applications? Could you please elaborate on this?

Thanks in advance
Ali

Nov 20 '05 #1
1 1975
Alireza,
I normally do not answer a question if I really do not have any information
to offer...
1. We are running two different windows-based applications at the same time on one machine. How many CLR processes are we going to have? One or two? (I
Each windows based app will be its own process. That process will have the
CLR loaded. That CLR may have multiple AppDomains loaded.
2. In an ASP.NET application, if we do not change any settings (by default
applications will share the dllhost process), how many CLR process/instance would we have? Probably one?? I understand that ASP.NET will have a single process with the CLR loaded,
however that process will have multiple AppDomains. It might be better to
ask this question "down the hall" in the ASP.NET newsgroups such as
microsoft.public.dotnet.framework.aspnet.
1. In COM+, where the h... CLR is loaded?! Is it different for server or
library applications? Could you please elaborate on this? Really don't know, I multiple AppDomains, but do not quote me. Again you may
want to ask this question "down the hall" in the componet services newsgroup
such as microsoft.public.dotnet.framework.component_servic es.

I suspect no one in the VB.NET newsgroup is answering your question, as your
questions are not VB.NET questions per se, they are Dot Net Framework
questions. As I suggested above there are newsgroups that are dedicated to
the areas that you are asking questions about. Asking in one of those
newsgroups will more then likely get you a 'quicker' & 'better' answer in
that the MVPs & other users in those groups use those areas of .NET
extensively, making them more of Experts in those areas. Thanks for
understanding.

Hope this helps
Jay

"Alireza Kheyrollahi" <al******@aliostad.co.uk> wrote in message
news:uR**************@TK2MSFTNGP11.phx.gbl... This is the third time I am posting this message. Please help if you can.

-------------------------------------------
Hi all,

I have got three questions. For the first two, I need just confirmation that I have understood the matter correctly. For the last one, I do not have a
clue!

1. We are running two different windows-based applications at the same time on one machine. How many CLR processes are we going to have? One or two? (I reckon it must be two) Maybe process is a misnomer in this case (instance is better) because CLR is loaded INTO the existing process.

2. In an ASP.NET application, if we do not change any settings (by default
applications will share the dllhost process), how many CLR process/instance would we have? Probably one?? And what if applications do not share the
process? Does that mean we are going to have CLR overhead (and memory usage) for each and every application?

1. In COM+, where the h... CLR is loaded?! Is it different for server or
library applications? Could you please elaborate on this?

Thanks in advance
Ali

Nov 20 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

43
by: Minti | last post by:
Hi there everybody, I was just wondering that too many people choose to use language like Java because of its architecture independence, this AI is achieved because Java is as such a...
9
by: Frank Rizzo | last post by:
I understand the basic premise: when the object is out of scope or has been set to null (given that there are no funky finalizers), executing GC.Collect will clean up your resources. So I have...
2
by: Leon Gorbaty [Bentley] | last post by:
Hi, We have some managed assemblies that are compiled with the /clr switch for some native code to load. These are currently compiled and linked against a pure .NET 1.0 environment. I have...
126
by: ramyach | last post by:
Hi friends, I need to write a parallel code in 'C' on the server that is running SGI Irix 6.5. This server supports MIPS Pro C compiler. I don't have any idea of parallel C languages. I looked...
7
by: GS | last post by:
Hello, I'm receiving The state information is invalid for this page and might be corrupted error message when running code below. This happens on second post back. Why is it happening? My...
22
by: Brett Romero | last post by:
If my UI app uses three DLLs and two of those DLLs reference something named utilities.dll, does the UI app load utilities.dll twice or does the compiler recognize what is going on and load...
2
by: bonk | last post by:
Hello, I am currently trying to wrap my head around what actually happens when I compile a normal (native) c++ class with the /CLR Flag in Visual C++ 2005 (C++/CLI). Suppose I have the...
48
by: Jimmy | last post by:
thanks to everyone that helped, unfortunately the code samples people gave me don't work. here is what i have so far: <% Dim oConn, oRS, randNum Randomize() randNum = (CInt(1000 * Rnd) + 1) *...
29
by: zzuse | last post by:
I have been working in one company for nearly one year as a c programmer.I want to write more codes to improve my programming skills.But I found my work was just change some configuration files ....
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.