PerthreadManager - PerthreadValue use

2016-07-08 Thread Lherm Nicolas
Hi, When I update to 5.3.8 I changed the @PageAttached with PerThreadManager and PerThreadValue. I used it like this : private PerThreadValue perThreadValue; @Inject private PerthreadManager managerEnv; public PerThreadValue getPerThreadValue() { if (perThreadValue == null) {

Re: Deploying webapp on busy public server failing hard

2016-07-08 Thread Dimitris Zenios
## Page Preloading It is now possible to pre-load pages at system startup time by making contributions to the new PagePreloader service. Pages can be pre-loaded only in development, only in production, never, or always. Quote from 5.4 release notes,Not sure if it will generate the js files at th