Re: SoftCaching in core.cache

2012-02-02 Thread Bill Caputo
On Feb 2, 2012, at 4:47 AM, Teemu Antti-Poika wrote: > On Feb 1, 7:01 pm, Bill Caputo wrote: >> We are looking to add soft-reference based caching to one of our >> applications and I was wondering if anyone could shed light on what the >> issues with clache's implementation were (i.e. is a tot

Re: SoftCaching in core.cache

2012-02-02 Thread Teemu Antti-Poika
On Feb 1, 7:01 pm, Bill Caputo wrote: > We are looking to add soft-reference based caching to one of our applications > and I was wondering if anyone could shed light on what the issues with > clache's implementation were (i.e. is a total loss, or would it potentially > be a good place for us t

Re: SoftCaching in core.cache

2012-02-01 Thread Bill Caputo
On Feb 1, 2012, at 1:25 PM, Fogus wrote: > Oddly enough it was leaking memory, but suspect it had to do with the > queue reaper. I'd think that what's in Clache needs only a little > work. Patches welcomed. Thanks, we'll likely take a look at it then. If we patch it, we'll send something alon

Re: SoftCaching in core.cache

2012-02-01 Thread Fogus
Oddly enough it was leaking memory, but suspect it had to do with the queue reaper. I'd think that what's in Clache needs only a little work. Patches welcomed. -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to cloj

SoftCaching in core.cache

2012-02-01 Thread Bill Caputo
Hello All, Looking at the docs for core.cache: https://github.com/clojure/core.cache There is mention that support for SoftCache (caching using soft references) is not supported as the clache implementation was buggy and so not (yet) brought over. We are looking to add soft-reference based cac