[JBoss-user] [JBossCache] - Re: Significance of wakeUpIntervalSeconds ?

2006-02-23 Thread [EMAIL PROTECTED]
That's the eviction thread wake up interval to process eviction. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3925885#3925885 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3925885

[JBoss-user] [JBossCache] - Re: Significance of wakeUpIntervalSeconds ?

2006-02-23 Thread srivathsak
Do you mean to say if in this period the node is not accessed it will be evicted. In the test cases dealing with wakeUpIntervalSeconds you have used a method called _sleep(period ) where the period depends on wakeUpIntervalSeconds. How is this going to affect the performance of the test case.

[JBoss-user] [JBossCache] - Re: Significance of wakeUpIntervalSeconds ?

2006-02-23 Thread srivathsak
Here in the Code pasted below what I have seen is that the value of the node /aop/3 is null if it is not processed in the last 9.950sec. The value given for the wakeUpIntervalSecond is 5 sec and for the timeToLiveSeconds for region /aop is 4 sec. When I access the node /aop/3/1 even after 13