Re: Add a new function in server side,the the old client can not work?
- From: "Ken Halter" <Ken_Halter@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Fri, 28 Oct 2005 09:11:58 -0700
"Robert Morley" <rmorley@xxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:ejODVmz2FHA.2600@xxxxxxxxxxxxxxxxxxxxxxx
> Hey Ken, well-written topic.
>
> Another "gotchya" that you should be aware of, though, is the overhead
> involved in building a binary compatible interface from multiple previous
> versions. This adds some huge overhead to your interface (both in terms
> of size & speed) after a while.
>
> So if you have a 1.0.3 version built to be binary compatible with 1.0.2,
> which was built to be binary compatible with 1.0.1, and so on, you'll get
> multiple layers in your interface, which, as I said, will cause bloat and
> slow-downs.
True... I need to add this info to the page. thx for the tips....
> When possible, you should build 1.0.3 directly onto 1.0.0...though as you
> point out, you might then be generating new ID's for properties that have
> been introduced in the interim. If this is a problem, then you should
> also intermittently release non-binary-compatible re-builds.
>
> No matter which way you go, there are potential issues. The only other
> way to do this is to manage ALL the ID's yourself, which is a complete and
> utter nightmare, and I don't recommend it unless you have expert knowledge
> of how the whole process works, and more importantly, you're extremely
> masochistic.
LOL... yeah... I don't think I'll be doing that any time soon <g> Especially
while working on VB components.
>
>
> Rob
--
Ken Halter - MS-MVP-VB - http://www.vbsight.com
DLL Hell problems? Try ComGuard - http://www.vbsight.com/ComGuard.htm
Please keep all discussions in the groups..
.
- References:
- Add a new function in server side,the the old client can not work?
- From: Huangzd
- Re: Add a new function in server side,the the old client can not work?
- From: Mark Yudkin
- Re: Add a new function in server side,the the old client can not work?
- From: Ken Halter
- Re: Add a new function in server side,the the old client can not work?
- From: Robert Morley
- Add a new function in server side,the the old client can not work?
- Prev by Date: Re: Add a new function in server side,the the old client can not work?
- Previous by thread: Re: Add a new function in server side,the the old client can not work?
- Index(es):
Relevant Pages
|