Il costo dell'utilizzo dei Sql Endpoints

Share on:

Post molto interessante sul nuovo support dei webservices di Sql 2005 tramite HTTP.SYS senza passare da IIS.

Leggetelo perchè ne vale la pena. Mi piacciono molto le conclusioni: 

[CUT]...  But the data led me to the following conclusion:  don’t use SQL endpoints unless you need web services without IIS; otherwise, just create a traditional web service using.NET, which calls the stored proc.  After all, scaling web/middle tier is easy, scaling SQL is not.

Fonte: SYSK 36: The Cost of SQL EndPoints

Post originale