Click here to Skip to main content
15,900,973 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralRe: Problem adding FFTW.dll as reference Pin
bimbambumbum18-Sep-10 15:31
bimbambumbum18-Sep-10 15:31 
QuestionTyped Datasets and SSIS Pin
indian14315-Sep-10 7:12
indian14315-Sep-10 7:12 
QuestionMSIL String comparison question Pin
Gordon Kushner15-Sep-10 4:02
Gordon Kushner15-Sep-10 4:02 
AnswerRe: MSIL String comparison question Pin
Kubajzz15-Sep-10 4:37
Kubajzz15-Sep-10 4:37 
GeneralRe: MSIL String comparison question Pin
Gordon Kushner15-Sep-10 4:56
Gordon Kushner15-Sep-10 4:56 
GeneralRe: MSIL String comparison question Pin
Kubajzz15-Sep-10 5:04
Kubajzz15-Sep-10 5:04 
QuestionGeneral threading question Pin
Ray Cassick14-Sep-10 11:45
Ray Cassick14-Sep-10 11:45 
AnswerRe: General threading question Pin
Luc Pattyn14-Sep-10 12:00
sitebuilderLuc Pattyn14-Sep-10 12:00 
Ray Cassick wrote:
I am lazy right now


I'm not in a habit of answering lazy questions, I'll keep it short: nothing is guaranteed. A managed thread is as much as "a job that could be executed independently of other jobs within the same process", which means it needs synchronization if other threads are to produce data it needs or consume data it generates, and which also means it does not even have to map onto a "physical" thread. Yes, a new Thread instance may or may not imply a new thread (at least so says the doc, I haven't ever noticed any of this).

And unmanaged threads will be scheduled by the (Windows) kernel as it sees fit, based on CPU activity, thread readiness, thread priority, some fairness measures, and the like. And particularly in Windows with a minimum of guarantees. Starting a thread is like double-clicking an EXE file: it will eventually cause something to happen.

There clearly must be a more overall question, however you forgot to ask it I'm afraid.

Smile | :)
Luc Pattyn [Forum Guidelines] [Why QA sucks] [My Articles] Nil Volentibus Arduum
Please use <PRE> tags for code snippets, they preserve indentation, and improve readability.


AnswerRe: General threading question Pin
The Man from U.N.C.L.E.14-Sep-10 12:37
The Man from U.N.C.L.E.14-Sep-10 12:37 
GeneralRe: General threading question Pin
Luc Pattyn14-Sep-10 13:47
sitebuilderLuc Pattyn14-Sep-10 13:47 
GeneralRe: General threading question Pin
The Man from U.N.C.L.E.14-Sep-10 22:28
The Man from U.N.C.L.E.14-Sep-10 22:28 
AnswerRe: General threading question Pin
Ennis Ray Lynch, Jr.15-Sep-10 4:20
Ennis Ray Lynch, Jr.15-Sep-10 4:20 
GeneralRe: General threading question Pin
Ray Cassick15-Sep-10 5:19
Ray Cassick15-Sep-10 5:19 
QuestionLoading of the image from a TIFF-file compressed by a JPEG algorithm Pin
Degun14-Sep-10 3:35
Degun14-Sep-10 3:35 
AnswerRe: Loading of the image from a TIFF-file compressed by a JPEG algorithm Pin
Dave Kreskowiak14-Sep-10 4:07
mveDave Kreskowiak14-Sep-10 4:07 
QuestionProblems with embed windows media player in VB.net form Pin
ocabrera7013-Sep-10 14:11
ocabrera7013-Sep-10 14:11 
QuestionTheory and practice of XML layout? Pin
Gregory Gadow13-Sep-10 10:39
Gregory Gadow13-Sep-10 10:39 
AnswerRe: Theory and practice of XML layout? Pin
PIEBALDconsult13-Sep-10 17:39
mvePIEBALDconsult13-Sep-10 17:39 
GeneralRe: Theory and practice of XML layout? Pin
Gregory Gadow14-Sep-10 5:06
Gregory Gadow14-Sep-10 5:06 
AnswerRe: Theory and practice of XML layout? Pin
Luc Pattyn14-Sep-10 5:17
sitebuilderLuc Pattyn14-Sep-10 5:17 
GeneralRe: Theory and practice of XML layout? Pin
Gregory Gadow15-Sep-10 3:50
Gregory Gadow15-Sep-10 3:50 
GeneralRe: Theory and practice of XML layout? Pin
Luc Pattyn15-Sep-10 5:41
sitebuilderLuc Pattyn15-Sep-10 5:41 
GeneralRe: Theory and practice of XML layout? Pin
Gregory Gadow15-Sep-10 6:02
Gregory Gadow15-Sep-10 6:02 
GeneralRe: Theory and practice of XML layout? Pin
PIEBALDconsult14-Sep-10 17:59
mvePIEBALDconsult14-Sep-10 17:59 
GeneralRe: Theory and practice of XML layout? Pin
Gregory Gadow15-Sep-10 3:46
Gregory Gadow15-Sep-10 3:46 

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.