Sendfile support for APR transport

2009-04-28 Thread Adam Brown
Hi, I've written some code to add code to AprIoProcessor.transferFile() that allows it to use APR's sendfile support. The changes are against the SVN trunk/ HEAD. Who or where should I send the patches for possible inclusion in future versions of MINA? -adam

Re: Sendfile support for APR transport

2009-04-28 Thread Emmanuel Lecharny
Adam Brown wrote: Hi, Hi Adam, I've written some code to add code to AprIoProcessor.transferFile() that allows it to use APR's sendfile support. The changes are against the SVN trunk/ HEAD. Who or where should I send the patches for possible inclusion in future versions of MINA? The

Re: Sendfile support for APR transport

2009-04-28 Thread Adam Brown
Done. Thanks. -adam On Tue, Apr 28, 2009 at 3:34 PM, Emmanuel Lecharny elecha...@apache.orgwrote: Adam Brown wrote: Hi, Hi Adam, I've written some code to add code to AprIoProcessor.transferFile() that allows it to use APR's sendfile support. The changes are against the SVN trunk/