Bugzilla bug #30746: backed out the PR_SetConcurrency(2) workaround

because it introduced other problems.
This commit is contained in:
wtc%netscape.com 2000-08-11 00:57:50 +00:00
parent cf26b4b61e
commit aa2c5c7732

View File

@ -245,16 +245,6 @@ static void _PR_InitStuff(void)
#endif
_PR_MD_FINAL_INIT();
#ifdef WINNT
/*
* Create an additional CPU thread so that if the primordial
* thread (a fiber) calls a native blocking function and blocks
* the primordial CPU thread, there is still a CPU thread that
* can read the I/O completion port.
*/
PR_SetConcurrency(2);
#endif
}
void _PR_ImplicitInitialization()