Skip to main content
Participating Frequently
August 24, 2006
Question

more instances for one client or one instance for more clients

  • August 24, 2006
  • 1 reply
  • 298 views
hi to all you!
a quickly question:
"I have an application to record a live video by webcam on a FMS.
It's better use an instance with i.e. 10 clients
or
use 10 instances with 1 clients each one?"

thanks for your time

    This topic is closed to new replies. Start a new post to keep the conversation going.

    1 reply

    August 24, 2006
    I like to use separate instances whenever doing so is practical.

    By using separate instances, performance can be faster for each user (SSAS is single threaded), and an error or failure in one instance won't affect users connected to other instances.