M
Mantorok Redgormor
I have heard that windows doesn't use a signalling mechanism
like unix but instead makes use of message queues
so I am wondering, how is signal(c89/c99 function)
implemented on NT and such(98/XP/LongHorn)?
and how is a process notified exactly of some problem?
for example, if it attempts to dereference a null pointer
constant, how does the OS handle this and notify the process
so that the process can check for whatever message in
the process' message queue?
or does the process just poll randomly for messages in the
message queue and then produce a message like:
"Segmentation fault: unable to access memory at 0x0"?
like unix but instead makes use of message queues
so I am wondering, how is signal(c89/c99 function)
implemented on NT and such(98/XP/LongHorn)?
and how is a process notified exactly of some problem?
for example, if it attempts to dereference a null pointer
constant, how does the OS handle this and notify the process
so that the process can check for whatever message in
the process' message queue?
or does the process just poll randomly for messages in the
message queue and then produce a message like:
"Segmentation fault: unable to access memory at 0x0"?