Mod Throttle On Windows

I have compiled mod_throttle to run on windows under cygwin. The throttling appears to be working but I'm getting a lot of errors in the error log which after looking through the source of mod_throttle I know are coming from there. The error I'm seeing is:

critical_release() failed: Resource temporarily unavailable

In the source code theres a note saying that if critical release fails it should really shut down the apache server. As it is I think it is only killing the thread that was running at the time. The following entry in the log seems to indicate this:

child pid 8636 exit signal User defined signal 2

Has anyone else had any luck running mod_throttle on windows or have any suggestions as to how I can stop this error from occuring.

 

 

 

 

Top