[JBoss-user] [JBossCache] - Surpassing configured max nodes for a region doesnt limit it

2005-05-24 Thread sean_gildea
As a test, I set my xml config file to a max of 10 nodes. but I can insert past 
it with no error or problem. 

Here are my relevant xml settings. Maybe someone can tell me if Im doing 
something wrong. 

Thanks in advance,
Sean Gildea

   org.jboss.cache.eviction.LRUPolicy
  |
  | 
  | 60
  | 
  | 
  |  10
  |  1000
  | 
  | 
  |  10
  |  60
  | 
  | 
  | 
  | 
  | 
  |true
  |org.jboss.cache.loader.FileCacheLoader
  |
  |  location=c:\\tmp\\oodb
  |
  |false
  |/atpcore/fares
  |false
  |true

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3878915#3878915

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3878915


---
This SF.Net email is sponsored by Yahoo.
Introducing Yahoo! Search Developer Network - Create apps using Yahoo!
Search APIs Find out how you can build Yahoo! directly into your own
Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBossCache] - Can JBossCache dynamically change its item limit on the cach

2005-05-23 Thread sean_gildea
Dear Ben or Bela 

Can JBossCache dynamically change its item limit on the cache once its built?

Thanks,
Sean Gildea

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3878755#3878755

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3878755


---
This SF.Net email is sponsored by Oracle Space Sweepstakes
Want to be the first software developer in space?
Enter now for the Oracle Space Sweepstakes!
http://ads.osdn.com/?ad_id=7412&alloc_id=16344&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBossCache] - How to create a CacheLoader and schedule an eviction

2005-05-16 Thread sean_gildea
Dear Ben or Bela,

I was looking around these forums trying to find some examples of creating a 
CacheLoader, scheduling an eviction, or trying to overload the cache memory.  

Can you give me some simple examples for any or all of the above? Outside the 
TreeCache and general tutorial, am I correct in assuming the JavaDoc will be my 
guide for using JBossCache? I'm sorry if these questions are basic , I 
graduated College last year and have alot more to learn about Java. 

Thanks
- Sean Gildea

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3877921#3877921

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3877921


---
This SF.Net email is sponsored by Oracle Space Sweepstakes
Want to be the first software developer in space?
Enter now for the Oracle Space Sweepstakes!
http://ads.osdn.com/?ad_id=7412&alloc_id=16344&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBossCache] - Re: JBoss Cache able to set cache size limit based on memory

2005-05-13 Thread sean_gildea
Thanks Bela!

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3877681#3877681

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3877681


---
This SF.Net email is sponsored by Oracle Space Sweepstakes
Want to be the first software developer in space?
Enter now for the Oracle Space Sweepstakes!
http://ads.osdn.com/?ad_id=7393&alloc_id=16281&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBossCache] - Re: JBoss Cache able to set cache size limit based on memory

2005-05-13 Thread sean_gildea
Thanks Bela!

Do you know how JBoss Cache handles or has the ability for these as well?

1. duplicate requests 
2. load on start up option 
3. warm cache on start up option 
4. turning off of distributed cache features such as multicasting

Best Regards,
Sean Gildea

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3877672#3877672

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3877672


---
This SF.Net email is sponsored by Oracle Space Sweepstakes
Want to be the first software developer in space?
Enter now for the Oracle Space Sweepstakes!
http://ads.osdn.com/?ad_id=7393&alloc_id=16281&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBossCache] - Re: JBoss Cache able to set cache size limit based on memory

2005-05-13 Thread sean_gildea
I found the answer to my first question on these forums here:
http://www.jboss.org/index.html?module=bb&op=viewtopic&t=61990

I am still trying to find out how Jboss cache handles locking of the cache when 
a load for a key is in progress. 

As well as how JBoss Cache handles these as well:

1. duplicate requests
2. load on start up option
3. warm cache on start up option
4. turning off of distributed cache features such as multicasting

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3877667#3877667

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3877667


---
This SF.Net email is sponsored by Oracle Space Sweepstakes
Want to be the first software developer in space?
Enter now for the Oracle Space Sweepstakes!
http://ads.osdn.com/?ad_id=7393&alloc_id=16281&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBossCache] - JBoss Cache able to set cache size limit based on memory usa

2005-05-13 Thread sean_gildea
I would really appreciate it if anyone could answer this question. I've looked 
thru the documentation and cant find the answer.

Q: Is JBoss Cache able to set cache size limit based on memory usage instead of 
quantity of objects?

Q: Also, does anyone know how JBoss Cache handles locking of the cache when a 
load for a key is in progress? 

Thanks in advance,
Sean Gildea

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3877661#3877661

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3877661


---
This SF.Net email is sponsored by Oracle Space Sweepstakes
Want to be the first software developer in space?
Enter now for the Oracle Space Sweepstakes!
http://ads.osdn.com/?ad_id=7393&alloc_id=16281&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user