RE: [Webware-discuss] Cache module

2002-10-02 Thread Stefan Schwarzer
Hello Ian On 1 Oct 2002, Ian Bicking wrote: > > > Unfortunately, nobody answered my question regarding the best way to > > > contribute the code. (If there was a problem with my original mail, I > > > would like to know that problem. Was it that I mentioned the > > > indentation by tabs? ;-) ) >

RE: [Webware-discuss] Cache module

2002-10-01 Thread Ian Bicking
On Tue, 2002-10-01 at 09:37, Geoffrey Talvola wrote: > Stefan Schwarzer wrote: > > On Tue, 24 Sep 2002, Matthew J. Feifarek wrote: > > > >On Tue, 10 Sep 2002, Stefan Schwarzer wrote: > > > > > > > >I now have a cache module, together with a unit test. For use in a > > > >application class I coded

RE: [Webware-discuss] Cache module

2002-10-01 Thread Geoffrey Talvola
Stefan Schwarzer wrote: > On Tue, 24 Sep 2002, Matthew J. Feifarek wrote: > > >On Tue, 10 Sep 2002, Stefan Schwarzer wrote: > > > > > >I now have a cache module, together with a unit test. For use in a > > >application class I coded a (hopefully thread-safe) "single > > >updater/multiple reader" c

Re: [Webware-discuss] Cache module

2002-10-01 Thread Stefan Schwarzer
On Tue, 24 Sep 2002, Matthew J. Feifarek wrote: > >On Tue, 10 Sep 2002, Stefan Schwarzer wrote: > > > >I now have a cache module, together with a unit test. For use in a > >application class I coded a (hopefully thread-safe) "single > >updater/multiple reader" cache which I'll extend/modify as we

Re: [Webware-discuss] Cache module

2002-09-24 Thread Matthew J. Feifarek
Stefan Schwarzer wrote: >On Tue, 10 Sep 2002, Stefan Schwarzer wrote: > > >I now have a cache module, together with a unit test. For use in a >application class I coded a (hopefully thread-safe) "single >updater/multiple reader" cache which I'll extend/modify as we proceed >in our project. >

Re: [Webware-discuss] Cache module

2002-09-13 Thread Stefan Schwarzer
On Tue, 10 Sep 2002, Stefan Schwarzer wrote: > On 2002-03-31, Tavis started a discussion on a caching framework. > Since we'll need a (or several) application-wide (not servlet-wide) > cache in our project, I wanted to hear whether anybody has worked on > this theme. > > If not, we would code a Ca

[Webware-discuss] Cache module

2002-09-10 Thread Stefan Schwarzer
Hello all On 2002-03-31, Tavis started a discussion on a caching framework. Since we'll need a (or several) application-wide (not servlet-wide) cache in our project, I wanted to hear whether anybody has worked on this theme. If not, we would code a Cache class and give it to the community though