Показать сообщение отдельно
  #13  
Старый 02.01.2010, 12:52
Аватар для s0Creator
s0Creator s0Creator вне форума
Местный
 
Регистрация: 20.02.2008
Адрес: Московская область
Сообщения: 420
Репутация: 884
По умолчанию

Спасибо большое, разобрался положил на полочку ( сам никогда пул больше 10 нитей не делал ).
Вот еще ссылочку нашел: http://msdn.microsoft.com/en-us/libr...8VS.85%29.aspx
Цитата:
Remarks

The number of threads a process can create is limited by the available virtual memory. By default, every thread has one megabyte of stack space. Therefore, you can create at most 2,048 threads. If you reduce the default stack size, you can create more threads. However, your application will have better performance if you create one thread per processor and build queues of requests for which the application maintains the context information. A thread would process all requests in a queue before processing requests in the next queue.
Ответить с цитированием