[PROPOSAL] - Java OffHeap Memory Pool

2013-04-17 Thread serkan özal
Project Name: Jillegal 1. Abstract: GC is one of the time taken operations in Java. GC run anytime, marks, swaps and compacts objects at memory. If there are so many live objects, managing them by GC leads to overhead. If objects can be allocated outside of GC, there will be no overhead for

Re: [PROPOSAL] jclouds Proposal for Incubator

2013-04-17 Thread Carlos Sanchez
I contributed some code back in the day, so happy to help too. On Tue, Apr 16, 2013 at 9:24 PM, Jean-Baptiste Onofré j...@nanthrax.netwrote: I'm very interested as well. I'm also volunteer to be mentor on the project. Regards JB On 04/16/2013 09:19 PM, David Nalley wrote: On Tue, Apr

Re: [PROPOSAL] jclouds Proposal for Incubator

2013-04-17 Thread Adrian Cole
Thanks, Carlos, both for the code bidd as well offering to be our 10th mentor :) Now, I promised mattstep that if we got to 10 mentors, we'd start creating mentor titles. I was thinking Eternal mentor, Supreme mentor, but quickly ran out of ideas. Can you take this on? :D On Tue, Apr 16,

Re: [VOTE] Release JSPWiki version 2.9.1-incubating

2013-04-17 Thread Marvin Humphrey
On Tue, Apr 16, 2013 at 2:24 PM, Juan Pablo Santos Rodríguez juanpablo.san...@gmail.com wrote: - I'm especially worried about the NOTICE file, how short is short enough? Could you provide a good example from any other project so we can take a look at it? To take a grasp of how we should do it.

Re: [VOTE] Release Apache Marmotta 3.0.0-incubating (RC8)

2013-04-17 Thread Szaby Grünwald
+1 (non-binding) - checked signatures/digests - installer: installed and started - src: installed Thanks to the dev team for all the great work done! On 16 April 2013 12:36, Sergio Fernández sergio.fernan...@salzburgresearch.at wrote: Hi, as Sebastian pointed, from the Marmotta PMC we'd

Re: [VOTE] Release Apache Marmotta 3.0.0-incubating (RC8)

2013-04-17 Thread sebb
On 15 April 2013 14:40, Sebastian Schaffert sschaff...@apache.org wrote: Dear all, Apache Marmotta is an implementation of the Linked Data Platform and accompanying services. In the last months, we have migrated our old source code to the Apache infrastructure and tried to adapt the Apache

Re: [PROPOSAL] - Java OffHeap Memory Pool

2013-04-17 Thread Branko Čibej
Is code for this available for review anywhere? -- Brane On 16.04.2013 19:46, serkan özal wrote: Project Name: Jillegal 1. Abstract: GC is one of the time taken operations in Java. GC run anytime, marks, swaps and compacts objects at memory. If there are so many live objects, managing

Re: [VOTE] Release Apache Marmotta 3.0.0-incubating (RC8)

2013-04-17 Thread Sergio Fernández
Hi, first of all, thanks for taking the time to review the release; we really appreciate it. On 17/04/13 17:52, sebb wrote: The NOTICE file in the source archive and Git tree looks rather big - are all of those really present in the source? The main reason is that Marmotta uses many

Re: [VOTE] Release Apache Marmotta 3.0.0-incubating (RC8)

2013-04-17 Thread Sebastian Schaffert
Hi sebb, there are different NOTICE files for the different distributions, because the binary distributions are rather framework applications that bundle a lot of third party libraries. - The NOTICE file for the source distribution contains the notices for the 3rd party source code and data

Re: [VOTE] Release JSPWiki version 2.9.1-incubating

2013-04-17 Thread Juan Pablo Santos Rodríguez
Hi Marvin, Sebb, thanks for the insights :-) br, juan pablo On Wed, Apr 17, 2013 at 5:13 PM, Marvin Humphrey mar...@rectangular.comwrote: On Tue, Apr 16, 2013 at 2:24 PM, Juan Pablo Santos Rodríguez juanpablo.san...@gmail.com wrote: - I'm especially worried about the NOTICE file, how

Re: [VOTE] Release Apache Marmotta 3.0.0-incubating (RC8)

2013-04-17 Thread sebb
On 17 April 2013 17:35, Sebastian Schaffert sschaff...@apache.org wrote: Hi sebb, there are different NOTICE files for the different distributions, because the binary distributions are rather framework applications that bundle a lot of third party libraries. That's as it should be. -

Re: [VOTE] Release Apache Marmotta 3.0.0-incubating (RC8)

2013-04-17 Thread Sebastian Schaffert
Hi Sebb, 2013/4/17 sebb seb...@gmail.com We had long discussions about the content of the NOTICE files. We followed as much as possible the guidelines on the ASF websites (which are sometimes a bit contradictory) Please can you advise where the contradictions are so they can be

LICENSE/NOTICE revisited (was Release Apache Marmotta 3.0.0-incubating (RC8))

2013-04-17 Thread Marvin Humphrey
On Wed, Apr 17, 2013 at 11:00 AM, Sebastian Schaffert sschaff...@apache.org wrote: We had long discussions about the content of the NOTICE files. We followed as much as possible the guidelines on the ASF websites (which are sometimes a bit contradictory) Please can you advise where the

Re: [PROPOSAL] - Java OffHeap Memory Pool

2013-04-17 Thread Olivier Lamy
Hi, Could that be part of directmemory as sub project ? 2013/4/17 serkan özal serkanoza...@hotmail.com: Project Name: Jillegal 1. Abstract: GC is one of the time taken operations in Java. GC run anytime, marks, swaps and compacts objects at memory. If there are so many live objects,