Re: [log4cxx] Contributing a CMkae build system

2020-01-06 Thread Ralph Goers
Robert Middleton has also offered to help. I would suggest you collaborate here and in either a combined or individual forks. Ralph > On Jan 6, 2020, at 7:33 PM, Stephen Webb wrote: > > Hi All, > I am prepared to commit time to helping progress log4cxx to a release. > > I would like to add a

Re: [log4cxx] Contributing a CMkae build system

2020-01-06 Thread Remko Popma
All help is welcome! Remko > On Jan 7, 2020, at 11:34, Stephen Webb wrote: > > Hi All, > I am prepared to commit time to helping progress log4cxx to a release. > > I would like to add a modern CMake build option to log4cxx and then create > a port in vcpkg (see https://github.com/microsoft/

[log4cxx] Contributing a CMkae build system

2020-01-06 Thread Stephen Webb
Hi All, I am prepared to commit time to helping progress log4cxx to a release. I would like to add a modern CMake build option to log4cxx and then create a port in vcpkg (see https://github.com/microsoft/vcpkg/issues/6125). I have sent a signed ICLA to the secretary. Does anyone have any comments

Re: [log4cxx] Contributing

2020-01-06 Thread Robert Middleton
On Sat, Jan 4, 2020 at 11:40 PM Ralph Goers wrote: > > The project to which PMC members belong is Apache Logging Services. When a > committer is invited they have access to all the logging project repositories > except for the one area that is limited to PMC members. > > If you plan on making si

Re: The convention for thread-local allocations (TLAs)

2020-01-06 Thread Ralph Goers
I am not against making a change but I would need to see performance results before it gets merged. Ralph > On Jan 6, 2020, at 2:20 PM, Carter Kozak wrote: > > Let's give it a try and see how we like it :-) I probably won't have time to > prototype it for a month or two, but I think we could

Re: The convention for thread-local allocations (TLAs)

2020-01-06 Thread Carter Kozak
Let's give it a try and see how we like it :-) I probably won't have time to prototype it for a month or two, but I think we could gain performance by passing top level objects around (including between threads) instead of copying data between buffer and objects on heap. -ck On Mon, Jan 6, 202

Re: The convention for thread-local allocations (TLAs)

2020-01-06 Thread Matt Sicker
It seems like it'd be more flexible to tune, too. The current ThreadLocal approach scales uncontrollably with the number of threads as it is. On Mon, 6 Jan 2020 at 12:20, Gary Gregory wrote: > > I like the idea of centrally controlling these objects. This should make > resource monitoring easier

Re: The convention for thread-local allocations (TLAs)

2020-01-06 Thread Gary Gregory
I like the idea of centrally controlling these objects. This should make resource monitoring easier as well. Gary On Mon, Jan 6, 2020, 13:09 Matt Sicker wrote: > Would it be useful to implement some sort of buffer pool for > StringBuilders and ByteBuffers? Could likely copy code from netty's >

Re: The convention for thread-local allocations (TLAs)

2020-01-06 Thread Matt Sicker
Would it be useful to implement some sort of buffer pool for StringBuilders and ByteBuffers? Could likely copy code from netty's util library (ByteBuf et al.) or reuse stuff from commons-pool if needed. This would work properly in applications, servlets, and even reactive streams and lightweight th

JDK 14 Early Access build 30 & JDK 15 Early Access build 4 are available.

2020-01-06 Thread Rory O'Donnell
Hi Ralph, Happy New Year ! *Per the JDK 14 schedule , we are now in Rampdown Phase One* *Please advise if you have found any issues while testing the latest Early Access build. * * The overall feature set is frozen. o No further JEPs will be targeted to this release o For more det