Skip to main content
calmchessplayer
Inspiring
June 22, 2009
Answered

9 shared objects performance question

  • June 22, 2009
  • 1 reply
  • 647 views

I have 9 shared objects 8 of which contain dynamic data which i cannot really consolidate into a single shared object because the shared object often has to be cleared.....my question is what performance issues will I exsperience with this number of shared objects .....I maybe wrong in thinking that 9 shared objects is alot.....anybody with any exsperience using multiple shared objects plz respond.

    This topic has been closed for replies.
    Correct answer

    I've used many more than 9 SO's in an application without issue. I suppose what it really comes down to is how many clients are connected to those SO's and how often each one is being updated.

    1 reply

    Correct answer
    June 22, 2009

    I've used many more than 9 SO's in an application without issue. I suppose what it really comes down to is how many clients are connected to those SO's and how often each one is being updated.