Click here to Skip to main content
15,908,274 members
Home / Discussions / System Admin
   

System Admin

 
GeneralRe: Batch-File Blues... Pin
Michael Dunn30-Jan-05 8:05
sitebuilderMichael Dunn30-Jan-05 8:05 
GeneralRe: Batch-File Blues... Pin
Anonymous31-Jan-05 1:26
Anonymous31-Jan-05 1:26 
GeneralMind Boggling Behavior On A Network Pin
Roger Wright29-Jan-05 7:08
professionalRoger Wright29-Jan-05 7:08 
GeneralRe: Mind Boggling Behavior On A Network Pin
Mekong River6-Feb-05 11:58
Mekong River6-Feb-05 11:58 
GeneralRe: Mind Boggling Behavior On A Network Pin
Roger Wright8-Feb-05 2:14
professionalRoger Wright8-Feb-05 2:14 
GeneralRe: Mind Boggling Behavior On A Network Pin
Mekong River8-Feb-05 4:50
Mekong River8-Feb-05 4:50 
QuestionThread count limits? Pin
codingmom325-Jan-05 8:02
codingmom325-Jan-05 8:02 
AnswerRe: Thread count limits? Pin
Michael Dunn26-Jan-05 7:51
sitebuilderMichael Dunn26-Jan-05 7:51 
codingmom3 wrote:
I have an MFC application that needs to open up to 2500 threads.

You're kidding, right? OK, assuming not, threads aren't free. Each thread gets a 1 MB stack, so once you open approximately 2000 threads, you will have exhausted your 2GB process space. Even if you change the stack size, the OS keeps internal data structures for each thread, which again use up process space. This has nothing to do with how much RAM is in the box, virtual memory is not the same as physical memory.

--Mike--
LINKS~! Ericahist | 1ClickPicGrabber | CP SearchBar v2.0.2 | C++ Forum FAQ | You Are Dumb
Strange things are afoot at the U+004B U+20DD

QuestionWhat about Windows 2003 Srever and SQL 2000 Server Pin
Jumbaltd25-Jan-05 1:02
Jumbaltd25-Jan-05 1:02 
AnswerRe: What about Windows 2003 Srever and SQL 2000 Server Pin
Mike Dimmick27-Jan-05 0:29
Mike Dimmick27-Jan-05 0:29 
Questionhow to get the usb device's disk name,like "H:"? Pin
lowiq23-Jan-05 18:32
lowiq23-Jan-05 18:32 
AnswerRe: how to get the usb device's disk name,like "H:"? Pin
Mekong River24-Feb-06 4:29
Mekong River24-Feb-06 4:29 
GeneralTaking affect question Pin
Mekong River22-Jan-05 5:00
Mekong River22-Jan-05 5:00 
GeneralRe: Taking affect question Pin
Roger Wright22-Jan-05 5:24
professionalRoger Wright22-Jan-05 5:24 
GeneralRe: Taking affect question Pin
Mekong River22-Jan-05 17:06
Mekong River22-Jan-05 17:06 
GeneralEducate Me, Please! Pin
Roger Wright21-Jan-05 21:29
professionalRoger Wright21-Jan-05 21:29 
GeneralRe: Educate Me, Please! Pin
Mekong River22-Jan-05 17:03
Mekong River22-Jan-05 17:03 
GeneralRe: Educate Me, Please! Pin
Roger Wright22-Jan-05 22:11
professionalRoger Wright22-Jan-05 22:11 
Generaltest Pin
JonathanMarsh20-Jan-05 13:12
JonathanMarsh20-Jan-05 13:12 
GeneralRe: test Pin
Roger Wright21-Jan-05 21:15
professionalRoger Wright21-Jan-05 21:15 
GeneralRe: test Pin
Mekong River24-Feb-06 4:31
Mekong River24-Feb-06 4:31 
Generaltest Pin
JonathanMarsh20-Jan-05 12:55
JonathanMarsh20-Jan-05 12:55 
GeneralRe: test Pin
Mekong River24-Feb-06 4:32
Mekong River24-Feb-06 4:32 
GeneralHanging in IIS Pin
Federico Milano20-Jan-05 4:57
Federico Milano20-Jan-05 4:57 
GeneralChanging Password Pin
chandu_7420-Jan-05 0:17
chandu_7420-Jan-05 0:17 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.