Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. COM Activation

COM Activation

Scheduled Pinned Locked Moved C#
comsysadminquestion
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    Steve Severance
    wrote on last edited by
    #1

    If I have a COM+ Component(EnterpriseServices). If I have the activation set as server and I instantiate it in 2 places do they both get the same instance? And if not is there a way around this? Thanks. Steve Not all who wander are lost...

    T 1 Reply Last reply
    0
    • S Steve Severance

      If I have a COM+ Component(EnterpriseServices). If I have the activation set as server and I instantiate it in 2 places do they both get the same instance? And if not is there a way around this? Thanks. Steve Not all who wander are lost...

      T Offline
      T Offline
      ThaRudeDude
      wrote on last edited by
      #2

      You have two options for server-activated objects: Singleton and SingleCall. In the case of Singleton, the remoting will only create one instance and every client-call will be routed to the same instance. In case of SingleCall, every client-call will be served by a completely new instance of your server object. Rude :-O

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups