Re: [daemon] Improvements

2016-10-08 Thread Gary Gregory
On Oct 8, 2016 12:21 PM, "Mark Thomas" wrote: > > On 08/10/2016 16:46, Guillaume Ch wrote: > > Dear Daemon's developers, > > > > I'm working on some improvements for Apache Daemon on my Github fork of > > your mirror and I would like to know your opinions about these > > changes/involvements : > >

Re: [daemon] Improvements

2016-10-08 Thread Mark Thomas
On 08/10/2016 16:46, Guillaume Ch wrote: > Dear Daemon's developers, > > I'm working on some improvements for Apache Daemon on my Github fork of > your mirror and I would like to know your opinions about these > changes/involvements : > - Removing MSVC specific features (e.g try/catch); > - Buildi

Re: [daemon] Improvements

2016-10-08 Thread James Ring
A link would be nice :) On Sat, Oct 8, 2016 at 8:46 AM, Guillaume Ch wrote: > Dear Daemon's developers, > > I'm working on some improvements for Apache Daemon on my Github fork of > your mirror and I would like to know your opinions about these > changes/involvements : > - Removing MSVC specific

[daemon] Improvements

2016-10-08 Thread Guillaume Ch
Dear Daemon's developers, I'm working on some improvements for Apache Daemon on my Github fork of your mirror and I would like to know your opinions about these changes/involvements : - Removing MSVC specific features (e.g try/catch); - Building C sources with MinGW for windows; [1] - Migrating Ma

Re: [RNG] Initial state diversity

2016-10-08 Thread Gilles
On Sat, 08 Oct 2016 09:04:29 +0200, Gilles wrote: Hi. On Fri, 07 Oct 2016 14:41:19 +0200, Gilles wrote: [...] I haven't found in the literature the explanation of how to seed the LFG though, e.g. I have to create first "m" slots using the seed. However I've read in some article, that Merse

[lang] LANG-1275 in upcoming 3.5 release?

2016-10-08 Thread Oliver Heger
Hi, for LANG-1275 which I have just created I already have a fix that I could directly commit. Is it okay to do this or would this interfere with the preparations for the 3.5 release? Oliver - To unsubscribe, e-mail: dev-unsubsc

Build failed in Jenkins: commons-jcs #170

2016-10-08 Thread Apache Jenkins Server
See Changes: [tv] Remove duplicate code -- [...truncated 933 lines...] AU commons-jcs-core/src/main/java/org/apache/commons/jcs/auxiliary/lateral/socket/tcp/LateralTCPCacheFactory.java AU

[RNG] Initial state diversity (Was: ... RNG-17 - LFG)

2016-10-08 Thread Gilles
Hi. On Fri, 07 Oct 2016 14:41:19 +0200, Gilles wrote: [...] I haven't found in the literature the explanation of how to seed the LFG though, e.g. I have to create first "m" slots using the seed. However I've read in some article, that Mersenne Twister could be used to seed the LFG. And her