LAE

Welcome to the LAE community!  Please feel free to start a discussion in the discussion tab or join in a conversation.

Discussions

Members

Resources

Events

 View Only
  • 1.  Is LAE 5.0 desktop slower?

    Employee
    Posted 09-16-2014 01:07

    Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.

    Originally posted by: ThomasT

    I upgraded to LAE 5.0 on my desktop computer last week and I must say that every graph has become considerable slower.

    Does anyone know why this is?

    /Thomas


  • 2.  RE: Is LAE 5.0 desktop slower?

    Employee
    Posted 09-18-2014 08:39

    Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.

    Originally posted by: ejones

    I also noticed that larger graphs are seem slower to begin running. Of course larger graphs require more processing to analyze the dependencies between all the nodes and there is time required for this in all versions. It would be interesting to learn the cause of the time difference we are seeing between versions.

    Once the nodes begin running they seem to me to move through the graph at the same pace, even with the larger graphs.


  • 3.  RE: Is LAE 5.0 desktop slower?

    Employee
    Posted 10-02-2014 02:17

    Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.

    Originally posted by: ThomasT

    That is exactly my experience..

    I uploaded a little example..


  • 4.  RE: Is LAE 5.0 desktop slower?

    Employee
    Posted 10-02-2014 03:32

    Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.

    Originally posted by: Tim Meagher

    Hey,

    When you say it's slower - what version have you upgraded from - i.e. where was it faster?
    Also, do you know what sort of operations this affects?
    Is it just when rerunning nodes, or when loading, or when executing any node (regardless of whether the node has already been run previously)?
    I can't see anything which should have caused any noticeable change in performance from the 4.6.1 release to 5.0.
    I know that from 4.5 to 4.6 there probably would have been some performance implications on graph navigation and the time taken for the signal to be sent to the server to execute nodes.
    However, performance testing indicated that these weren't significantly large changes except on initiating the server connection.

    From what I'm seeing, there shouldn't (I don't think) be any performance degradation from 4.6.1 to 5.0 looking at the code and the changes introduced.

    I also haven't noticed this problem myself, so am curious.

    The only thing I can see which could introduce slower performance is related to the way that BRE communicates to the server when it establishes a connection
    Part of the reason for that is that BRE now respects the server's character set, so on connect, the protocol is a little more "chatty" and BRE queries the server for it's character set and sets the server code page based on the server's response.

    However, once that connection is established I'm not seeing anything which would lead to slowdowns compared to the 4.6 branch.
    Although I guess if you had the "Time to Connection Timeout" set to a non-zero value, and "Reconnect broken threads" checked in advanced preferences, then it might need to reconnect to the server regularly which could result in some slowdowns compared to 4.6.x...


    Regards,
    Tim.


  • 5.  RE: Is LAE 5.0 desktop slower?

    Employee
    Posted 10-02-2014 03:45

    Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.

    Originally posted by: ThomasT

    Hi Tim.

    I Upgraded from 4.6.1 and before everything moved very fast.

    The "only" thing being slower is running graphs that contains a lot of nodes, small graphs runs just as smooth as before.
    I cant see that different operations are faster or slower, it just takes a long time (pre calculation) before the node starts to run.

    As you can see my settings are not changed..

    SShot.jpg


  • 6.  RE: Is LAE 5.0 desktop slower?

    Employee
    Posted 10-02-2014 03:47

    Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.

    Originally posted by: Tim Meagher

    Hi,

    Thanks for the feedback.
    Will look into this some more.

    Tim.