Is JCS slow ?

2004-01-20 Thread Spaggiari, Jean-Marc
Hi all. Sorry if it's a question that you have always see, but i'm not able to look at the archives ... I'm using JCS in an application where i need to look 1600 time on the cache in a loop. The cache is empty at this time. For loop take about 160 seconds. Using hashtable instead of JCS take

RE: Is JCS slow ?

2004-01-20 Thread Spaggiari, Jean-Marc
. On Jan 20, 2004, at 3:14 PM, Spaggiari, Jean-Marc wrote: I am caching String (key) for Vector (value) ... But I found somethings. Y have a disk cache. By disable it, I can improved my speed when cache is empty. But if I fill cache with 1600 items, it take about 1 min for looking for 100

RE: Is JCS slow ?

2004-01-20 Thread Spaggiari, Jean-Marc
created? Aaron -Original Message- From: Spaggiari, Jean-Marc [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 20, 2004 2:14 PM To: 'Turbine JCS Users List' Subject: RE: Is JCS slow ? I am caching String (key) for Vector (value) ... But I found somethings. Y have a disk cache

Re: Is JCS slow ?

2004-01-20 Thread Spaggiari, Jean-Marc
Running the same test as standalone in a main : Avant le test Tue Jan 20 18:47:30 EST 2004 Tue Jan 20 18:47:30 EST 2004 Tue Jan 20 18:47:30 EST 2004 Apres le test :((( Now it's sure, it come from JBoss, but why and where ? :(

RE: Is JCS slow ?

2004-01-21 Thread Spaggiari, Jean-Marc
as fast as the hashtable. Does anyone know what can enabled the debug mode ? Or if it is possible to force the debug mode to false ? Thanks. JMS. -Original Message- From: Spaggiari, Jean-Marc [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 20, 2004 6:51 PM To: '[EMAIL PROTECTED]' Subject: Re