On Tue, 2002-05-14 at 12:45, [EMAIL PROTECTED] wrote:
> asmuts      02/05/14 09:45:53
> 
>   Modified:    src/test/org/apache/jcs TestDiskCacheConcurrent.java
>   Log:
>   added another region
>   
>   I can't tell why the test disk concurrent test fails.
>   
>   Not more than one jvm should access the same disk directory.  I can't tell how the 
>tester works.
>   
>   Is there process, one cache or 3.

Three threads running, all accessing the region 'indexedDisk1'. Each
thread does a cycle of inserting a set of elements, checking that they
are all available, removing them, and checking that they are all
removed. Each thread uses a distinct set of keys -- {0-200}:key for the
first, (1000-1200}:key for the second, and {2000-2200}:key for the
third.

-- jt


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to