DragonFly users List (threaded) for 2006-11
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
Re: Fwd: load balancing
:
:sendfile is fs specific aswell. it doesnt work on smbfs etc which
:seems quite weird.
:-Jonas
There are some fairly severe filesystem dependancies in the kernel
sendfile implementation. It uses the UIO_NOCOPY mechanism that
UFS normally only uses when populating a buffer cache buffer. What
is needed here is a direct VOP interface to instantiate VM cache pages
for a file.
-Matt
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]