Active TopicsActive Topics  Display List of Forum MembersMemberlist  HelpHelp   RegisterRegister  LoginLogin
ISAPI_Rewrite 3.0 support forum
 Helicon Tech : ISAPI_Rewrite 3.0 support forum
Subject Topic: Dir Monitor / Change Notifications Post ReplyPost New Topic
Author
Message << Prev Topic | Next Topic >>
mayling
Newbie
Newbie


Joined: 06 October 2008
Online Status: Offline
Posts: 2
Posted: 06 October 2008 at 9:50am | IP Logged Quote mayling

Am I correct that ISAPI Rewrite registers for change notifications to directories as requests come in? I've been troubleshooting an issue where that seems to be the case... If so, is it possible to disable that functionality? I'm using the 32 bit 3.1.0.47 version on Server 2008 x64 IIS7.

thanks
Back to Top View mayling's Profile Search for other posts by mayling
 
Anton
Moderator Group
Moderator Group


Joined: 30 January 2007
Location: Ukraine
Online Status: Offline
Posts: 4837
Posted: 07 October 2008 at 2:32am | IP Logged Quote Anton

Sorry, I didn't quite get you. Can you please provide a little more thorough explanation.

__________________
Regards,
Anton
Back to Top View Anton's Profile Search for other posts by Anton
 
mayling
Newbie
Newbie


Joined: 06 October 2008
Online Status: Offline
Posts: 2
Posted: 07 October 2008 at 8:03am | IP Logged Quote mayling

Maybe I should rephrase it... Does the ISAPI Rewrite filter read the .htaccess file (or whatever the specified config file is) on every request? Or does the filter set up CIFS change notifications on directories as requests come in? What I believe I'm seeing is the latter...

When a request comes in to /dir1 I see a change notification get created on the file server for that directory, presumably so the filter will be notified if any changes occur to the .htaccess file. Same thing happens when a request comes in to /dir2. etc. I'm wondering if there is a way to alter this behavior.

Back to Top View mayling's Profile Search for other posts by mayling
 
Vyacheslav
Moderator Group
Moderator Group


Joined: 02 July 2008
Location: Ukraine
Online Status: Offline
Posts: 673
Posted: 07 October 2008 at 8:30am | IP Logged Quote Vyacheslav

Hi,
Here is a simple algorithm:
1) ISAPI_Rewrite takes .htaceess file, parses it and stores the result in cache.
2) For each request ISAPI_Rewrite uses only cached copy.
3) If there are some file system changes, then ISAPI_Rewrite updates the cache.

__________________
Kind regards!
Vyacheslav Shinkarenko, HeliconTech.
Back to Top View Vyacheslav's Profile Search for other posts by Vyacheslav Visit Vyacheslav's Homepage
 

If you wish to post a reply to this topic you must first login
If you are not already registered you must first register

  Post ReplyPost New Topic
Printable version Printable version

Forum Jump
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot delete your posts in this forum
You cannot edit your posts in this forum
You cannot create polls in this forum
You can vote in polls in this forum