Microkernel IPC
Posted: Sat Jul 28, 2001 11:00 pm
I'm trying to develope a microkernel,and wonder
how should I handle the following:
A driver (ring1) sends a message to a server(ring2)
and waits on reply(no message buffering),but what happens if the server never replies(faulty)
That would freeze the driver too !
How can I work this around ?
how should I handle the following:
A driver (ring1) sends a message to a server(ring2)
and waits on reply(no message buffering),but what happens if the server never replies(faulty)
That would freeze the driver too !
How can I work this around ?