Delphi Webbroker with http.sys

407 views Asked by At

Using Delphi 11 latest version.

Is there a switch to let WebBroker use Windows built-in http.sys server instead of Indy Webserver? If so, how to turn on the SSL certificate as well? I imagine Microsoft's built-in http/https engine would be more robust.

For some reason, I wish to skip ISAPI so would prefer a command-line or Gui version of Webbroker running on Windows.

How robust is the built-in Indy webserver for commercial deployment - meaning up to how many simultaneous connections per second?

I'm asking because DMVC Delphi has an option to use http.sys and it is based on Webbroker, so I thought WebBroker would have supported http.sys by now.

Thanks.

1

There are 1 answers

1
BlankXu On

Maybe you can try mORMot. Really high-performance framework. You can find almost everything you need to build webservices.