| Author |
Message |
|
|
passing args to a sourced script, i think, is bash only.
could you try setting your shell to use bash, then use the configurator.
tnx.
|
 |
|
|
|
Yes. Just get the latest build from trunk ---
|
 |
|
|
We now have a LinkedHashMapClassAdapter that visits the addEntryMethod and wraps the argument to LinkedHashMap.addEntry(Map.Entry) in a HashMapTC.EntryWrapper prior to
a call to LinkedHashMap.removeEldestEntry(...) inside the method. This fixes the ClassCastException thrown when an instrumented class extends java.util.LinkedHashMap
and overrides the removeEldestEntry method.
The config-bundle of Ehcache have some small updates - this is for Ehcache 1.2.4 but I suspect it should also work for 1.2.3 -
|
 |
|
|
Firstly: changes to shared objects are already efficiently communicated by DSO; basically when a field in a shared object is modified only the delta of the field object modification is sent out and not the entire object itself.
If I correctly understand your situation there are several locations in your model that could change; that there is a large list of these objects active for processing; and that you only want the clients to be notified for certain type of changes to the object;
If the above is true then perhaps you could get away with making the list fire-off specific events depending on the type of change that was performed on the elements of the list.
Or is the situation something like: for every set of objects slated for processing, only select number of clients would be interested?
|
 |
|
|