Click here to Skip to main content
15,913,055 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: How often do you end of doing this? Pin
rnbergren14-May-19 8:42
rnbergren14-May-19 8:42 
GeneralRe: How often do you end of doing this? Pin
kmoorevs14-May-19 7:40
kmoorevs14-May-19 7:40 
GeneralRe: How often do you end of doing this? Pin
OriginalGriff14-May-19 9:15
mveOriginalGriff14-May-19 9:15 
GeneralRe: How often do you end of doing this? Pin
rnbergren14-May-19 13:35
rnbergren14-May-19 13:35 
GeneralSome thoughts on the .net CLR/CLI Pin
honey the codewitch14-May-19 4:00
mvahoney the codewitch14-May-19 4:00 
GeneralRe: Some thoughts on the .net CLR/CLI Pin
OriginalGriff14-May-19 4:20
mveOriginalGriff14-May-19 4:20 
GeneralRe: Some thoughts on the .net CLR/CLI Pin
honey the codewitch14-May-19 4:25
mvahoney the codewitch14-May-19 4:25 
GeneralRe: Some thoughts on the .net CLR/CLI Pin
Member 1135403429-May-19 11:37
Member 1135403429-May-19 11:37 
Only thing that allows Windows to do anything in "realtime" is that machines are far faster than the many minicomputers used for realtime work (Xerox Sigma series, Systems Engineering Labs, Modcomp, Harris, Interdata, etc.). These machines had a variety of hardware features that supported quick context switching (think multiple register sets, multiple memory maps, bit level instructions, etc.), and huge numbers of priority interrupt levels to facilitate realtime processing (at least one machine had 127 levels of priority interrupt). Usually it was a simple matter to use an interrupt to trigger a process to go do something quickly in response to an interrupt.

Once the PC came out, these machines quickly died as eventually so did the VAX. market for realtime work was relegated to the embedded processor work and realtime kernels.

In their infinite wisdom the NT designers didn't allow Interrupts to do ANY significant processing. They handed that processing off to something called the Dispatch Priority Level, a sort of netherworld between the interrupts and the OS.
GeneralRe: Some thoughts on the .net CLR/CLI Pin
H.Brydon14-May-19 4:55
professionalH.Brydon14-May-19 4:55 
GeneralRe: Some thoughts on the .net CLR/CLI Pin
honey the codewitch14-May-19 4:58
mvahoney the codewitch14-May-19 4:58 
GeneralRe: Some thoughts on the .net CLR/CLI Pin
Sander Rossel14-May-19 9:07
professionalSander Rossel14-May-19 9:07 
GeneralRe: Some thoughts on the .net CLR/CLI Pin
honey the codewitch14-May-19 9:23
mvahoney the codewitch14-May-19 9:23 
JokeRe: Some thoughts on the .net CLR/CLI Pin
Sander Rossel14-May-19 10:51
professionalSander Rossel14-May-19 10:51 
GeneralRe: Some thoughts on the .net CLR/CLI Pin
Super Lloyd14-May-19 13:37
Super Lloyd14-May-19 13:37 
GeneralRe: Some thoughts on the .net CLR/CLI Pin
honey the codewitch14-May-19 13:52
mvahoney the codewitch14-May-19 13:52 
GeneralRe: Some thoughts on the .net CLR/CLI Pin
Super Lloyd14-May-19 14:04
Super Lloyd14-May-19 14:04 
GeneralRe: Some thoughts on the .net CLR/CLI Pin
honey the codewitch14-May-19 14:28
mvahoney the codewitch14-May-19 14:28 
GeneralRe: Some thoughts on the .net CLR/CLI Pin
Super Lloyd14-May-19 15:31
Super Lloyd14-May-19 15:31 
GeneralRe: Some thoughts on the .net CLR/CLI Pin
honey the codewitch14-May-19 16:16
mvahoney the codewitch14-May-19 16:16 
GeneralRe: Some thoughts on the .net CLR/CLI Pin
Super Lloyd14-May-19 16:44
Super Lloyd14-May-19 16:44 
GeneralRe: Some thoughts on the .net CLR/CLI Pin
honey the codewitch14-May-19 16:48
mvahoney the codewitch14-May-19 16:48 
GeneralRe: Some thoughts on the .net CLR/CLI Pin
Super Lloyd14-May-19 17:13
Super Lloyd14-May-19 17:13 
GeneralRe: Some thoughts on the .net CLR/CLI Pin
honey the codewitch14-May-19 17:17
mvahoney the codewitch14-May-19 17:17 
GeneralRe: Some thoughts on the .net CLR/CLI Pin
honey the codewitch14-May-19 17:24
mvahoney the codewitch14-May-19 17:24 
GeneralRe: Some thoughts on the .net CLR/CLI Pin
Super Lloyd14-May-19 17:30
Super Lloyd14-May-19 17:30 

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.