729. [port] pthread_setconcurrency() needs to be called on Solaris.
--- 9.1.1rc1 released ---
+ 729. [port] pthread_setconcurrency() needs to be called on Solaris.
+
727. [port] Work around OS bug where accept() succeeds but
fails to fill in the peer address of the accepted
connection, by treating it as an error rather than
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
-/* $Id: task.c,v 1.78.2.1 2001/01/09 22:49:25 bwelling Exp $ */
+/* $Id: task.c,v 1.78.2.2 2001/02/07 22:36:20 gson Exp $ */
/*
* Principal Author: Bob Halley
manager_free(manager);
return (ISC_R_NOTHREADS);
}
+ isc_thread_setconcurrency(workers);
#else /* ISC_PLATFORM_USETHREADS */
manager->refs = 0;
taskmgr = manager;