Re: [PROPOSAL] - Java OffHeap Memory Pool

2013-04-17 Thread Raffaele P. Guidi
+1 of course these efforts are pretty much related and the IP clearance for contributed code is needed in any case. Merging with DM would avoid most part of the incubation phase On Thu, Apr 18, 2013 at 8:07 AM, Tommaso Teofili wrote: > 2013/4/18 Olivier Lamy > > > Hi, > > Could that be part of

Re: [PROPOSAL] - Java OffHeap Memory Pool

2013-04-17 Thread Tommaso Teofili
2013/4/18 Olivier Lamy > Hi, > Could that be part of directmemory as sub project ? > +1 or either see if there's interest in merging directly into DM (probably requiring an IP clearance). Tommaso > > 2013/4/17 serkan özal : > > Project Name: Jillegal > > > > > > 1. Abstract: > > GC is one of

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 : > 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 le

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 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 contradictions

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

2013-04-17 Thread Sebastian Schaffert
Hi Sebb, 2013/4/17 sebb > > > > > 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 sorte

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

2013-04-17 Thread sebb
On 17 April 2013 17:35, Sebastian Schaffert 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. > - The NOTICE file f

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 wrote: > On Tue, Apr 16, 2013 at 2:24 PM, Juan Pablo Santos Rodríguez > wrote: > > - I'm especially worried about the NOTICE file, how short is short > enough? > > Could you provide a

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 files

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 Javascr

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, managin

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

2013-04-17 Thread sebb
On 15 April 2013 14:40, Sebastian Schaffert 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 policies in > all

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 w

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 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. We'd like to have it as

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, 2013

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é wrote: > 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 16, 2

[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 th