De Cock Xavier

Results 8 issues of De Cock Xavier

Basically, loops a first time over certificates to create a map name => certs[], this allows for lookup of the possible certificates, which allows way faster matching.

Rewrote the PageSpool code to rely on java8 atomic operations, this allows to remove the synchronized that were all over the place, reducing contention. Furthermore, the cleanup has been implemented...

bugfix

Ticket: https://luceeserver.atlassian.net/browse/LDEV-3723 Reason for the MR: Currently Component loader relly heavily on PageSource.loadPageThrowTemplateException This method is currently synchronized, and any helper used as a themed function repository will puth the...

enhancement

don't rely on a counter, use a randomly incremented string. Addresses https://luceeserver.atlassian.net/browse/LDEV-3675

enhancement

This is a quite aggressive approach to allow loops to be cooperatively pre-empted. Not sure it's ideal, the bytecode can more than probably be optimized, and the "tick" frequency should...

enhancement

```cfml ``` This will fail the check-tag to be honnest no certain how to fix this.

Change variable to priv_task to allow return(vcl)

Hello, This is a rewrite of a previously closed Pull request, The goal of this mr is to (at the cost of a slight overhead) allow the inLucee() code to...