Hello Clebert,


2015-07-13 22:11 GMT+02:00 Clebert Suconic <clebert.suco...@gmail.com>:

> forgot the link:
>
>
> https://github.com/clebertsuconic/activemq-artemis/tree/master/artemis-native
>
> On Mon, Jul 13, 2015 at 4:10 PM, Clebert Suconic
> <clebert.suco...@gmail.com> wrote:
> > I have this sub-project within ActiveMQ artemis, that is becoming more
> > independent and could be reused among other projects.
> >
> >
> > It's a thin layer in top of Linux libaio.
> >
> > You have method to submit write, submit read, allocate byte buffers,
> > and they are going straight to DMA on Linux Kernel.
> >
> > Right now I'm only using it on Linux, but it would be extended for
> > Posix Libaio on other platforms:
> >
> >
> > And since this is a nice and independent API, this could be reused by
> > any other project dealing with IO and wanting to go a bit faster on
> > the file system. We have been able to go 20% with a previous version
> > of this library, and it could be a bit better with the newer version.
> >
> >
> > Right now I'm going to drop this as a project on gibhub and reuse it
> > on artemis, but before I do that, is there any interest on a native
> > project on commons? (notice I looked at tomcat commons and I don't see
> > a place there)
>

Apache Commons is open to all ASF committers and we invite anybody to share
code here [1]. So generally speaking this is something that would fit into
commons. Are you the only one working on this right now? It is better to
have at lest three or four people who are working on a component.

Best regards,
Benedikt

[1]
http://mail-archives.apache.org/mod_mbox/community-dev/201412.mbox/%3CCAB917RL7gHqCmgnes8g3k0aCHMbDwnKyxN%3DBuxhtbVgSEyO0qw%40mail.gmail.com%3E


>
>
>
> --
> Clebert Suconic
> http://community.jboss.org/people/clebert.suco...@jboss.com
> http://clebertsuconic.blogspot.com
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
> For additional commands, e-mail: dev-h...@commons.apache.org
>
>


-- 
http://people.apache.org/~britter/
http://www.systemoutprintln.de/
http://twitter.com/BenediktRitter
http://github.com/britter

Reply via email to