Re: [users@httpd] Developing Private Cache Module

2018-09-16 Thread Luca Toscano
Il giorno ven 14 set 2018 alle ore 06:39 Yann Ylavic ha scritto: > > Hi Thomas, > > On Fri, Sep 14, 2018 at 4:18 AM Thomas Salemy wrote: > > > > I want to redevelop the shared object cache that is used to filter > > HTTP requests. Specifically, I want to serve requests even faster by > > replacin

Re: [users@httpd] Developing Private Cache Module

2018-09-14 Thread Yann Ylavic
Hi Thomas, On Fri, Sep 14, 2018 at 4:18 AM Thomas Salemy wrote: > > I want to redevelop the shared object cache that is used to filter > HTTP requests. Specifically, I want to serve requests even faster by > replacing the module's current structure with this concurrency > mechanism. Could you pl

[users@httpd] Developing Private Cache Module

2018-09-13 Thread Thomas Salemy
Hello all, I am a researcher at Lehigh University working on Transactional Memory, a concurrency mechanism that radically simplifies parallel programming and hopefully one day will improve the performance of many enterprise applications. I want to redevelop the shared object cache that is used to