Jump to content

IIS much faster than Apache for Isapi dll?


chefdackel

Recommended Posts

In this article:

 

http://mc-computing.com/databases/Delphi/WebServers/WebServers.html

 

the author says the following:

 

>>

Apache will run CGI exe's and ISAPI dll's. However, because the ISAPI dll's are reloaded each time that they are called, they run at the same speed as an *.exe. (Thus, IIS is much faster.)

<<

 

and from the Apache documentation of 2.4:

 

http://httpd.apache.org/docs/current/mod/mod_isapi.html

 

>>

There is no capability within the Apache server to leave a requested module loaded. However, you may preload and keep a specific module loaded by using the following syntax in your httpd.conf......:

<<

 

Is this still true for the latest stable version of Apache on windows?

Link to comment
Share on other sites

  • 2 months later...
  • 3 years later...
I downloaded the new version (1.0.2 build 1449) and had this same problem. If you use http: // localhost: 8077 / it gets very slow, up to 3 seconds to go from one record to another. However, using http://127.0.0.1:8077/becomes normal. I did the test by opening two Chrome tabs simultaneously. Just to register and help.

 

I take this opportunity to congratulate you for the project, I have not been testing UniGui for some years, and now there is an opportunity to test for a new project. I am optimistic about the product. Congratulations Farshad!

 

Fábio Oliveira.

Link to comment
Share on other sites

×
×
  • Create New...