Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Maximum Concurrent Connections in ISAPI
#2
Hi Dr. Bob,

IntraWeb ISAPI infrastructure doesn't have anything in common with the existing Delphi ISAPI layer. Our ISAPI layer was created from scratch and doesn't suffer from the old design problems that Delphi's ISAPI have. We don't use TWebRequest/TWebResponse either in any part of our code. It also performs much better.

From Delphi, the only thing that we actually use is the Winapi.Isapi2.pas unit, which is basically the httpext.h header translation.

So, I'd say that the limit is actually imposed by IIS. Certain Windows client OSes have a very low limit (IIRC, the limit 10 or so for Windows 7, 8, 10 but I couldn't find the source yet), but server editions can handle 5000 or more
Reply


Messages In This Thread
RE: Maximum Concurrent Connections in ISAPI - by Alexandre Machado - 10-30-2023, 07:37 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)