Re: How about to add splice

2015-12-10 Thread Maxim Dounin
Hello! On Thu, Dec 10, 2015 at 03:31:23PM +0100, Lukas Tribus wrote: > >>> It only can be useful for proxying big amounts of data without any > >>> processing. But if you need compression, or TLS, or SSI, or even some > >>> simple substitution, then splice() cannot be used. > >>> > >> It should f

RE: How about to add splice

2015-12-10 Thread Lukas Tribus
Hi Maxim, >>> It only can be useful for proxying big amounts of data without any >>> processing. But if you need compression, or TLS, or SSI, or even some >>> simple substitution, then splice() cannot be used. >>> >> It should fit in our stream quite nicely. > > Not really, as stream is able to d

Re: How about to add splice

2015-12-10 Thread Maxim Dounin
Hello! On Thu, Dec 10, 2015 at 01:15:27AM +0300, Maxim Konovalov wrote: > On 12/9/15 2:54 PM, Valentin V. Bartenev wrote: > > On Tuesday 08 December 2015 20:50:47 Aleksandar Lazic wrote: > >> Dear developer. > >> > >> Do you know the splice() feature in Linux? > >> > >> https://lwn.net/Articles/1

Re: How about to add splice

2015-12-09 Thread Maxim Konovalov
On 12/9/15 2:54 PM, Valentin V. Bartenev wrote: > On Tuesday 08 December 2015 20:50:47 Aleksandar Lazic wrote: >> Dear developer. >> >> Do you know the splice() feature in Linux? >> >> https://lwn.net/Articles/178199/ >> http://man7.org/linux/man-pages/man2/splice.2.html >> http://ogris.de/howtos/s

Re: How about to add splice

2015-12-09 Thread Aleksandar Lazic
Dear Valentin. Am 09-12-2015 12:54, schrieb Valentin V. Bartenev: On Tuesday 08 December 2015 20:50:47 Aleksandar Lazic wrote: Dear developer. Do you know the splice() feature in Linux? https://lwn.net/Articles/178199/ http://man7.org/linux/man-pages/man2/splice.2.html http://ogris.de/howtos/

Re: How about to add splice

2015-12-09 Thread Valentin V. Bartenev
On Tuesday 08 December 2015 20:50:47 Aleksandar Lazic wrote: > Dear developer. > > Do you know the splice() feature in Linux? > > https://lwn.net/Articles/178199/ > http://man7.org/linux/man-pages/man2/splice.2.html > http://ogris.de/howtos/splice.html > > How about to add it ;-) > [..] Of cou