Go Back   ZeroC Forums > Help Center

Reply
 
LinkBack Thread Tools Rate Thread Display Modes
  #1 (permalink)  
Old 07-12-2007
Greenhippo Greenhippo is offline
Registered User
 
Name: Alex
Organization: University of Auckland
Project: Intelligent Middleware
 
Join Date: Nov 2006
Posts: 32
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);
	}
It is probably something minor i am missing and thanks for any help you can offer
__________________
Alex Davies
The University of Auckland
Reply With Quote
  #2 (permalink)  
Old 07-12-2007
mes's Avatar
mes mes is online now
ZeroC Staff
 
Name: Mark Spruiell
Organization: ZeroC, Inc.
Project: Ice Developer
 
Join Date: Feb 2003
Location: California
Posts: 976
Hi,

I noticed that there's a misspelling in your property name. It should be

Ice.Default.CollocationOptimization=0

Take care,
- Mark
Reply With Quote
  #3 (permalink)  
Old 07-13-2007
Greenhippo Greenhippo is offline
Registered User
 
Name: Alex
Organization: University of Auckland
Project: Intelligent Middleware
 
Join Date: Nov 2006
Posts: 32
Aah

3.1.1 manual has it spelt wrong in the references, thatll teach me for not using the newer the manual.
__________________
Alex Davies
The University of Auckland
Reply With Quote
  #4 (permalink)  
Old 07-14-2007
michi's Avatar
michi michi is offline
ZeroC Staff
 
Name: Michi Henning
Organization: ZeroC
Project: Ice
 
Join Date: Feb 2003
Location: Brisbane, Australia
Posts: 931
Our apologies for the typo in earlier versions of the manual. As you say, it's correct in the latest version.

Cheers,

Michi.
Reply With Quote
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

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


All times are GMT -4. The time now is 12:02 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.0.0
(c) 2008 ZeroC, Inc.