RE: Big problems with JispFilesystemStore

2002-09-12 Thread Carsten Ziegeler
Vadim Gritsenko wrote: > > ... And with keys() it will be awfully slow :-/ > In good old days of Filesystem store it could take minutes to "ls" a > cache directory > > Yes, it's slow - but it's the only solution - a cache must provide this function - otherwise it's not possible to invalida

Re: Big problems with JispFilesystemStore

2002-09-12 Thread Vadim Gritsenko
Carsten Ziegeler wrote: > > >>-Original Message- >>From: Vadim Gritsenko [mailto:[EMAIL PROTECTED]] >>Sent: Thursday, September 12, 2002 2:31 PM >>To: [EMAIL PROTECTED] >>Cc: Gerhard Froehlich >>Subject: Re: Big problems with JispFile

RE: Big problems with JispFilesystemStore

2002-09-12 Thread Carsten Ziegeler
> -Original Message- > From: Vadim Gritsenko [mailto:[EMAIL PROTECTED]] > Sent: Thursday, September 12, 2002 2:31 PM > To: [EMAIL PROTECTED] > Cc: Gerhard Froehlich > Subject: Re: Big problems with JispFilesystemStore > > > Carsten Ziegeler wrote: > > &g

Re: Big problems with JispFilesystemStore

2002-09-12 Thread Vadim Gritsenko
Carsten Ziegeler wrote: >Hi, > >the JispFilesystemStore has some serious problems/bugs - it does >not implement the free() or the keys() method! - So if you use >this store for caching (and it's the default) your cache >might grow and grow - because the store janitor cannot free it!!! >So, I reco

RE: Big problems with JispFilesystemStore

2002-09-12 Thread Carsten Ziegeler
> -Original Message- > From: Enke, Michael [mailto:[EMAIL PROTECTED]] > Sent: Thursday, September 12, 2002 10:51 AM > To: [EMAIL PROTECTED] > Subject: Re: Big problems with JispFilesystemStore > > > Carsten Ziegeler wrote: > > > > Hi, > > &g

Re: Big problems with JispFilesystemStore

2002-09-12 Thread Enke, Michael
Carsten Ziegeler wrote: > > Hi, > > the JispFilesystemStore has some serious problems/bugs - it does > not implement the free() or the keys() method! - So if you use > this store for caching (and it's the default) your cache > might grow and grow - because the store janitor cannot free it!!! > S

Big problems with JispFilesystemStore

2002-09-11 Thread Carsten Ziegeler
Hi, the JispFilesystemStore has some serious problems/bugs - it does not implement the free() or the keys() method! - So if you use this store for caching (and it's the default) your cache might grow and grow - because the store janitor cannot free it!!! So, I recommend not to use the JispFilesys