- kernel level and user level interaction
- Posted by Puneet on November 28th, 2003
hi,
i have some data in kernel more continuously coming in, which i have to send
to User level without loosing any data.
what is the best mechanism for doing so. is there any sample available for
the same.
regards,
Puneet
- Posted by pawar on December 1st, 2003
Shared memory between app and driver PLUS a kernel mode event to trigger the
app.
You have have high priority process and threads not to loose the data , you
can also sync then using a mutex.
"Puneet" <puneetg at erivasystems dot com> wrote in message
news:OeEJ88YtDHA.2520@TK2MSFTNGP10.phx.gbl...
Similar Posts
- Understanding and managing user level. (Routers) by AM
- User/Kernel Level Threads (Programming) by Anne
- Are LinuxThreads real kernel-level threads? (Programming) by Rich H
- print from user level dll driver (Drivers) by Deeps
- Epson C82 Stylus printer - Ink level indicator - True level or estimate? (Printers) by Cindg88@nospamhere.com

