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
Родитель 81ad32038a
Коммит c3db9b1429
1 изменённых файлов: 0 добавлений и 10 удалений

Просмотреть файл

@ -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()