Go Back   ZeroC Forums > Help Center

Reply
 
LinkBack Thread Tools Rate Thread Display Modes
  #1 (permalink)  
Old 06-15-2007
ylangin ylangin is offline
Registered User
 
Name: Forest Yang
Organization: UTSTarcom
Project: distributed message transfer
 
Join Date: Mar 2006
Posts: 2
Send a message via MSN to ylangin
-->
interface version issue

assume I am using the same version of Ice,
What whould happen if I changed interface definition. for example:

interface version of first development iteration:

interface myI {
int myOP(string s);
}

then, after some time, a lot of clients had deployed.
new requirement coming, and interface changed to:

interface myI {
int myOP(string s, int i);
}

I had upgraded my server application, but what about my clients?
upgrade them at the same time, it's a nightmare?

Can anyone tell me a relative simple method for this issue? thank you very much.
Reply With Quote
  #2 (permalink)  
Old 06-15-2007
matthew's Avatar
matthew matthew is online now
ZeroC Staff
 
Name: Matthew Newhook
Organization: ZeroC, Inc.
Project: Internet Communications Engine
 
Join Date: Feb 2003
Location: NL, Canada
Posts: 1,060
If you cannot upgrade all clients at once you cannot make such a change. See "Can a Leopard Change its Spots?" in issue 8 of the Ice Newsletter. http://www.zeroc.com/newsletter/issue8.pdf. There is also info in the Ice manual on versioning. After reading this documentation if things are still not clear please ask more specific questions.
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
About Mobile version level Help Center 4 07-12-2005 07:40 AM
How can I get the old version ICE? zqone Help Center 1 04-14-2005 12:24 AM
the different between debug version and release version huaciom Help Center 1 04-05-2005 04:18 AM
Release version problem fengxb Help Center 7 11-04-2004 04:21 AM
about release version simpley Help Center 5 07-13-2004 10:18 AM


All times are GMT -4. The time now is 09:32 AM.


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