Results 1 to 4 of 4

Thread: [Resolved] - COM+ Deployment

  1. #1

    Thread Starter
    Member
    Join Date
    Mar 2005
    Posts
    52

    Resolved [Resolved] - COM+ Deployment

    Hi...here is my question on deployment. Is it okay if I deploy my data service components and business service components in the same COM+ app. That way I don't end up calling across process boundary?
    thanks!
    Last edited by vbXML; Dec 8th, 2005 at 10:07 AM.

  2. #2
    Member
    Join Date
    Sep 2005
    Posts
    41

    Re: COM+ Deployment

    yes its ok to register more than one component within a COM+ app, but remember that if you have to change one of your components then both will have to go offline.

    Also if the component is called by a web server (IIS) then it can run in process with the IIS process therefore eliminating the overhead of calling across the process boundary.

  3. #3
    Frenzied Member yrwyddfa's Avatar
    Join Date
    Aug 2001
    Location
    England
    Posts
    1,253

    Re: COM+ Deployment

    If you don't need to call the COM+ component remotely (from a different machine) then you should install it as a 'library' component/application.

    You will therefore eliminate cross process performance degradation.
    "As far as the laws of mathematics refer to reality, they are not certain; and as far as they are certain, they do not refer to reality." - Albert Einstein

    It's turtles! And it's all the way down

  4. #4

    Thread Starter
    Member
    Join Date
    Mar 2005
    Posts
    52

    Re: COM+ Deployment

    Thanks both of you. That's a great help!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width