473,564 Members | 2,798 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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 1984
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.publi c.dotnet.framew ork.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.publi c.dotnet.framew ork.component_s ervices.

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******@alios tad.co.uk> wrote in message
news:uR******** ******@TK2MSFTN GP11.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
8654
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 platform indeed, the code is converted to a byte code and this byte code can be run on any machine which has
9
8547
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 a basic test. I read a bunch of data into a dataset by using a command and a data adapter object, .Dispose(ing) as I go. The moment the data is in...
2
1687
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 both VS.NET 1.0 and 1.1 installed on my box. I noticed (in debugger) that 1.1 system dll's are being loaded (specifically the 1.1. CLR). I would...
126
4242
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 into few posts in this group. I could make out that there are several languages for parallel programming and parallel C is one of them. I need to know...
7
2116
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 webpage contains 2 dropdowns controls and I save information entered by user in ViewState variable containing array ArrayList MyCoordinates =...
22
8908
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 utilities.dll just once? Thanks, Brett
2
2081
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 following class deklared in c++: // #pragma managed or #pragma unmanaged // does not seem to make any differnce here
48
4213
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) * -1 Set oConn=Server.CreateObject("ADODB.Connection") Set oRS=Server.CreateObject("ADODB.recordset") oConn.Provider="Microsoft.Jet.OLEDB.4.0"...
29
2349
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 . I need to change the configuration files to fit for the new business.Sometimes I want to quit the job.What should I do?
0
7665
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main...
0
7583
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language...
1
7642
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For...
0
6255
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then...
0
3643
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in...
0
3626
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2082
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
1
1200
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
924
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating...

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.