Monday, January 26, 2009
Server Scaling
In order to provide the most robust enterprise solution one consideration is state management. Ideally you wouldn't maintain state at all, this can be achieved but in some cases state management is necessary. When building applications using WCF should one even consider managing state on one's own or should a product such as http://www.scaleoutsoftware.com/ be employed? Any thoughts?
Subscribe to:
Post Comments (Atom)
This comment has been removed by the author.
ReplyDeleteThis looks like a very high performance scalable solution.
ReplyDeleteAlthough we might first look at the out of the box solutions that are possible, see:
http://msdn.microsoft.com/en-us/library/ms178586.aspx
If we were to implement system it could take considerable time and we don't really have that. Is possible for us to create something that is scalable from the out the box solutions?