How many Socket connections can a server handle by hosting this Silverlight Chat ?
I know Silverlight has a limited port range available. Is this a parameter in my ecuation ?
I own a VPS.
How many Socket connections can a server handle by hosting this Silverlight Chat ?
I know Silverlight has a limited port range available. Is this a parameter in my ecuation ?
I own a VPS.
There don't seem to be any built-in limitations to Silverlight's socket support. There's a MSDN article about working with sockets: http://msdn.microsoft.com/en-us/library/cc296248(VS.95).aspx.