Re: Max windows handles in IIS. Pls help.
From: Audrey (Audrey_at_discussions.microsoft.com)
Date: 11/08/04
- Next message: Calvin: "FTP Logging"
- Previous message: Bernard: "Re: IIS 6.0 SSL Certificate Difficulties"
- In reply to: David Wang [Msft]: "Re: Max windows handles in IIS. Pls help."
- Next in thread: David Wang [Msft]: "Re: Max windows handles in IIS. Pls help."
- Reply: David Wang [Msft]: "Re: Max windows handles in IIS. Pls help."
- Messages sorted by: [ date ] [ thread ]
Date: Sun, 7 Nov 2004 20:29:01 -0800
Hi David,
Thank you very much for taking the time to help me out with this. At first,
I also can't believe that IIS can only open 2,500 window handles but when i
ran the application on a different web server, it proved that it is true. The
other web server can open 3 times more windows than IIS can.
I don't think system resource is a problem as well, coz I've tried running
the .dll on normal PC and server but the result is still the same.
By the way, I'm a little confused when it came to this handles issue. When i
checked the Task Manager, the handles counts under the processor counter
doesn't really reflect the windows handles currently being used by the .dll.
I could see it because i have set the .dll to run as out-of-process
(isolated). So, when you said that your ISAPI (.dll) can open more than 100K
handles, did you mean by looking at that particular counter. Did you make any
changes to the metabase or registry?
Thanks again. Your help and advice is greatly appreciated.
Audrey.
"David Wang [Msft]" wrote:
> This is not an IIS limit but depends on system resources. My ISAPI can open
> over 100K handles under heavy load without a problem.
>
> However, having that many open handles may not be a good idea for a server.
> What are you trying to do?
>
> --
> //David
> IIS
> This posting is provided "AS IS" with no warranties, and confers no rights.
> //
> "Audrey" <Audrey@discussions.microsoft.com> wrote in message
> news:BFCC625C-3DC5-4425-B849-C52787E76A04@microsoft.com...
> Hi,
> I recently performed a pre-deployment test on IIS5.0 for one of my ISAPI
> applications. I found that IIS is only capable of handling about 2,500
> windows handles. My application crashed once it reaches that number and I
> had
> to unload the application before it will work again. I later tried my ISAPI
> application on IntraWeb and it prove to be able to handle much more than IIS
> can.
>
> Is there a way where I can increase the number of windows handles in IIS?
>
> Thanks.
>
> Audrey
>
>
>
- Next message: Calvin: "FTP Logging"
- Previous message: Bernard: "Re: IIS 6.0 SSL Certificate Difficulties"
- In reply to: David Wang [Msft]: "Re: Max windows handles in IIS. Pls help."
- Next in thread: David Wang [Msft]: "Re: Max windows handles in IIS. Pls help."
- Reply: David Wang [Msft]: "Re: Max windows handles in IIS. Pls help."
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|