Web Servers on Unix and Linux - Apache and isapi

This is Interesting: Free IT Magazines  
Home > Archive > Web Servers on Unix and Linux > February 2005 > Apache and isapi





You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

Author Apache and isapi
drhowarddrfinedrhoward

2005-02-05, 7:47 am

Correct me if I'm wrong but this is what I think I read.

When Apache receives a http request for a cgi program it starts a new
process for each request.

With IIS using isapi, the isapi dll resides in memory and its entry point is
called with each http request.

1) Does each isapi request start a new thread?
2) In Apache you can use mod_isapi but does this work the same way?
3) Otherwise how does Apache handle multithreading and worker pools (or
equivalent)?


drhowarddrfinedrhoward

2005-02-07, 5:54 pm

For others wondering the same thing:

ISAPI is an API that you can use to extend Microsoft IIS, SIMILARLY TO HOW
YOU WOULD USE THE APACHE API.

Now all I've got to do is fight to find "good" docs on the API.


Sponsored Links






Free braindumps | Software forum | Database administration forum

Copyright 2003 - 2008 webservertalk.com