Ross Smith II wrote On 6/28/2007 1:41 AM -0800:
>
> #ifdef _WIN32
> if (WaitForSingleObject('cherokee_exit_1', 0) != WAIT_OBJECT_0) {
Er, that should obviously read:
if (WaitForSingleObject('cherokee_exit_1', 0) == WAIT_OBJECT_0) {
> // start shuting down and exiting
> }
> #endif
_______________________________________________
Cherokee mailing list
[email protected]
http://cherokee-project.com/cgi-bin/mailman/listinfo/cherokee
