Shoud I create a new SSP on single server?

J

jams

I am so curious whether I should create one seperate ssp for deploying
Project server on moss or shou I go with new application that will share port
80.
what is the advantage of a seperate ssp on the sigle server?
thank you in advance.
 
P

Paul Conroy

separate SSP's allow for a more granular security model. Ie you can have
different SSP admins which is useful if different teams support different
apps in the farm.

Different SSP's will also have separate App Pools which adds some
application resilience, but also consumes more memory.

Be sure to use a DNS alias for your load balanced addresses, so as to allow
for scaling out to improve farm performance.
 
Top