|
|
About ::
TODO ::
Blog ::
RSS ::
Old blog ::
Projects ::
GIT ::
Gallery ::
Notes
Sat, 01 Apr 2006
AIO sendfile support.
Initial support for kevent based AIO sendfile has been implemented.
Although I can not say it is sendfile, since nothing is sent yet, but only
the whole file content is being read in preconfigured chunks, which in turn
will be sent using
network asynchronous IO
mechanism.
It is quite a big step, since the whole last week has been spent in suspended state:
from one side I have a paid job, where some time might be spent to complete
requested features, but that required a lot of steps from quite a few people,
so actually nothing was done, and from the other side I have my own projects,
like kevent based AIO, acrypto, w1 and others, which require full attention on them,
but not just two minutes view.
:: Link / Comments ()
|