|
|
|
|||||
|
default collocation optmization
Hi,
Ice.Default.CollocationOptmization=0 does not seem to be affecting the proxies in my application and im at a loss as to why. In my config file i have Ice.Default.CollocationOptmization=0 but it does not seem to be affecting my proxies The following code outputs a 0 and a true, showing the config file is read but the proxy is not turning off collocationoptimization (this code is later followed by an error as the proxy is a blobject) Code:
public void addObject(TestObjectPrx obj, ProbGenerator prob, Current __current) {
System.out.println(comm.getProperties().getProperty("Ice.Default.CollocationOptmization"));
System.out.println(obj.ice_isCollocationOptimized());
objs.add(objcast);
probGen.add(prob);
}
|
|
|||||
|
Aah
3.1.1 manual has it spelt wrong in the references, thatll teach me for not using the newer the manual. |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| collocation optimization per object | jli125 | Help Center | 1 | 07-11-2007 12:12 AM |
| AMD Collocation Optimization | bpolivka | Patches | 1 | 03-19-2007 03:17 PM |
| Collocation | mwilson | Help Center | 1 | 07-28-2005 05:31 PM |
| Limitation of collocation | chaukmean | Comments | 2 | 12-29-2003 07:36 PM |
| Is it possible to disable Collocation Optimization? | galbe | Help Center | 3 | 11-05-2003 12:29 PM |