Click here to Skip to main content
15,896,522 members
Home / Discussions / C#
   

C#

 
AnswerRe: Rtf Table Creating and Printing Pin
Richard MacCutchan5-Jul-18 22:00
mveRichard MacCutchan5-Jul-18 22:00 
AnswerRe: Rtf Table Creating and Printing Pin
Eric Goedhart5-Jul-18 23:31
professionalEric Goedhart5-Jul-18 23:31 
QuestionMultiThreading help Pin
solutionsville5-Jul-18 6:05
solutionsville5-Jul-18 6:05 
AnswerRe: MultiThreading help Pin
Dave Kreskowiak5-Jul-18 6:29
mveDave Kreskowiak5-Jul-18 6:29 
GeneralRe: MultiThreading help Pin
solutionsville6-Jul-18 4:28
solutionsville6-Jul-18 4:28 
GeneralRe: MultiThreading help Pin
Dave Kreskowiak6-Jul-18 4:51
mveDave Kreskowiak6-Jul-18 4:51 
AnswerRe: MultiThreading help Pin
solutionsville10-Jul-18 2:59
solutionsville10-Jul-18 2:59 
AnswerRe: MultiThreading help Pin
OriginalGriff5-Jul-18 19:45
mveOriginalGriff5-Jul-18 19:45 
To add to what Dave said, while there are limits to how many threads can be created and that varies according to your OS, 32 /64 bit selection, and the required thread stack size, but for a 64 bit system, it's possible to generate in excess of 50,000 threads from a single process.
There is an interesting explanation here: Pushing the Limits of Windows: Processes and Threads – Mark's Blog[^]

But the more important question would be "why the elephant would you even try to generate that many threads, give that you probably only have 4 or 8 cores to run them on?".

And in your case, why do you think it's hitting a thread limit? What have you done that leads you to that conclusion? Why has it "suddenly" started happening? Or did it ever work? Is his code finished and tested?

I'd start with those questions before I even thought about changing the code in any way...
Sent from my Amstrad PC 1640
Bad command or file name. Bad, bad command! Sit! Stay! Staaaay...
AntiTwitter: @DalekDave is now a follower!

QuestionHow To solve Unity.Instance.Resolve(new ResolverOverride[] Pin
Member 110561804-Jul-18 4:56
Member 110561804-Jul-18 4:56 
AnswerRe: How To solve Unity.Instance.Resolve(new ResolverOverride[] Pin
Richard Deeming4-Jul-18 7:32
mveRichard Deeming4-Jul-18 7:32 
QuestionFilter records between two dates( using two datepicker) from text file in c# Pin
Mohamed Fahad M4-Jul-18 2:20
Mohamed Fahad M4-Jul-18 2:20 
AnswerRe: Filter records between two dates( using two datepicker) from text file in c# Pin
Pete O'Hanlon4-Jul-18 2:32
mvePete O'Hanlon4-Jul-18 2:32 
QuestionMaskedTextBox Focus ? Pin
ibrahimayhans3-Jul-18 1:42
ibrahimayhans3-Jul-18 1:42 
AnswerRe: MaskedTextBox Focus ? Pin
OriginalGriff3-Jul-18 2:19
mveOriginalGriff3-Jul-18 2:19 
GeneralRe: MaskedTextBox Focus ? Pin
ibrahimayhans3-Jul-18 2:33
ibrahimayhans3-Jul-18 2:33 
AnswerRe: MaskedTextBox Focus ? Pin
Eddy Vluggen3-Jul-18 2:31
professionalEddy Vluggen3-Jul-18 2:31 
GeneralRe: MaskedTextBox Focus ? Pin
ibrahimayhans3-Jul-18 2:34
ibrahimayhans3-Jul-18 2:34 
GeneralRe: MaskedTextBox Focus ? Pin
Eddy Vluggen3-Jul-18 2:37
professionalEddy Vluggen3-Jul-18 2:37 
AnswerRe: MaskedTextBox Focus ? Pin
Alan N3-Jul-18 3:29
Alan N3-Jul-18 3:29 
QuestionFollowing Jose Menendez Póo Calendar project Pin
Member 128234452-Jul-18 18:44
Member 128234452-Jul-18 18:44 
AnswerRe: Following Jose Menendez Póo Calendar project Pin
Peter_in_27802-Jul-18 19:34
professionalPeter_in_27802-Jul-18 19:34 
AnswerRe: Following Jose Menendez Póo Calendar project Pin
OriginalGriff2-Jul-18 20:51
mveOriginalGriff2-Jul-18 20:51 
AnswerRe: Following Jose Menendez Póo Calendar project Pin
Eddy Vluggen2-Jul-18 23:21
professionalEddy Vluggen2-Jul-18 23:21 
QuestionIt must parse string numbers to integer but it's out is zero Pin
Member 138946071-Jul-18 20:49
Member 138946071-Jul-18 20:49 
AnswerRe: It must parse string numbers to integer but it's out is zero Pin
Richard MacCutchan1-Jul-18 21:37
mveRichard MacCutchan1-Jul-18 21:37 

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.