HighTechTalks DotNet Forums  

Scale COM+ Component

Dotnet Framework (Interop) microsoft.public.dotnet.framework.interop


Discuss Scale COM+ Component in the Dotnet Framework (Interop) forum.



Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old   
BillGatesFan
 
Posts: n/a

Default Scale COM+ Component - 11-07-2007 , 04:33 PM






I trying to figure out the best way to scale my COM+ component.

I have a component that accepts messages and performs a ftp using the
data in the message. The ftp library I'm using I found can support up
to 24 concurrent connections.


My question is what should I handle if I have 100 messages come on
the
queue to get better performancee.


Should I


1. Increase the concurrent players to 23 and leave the pool size 1
2 Should I increase the pool size to 2 and set the concurrent players
to 12
3. Any better option


My server has 4 CPU and 8 GB of ram so it should be able to handle
the
best option. I looking for performance.


These two seem to act the same way but I do not know the difference
performance wise like if one uses resources better.


Thanks


Reply With Quote
Reply




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.