Hey all,
I'm just wondering whether any thought has been given to supporting arrays in 
TreeCacheAOP. If I add an array as an attribute of a cached object I get an 
exception when trying to compile the AOP support.

I ask because I'd like to be able to share a large array of ints, but not have 
to incur the overhead of using a List of Integers. It would preferable have the 
same AOP distribution properties though, such that changing a single index in 
the array would only propagate that value to other nodes, rather than the whole 
array.

Is this possible?

Thanks.

Tim.

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

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


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
_______________________________________________
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to