Eduard Witteveen wrote:
> What are the opinions on this? Should we turn on the
> returnCorrectOjbectBuilderTypes into true?
>
> -----Forwarded Message-----
>
> From: [EMAIL PROTECTED]
> To: [EMAIL PROTECTED]
> Subject: CVS update: mmbase/module/core
> Date: 13 Jun 2002 14:41:20 +0200
>
>
> Date: Thursday June 13, 2002 @ 14:41
> Author: wwwtech
>
> Update of /usr/local/cvs/mmbase/module/core
> In directory UE450:/tmp/cvs-serv27064
>
> Modified Files:
> MMObjectBuilder.java
> Log Message:
> eduard:
> inserted code that _could_ return the right buildertype of a given node. This has a
>drastic performance drawback on retrieving the first time, but it keeps the system
>working the same way in every situation
> (now a MMObjectNode().getStringValue("gui()"); can give 2 different results, while
>nothing has been changed to the node, only retrieved at another place)
> It will be activated by changing the "boolean returnCorrectOjbectBuilderTypes =
>false" to true (i didnt do this, since it has negative influence on the performance)
> Can this be changed to true? If not, why not, and should we prefer performance at
>the cost of inconsistent data ?
>
Do you have some numbers, what this drastic performance drawback will be?
I haven't looked at the code yet, but could you describe this a little
more? I don't understand the problem completely....(Yes I know sometimes
I'm a litte 'dumb' :) ).
Gerard