Note that there are some explanatory texts on larger screens.

plurals
  1. USIhor B.
    primarykey
    data
    text
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. COSo, the question is how to increase priority of IIS still remains
      singulars
    2. COif we decrease the priority of that "special" processes, another problem occurs: when w3wp.exe and that process are communicating through remoting, the remoting calls often break with exception "IPC channel has died" or something like this. And I don't know why. Most probably this is because of Microsoft .NET bugs in remoting implementation, whatever. But the process should be in "normal" priority in order to successfully connect to it though remoting. So, the way out is to increase IIS process priority, OR redesing the whole app to move that "special" work on another server.
      singulars
    3. COit is long to explain why code which is doing some job is running in those separate processes. this is related to COM (one Microsoft't COM object) which doesn't release memory and which doesn't work fine in the case if 2 instances of this object is working in ONE process. This is the reason why code is not working inside w3wp.exe and is placed in separate process. But anyway, if this code worked in w3wp or not in w3wp - it would "bomb" the server very much - both CPU and hard drive. So the question is more generic: what to do with IIS in the case if something is "bombing" the server?
      singulars
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload