c++isapiisapi-extension

Isapi filter - state


I have a isapi filer and I want to add a logic based on the incoming domain ( my server farm hosts many domains). There domain list is dynamic , I can export these domain list into a text file and read it from the isapi , but is there a way to keep this file in memory (is array or linked list) to save the IO call. similar to global application state .


Solution

  • How are your worker processes distributed across your servers? Do you have one server with one worker process, or multiple servers?