PC Review


Reply
Thread Tools Rate Thread

ASP_NET process

 
 
Abhijit V
Guest
Posts: n/a
 
      2nd Jul 2004
Guys, I was wondering whether there was any way to differentiate the
memory space of two different aspnet_wp processes. Unfortunately, they
seem to show up as a single aspnet_wp process in both perfmon and the
task manager.

Thanks,
Abhijit.
 
Reply With Quote
 
 
 
 
Manoj G [MVP]
Guest
Posts: n/a
 
      2nd Jul 2004
???

If there are actually more than one instances of aspnet_wp.exe or w3wp.exe,
it will show up in Task Manger/ Perfmon with different PIDs

--
HTH,
Manoj G
[MVP , Visual Developer - Visual Basic ]
http://msmvps.com/manoj/

"Abhijit V" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Guys, I was wondering whether there was any way to differentiate the
> memory space of two different aspnet_wp processes. Unfortunately, they
> seem to show up as a single aspnet_wp process in both perfmon and the
> task manager.
>
> Thanks,
> Abhijit.



 
Reply With Quote
 
Adriano Trevisan
Guest
Posts: n/a
 
      2nd Jul 2004
From what I understdand aspnet_wp process is managed differently by IIS.
You cannot run multiple processes on the same machine (the app isolation
flag is not supported).

This behavior is changed on Windows 2003 Server where you can specify this
kind of isolation.

"Abhijit V" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Guys, I was wondering whether there was any way to differentiate the
> memory space of two different aspnet_wp processes. Unfortunately, they
> seem to show up as a single aspnet_wp process in both perfmon and the
> task manager.
>
> Thanks,
> Abhijit.



 
Reply With Quote
 
Jerry Pisk
Guest
Posts: n/a
 
      2nd Jul 2004
Actually under IIS 5 there's an ISAPI extension running under whatever
isolation you set your app to that sends the requests to be processed by
that single asp_net process.

Jerry

"Adriano Trevisan" <trevisan.adriano_at_tin.it> wrote in message
news:(E-Mail Removed)...
> From what I understdand aspnet_wp process is managed differently by IIS.
> You cannot run multiple processes on the same machine (the app isolation
> flag is not supported).
>
> This behavior is changed on Windows 2003 Server where you can specify this
> kind of isolation.
>
> "Abhijit V" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
>> Guys, I was wondering whether there was any way to differentiate the
>> memory space of two different aspnet_wp processes. Unfortunately, they
>> seem to show up as a single aspnet_wp process in both perfmon and the
>> task manager.
>>
>> Thanks,
>> Abhijit.

>
>



 
Reply With Quote
 
Adriano Trevisan
Guest
Posts: n/a
 
      2nd Jul 2004
Jerry, this is true regarding the ISAPI DLL, but :

read here:
http://msdn.microsoft.com/library/de...SecNetAP04.asp

....
Separate Application domains within the worker process (one per IIS virtual
directory, or in other words, one per ASP.NET Web application or Web
service) are used to provide isolation.
This is in contrast to classic ASP, where the application protection level,
configured within the IIS metabase determined whether the ASP application
should execute in process with IIS (inetinfo.exe), out of process in a
dedicated instance of Dllhost.exe, or in a shared (pooled) instance of
Dllhost.exe.

Important The process isolation level setting within IIS has no affect
on the way ASP.NET Web applications are processed.
Adriano

"Jerry Pisk" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Actually under IIS 5 there's an ISAPI extension running under whatever
> isolation you set your app to that sends the requests to be processed by
> that single asp_net process.
>
> Jerry
>
> "Adriano Trevisan" <trevisan.adriano_at_tin.it> wrote in message
> news:(E-Mail Removed)...
> > From what I understdand aspnet_wp process is managed differently by IIS.
> > You cannot run multiple processes on the same machine (the app isolation
> > flag is not supported).
> >
> > This behavior is changed on Windows 2003 Server where you can specify

this
> > kind of isolation.
> >
> > "Abhijit V" <(E-Mail Removed)> wrote in message
> > news:(E-Mail Removed)...
> >> Guys, I was wondering whether there was any way to differentiate the
> >> memory space of two different aspnet_wp processes. Unfortunately, they
> >> seem to show up as a single aspnet_wp process in both perfmon and the
> >> task manager.
> >>
> >> Thanks,
> >> Abhijit.

> >
> >

>
>



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
what permissions does a windows service need to execute another process? System.Diagnostics.Process process = System.Diagnostics.Process.Start(info); just local administrator? any specific permitions? Daniel Microsoft Windows 2000 Networking 1 13th Apr 2006 08:58 AM
what permissions does a windows service need to execute another process? System.Diagnostics.Process process = System.Diagnostics.Process.Start(info); just local administrator? any specific permitions? Daniel Microsoft Windows 2000 0 12th Apr 2006 11:47 PM
what permissions does a windows service need to execute another process? System.Diagnostics.Process process = System.Diagnostics.Process.Start(info); just local administrator? any specific permitions? Daniel Microsoft C# .NET 0 12th Apr 2006 11:47 PM
ASP_NET worrker process @ 80% CPU Gary Microsoft ASP .NET 7 25th Jun 2004 06:10 PM
ASP_NET worker process @ 80% CPU Gary Microsoft Dot NET 0 25th Jun 2004 10:15 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 06:42 PM.