* information regarding copyright ownership.
*/
-/* $Id$ */
-
/* This code uses functions which are only available on Server 2003 and
* higher, and Windows XP and higher.
*
ISC_MSG_FAILED,
"Can't create IOCP thread: %s"),
strbuf);
- exit(1);
}
}
}
"HeapCreate() failed during "
"initialization: %s"),
strbuf);
- exit(1);
}
manager->maxIOCPThreads = min(isc_os_ncpus() + 1, MAX_IOCPTHREADS);
"CreateIoCompletionPort() failed "
"during initialization: %s"),
strbuf);
- exit(1);
}
/*
"CreateIoCompletionPort() failed "
"during initialization: %s"),
strbuf);
- exit(1);
}
InterlockedIncrement(&sock->manager->iocp_total);
isc_msgcat_get(isc_msgcat, ISC_MSGSET_GENERAL,
ISC_MSG_FAILED, "failed"),
strbuf);
- exit(1);
}
/*
* The following APIs do not exist as functions in a library, but