Hi,<div><br></div><div>I was going through the optimizations possible in media servers and found out the sendfile() api in linux very interesting.</div><div>I want to try out this on the live555 media server application. </div>
<div><br></div><div>I found out from the code that live555 uses read and write system calls to transfer data from the disk to the network. Also there is processing of data after it is read from the disk.</div><div><br></div>
<div>I wanted to know whether it is possible to implement sendfile() in the media server or is it that the idea is totally crazy and cannot be done.</div><div><br></div><div>Any comments or suggestions regarding this will be very helpful. Also pointers to any other open source servers that have already implemented this would be helpful.</div>
<div><br></div><div>Thanks in advance</div><div><br></div><div>Regards,</div><div>Suhas</div>