Re: Max windows handles in IIS. Pls help.

From: David Wang [Msft] (someone_at_online.microsoft.com)
Date: 11/06/04


Date: Fri, 5 Nov 2004 23:08:19 -0800

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


Relevant Pages

  • Re: IIS (or Isapi) adds Connection header to response
    ... I would never rely on a bug in a browser implementation as the means to get ... > I dont currently have access to the ISAPI code. ... available on any other IIS version. ... NTLM header since it is no longer useful. ...
    (microsoft.public.inetserver.iis.security)
  • Re: ISAPI vs. HTTPModule
    ... which parses the request and dispatches it to IIS in usermode. ... extension of the request is determined, and then sent to its handler. ... > ISAPI will not be able to access any .Net intrinsics/events. ...
    (microsoft.public.inetserver.iis)
  • Re: IIS Isolation Mode
    ... We create some files and read some files in the ISAPI. ... something that requires local system privileges, and if it doesn't have it, ... would guess that the IIS 5 version will work correctly on IIS 6, since ADSI ...
    (microsoft.public.inetserver.iis.security)
  • Re: IIS error with ISAPI and virtual directory to remote svr .. 40
    ... Web Server on machine B ... In particular, with some authentication protocols, your ISAPI ... Then immediately stop IIS. ... virtual directory it impersonates with 'user a''s account for security ...
    (microsoft.public.inetserver.iis)
  • Re: streaming binary data from sql 2005
    ... seems there hasn't detailed public reference. ... I'll contact some other IIS ... developing raw ISAPI extension or filters, ... |> | Dim cmdUploadBinary As New SqlCommand ...
    (microsoft.public.dotnet.framework.aspnet)