Query regarding "write" system call.
- From: Abhiman Yashpal Karkera <abhiman.yashpal@xxxxxxxxx>
- Date: Sat, 16 May 2009 21:01:12 +0530
Hi all,
I am a newbie to Freebsd OS. I had a query regarding performing writes onto
a disk.
Generally when we want to write some data we first copy the data from the
processes user space to the kernel buffer and hand this buffer to the device
driver who then goes and initiated a write to the h/w.
Now my question here is that the kernel buffers are very limited in size ,
what happens if i have a really huge chunk of data to be written, won't the
above mechanism of copying from userland to kernel buffer be slow ?
thanks,
Abhiman
_______________________________________________
freebsd-questions@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscribe@xxxxxxxxxxx"
- Follow-Ups:
- Re: Query regarding "write" system call.
- From: Saifi Khan
- Re: Query regarding "write" system call.
- Prev by Date: Re: FreeBSD on Dell Studio 15
- Next by Date: Query regarding the write sysem call
- Previous by thread: Re: FreeBSD on Dell Studio 15
- Next by thread: Re: Query regarding "write" system call.
- Index(es):
Relevant Pages
|