async i/o question
- From: anatolik <anatolik@xxxxxxxxx>
- Date: Thu, 01 Nov 2007 08:12:33 -0700
Hi,
I'm new to linux kernel and need some advice. I need to implement
async i/o
between application and kernel module. It should work like this:
application
allocates number of buffers and sends them to kernel module and goes
to
sleep (wait for some notification), kernel module fills the buffers
when it
has data and notifies application that a buffer is ready. Application
wakes
up, processes the data in the buffer and sends it back to kernel
module and
goes to sleep until next notification.
What system calls/functions should I look into to implement the above?
Thanks,
Anatoly.
.
- Follow-Ups:
- Re: async i/o question
- From: Rainer Weikusat
- Re: async i/o question
- From: guru
- Re: async i/o question
- Prev by Date: Re: do_fork() in linux
- Next by Date: smbfs and big kernel lock
- Previous by thread: Re: do_fork() in linux
- Next by thread: Re: async i/o question
- Index(es):
Relevant Pages
|