What is shell? (memory problem in ISAPI) 
Author Message
 What is shell? (memory problem in ISAPI)

Really brave is who can stop eating peanuts in the middle. I hope I will
never go to them after this posting ^^

What is shell? We use wsh shell like eating peanuts. I want to use it in
network environment. In ASP it cannot be easily used because of security
inheritance. We may want MTS or ISAPI for that. I chose ISAPI. Now it seems
to work.

Problem is that whenever the shell in my WSC runs via ISAPI, the process of
shell is not shown to be released in my Windows Task Manager. A lot of
objects except shell have no problem. Only shell process is being added to
the process list again and again forever.

So I want to know more about shell in depth. Does anyone know about shell in
depth, or some documents? All of us knows shell, but I think there is
something more. Hope I'm understood.

Thanks in advance.



Tue, 06 Dec 2005 23:37:03 GMT  
 What is shell? (memory problem in ISAPI)
Do you mean you meet any memory leak in your ISAPI?
You can use performance monitor and check the private byte for the memory
leak in your process.

There is some book or resource you can refer to about the inside Win2000
and so on

http://www.sysinternals.com/insidew2k.shtml

Thanks

Jian Shen

This posting is provided "AS IS" with no warranties, and confers no rights.



Fri, 09 Dec 2005 15:09:20 GMT  
 What is shell? (memory problem in ISAPI)
Thank you very much Jian.

I'll check the book in local bookstore again. Your comment get me rethink of
the book. Till now I'm not sure whether the problem comes from isapi or
shell or both.

Temporarily excluding isapi part, I was curious of the identity of the
shell. It seems to be framework kindof rather than object or something.
Partly academic. Practically I imagine I can use Java application via
isapi+wsh if I can use wsh shell freely. I feel like I want too much:)


Quote:
> Do you mean you meet any memory leak in your ISAPI?
> You can use performance monitor and check the private byte for the memory
> leak in your process.

> There is some book or resource you can refer to about the inside Win2000
> and so on

> http://www.sysinternals.com/insidew2k.shtml

> Thanks

> Jian Shen

> This posting is provided "AS IS" with no warranties, and confers no
rights.



Sat, 10 Dec 2005 01:50:35 GMT  
 
 [ 3 post ] 

 Relevant Pages 

1. having memory problems with Turbo BASIC Shell command

2. why am I out of memory?

3. OLE Automation Problems - MEMORY HOG (Memory Leak?)

4. Memory leaks using shell from VBA with winAPI kernel32

5. Shelling to DoS under QB4.5(memory question)

6. Use Shell to execute a 16bit app in separate memory

7. Shell Error - Out of Memory

8. Shell - Out of Memory Error

9. Avaliable memory for shelled DOS app

10. SHELL & Memory

11. I am trying to update a record, i am not using data control

12. I am learning VB.NET and am wondering....

 

 
Powered by phpBB® Forum Software