sql - Unique SPID for each stored procedure execution -


i building angularjs .net application webapi2 , sql server 2008.when page loads, sends multiple ajax calls webapi. webapi in turn passes on these calls sql server, when sql profiler, calls db executed same spid,which believe sequential execution rather parallel execution of stored procs. after having looking @ network monitor tab on firefox browser, these calls return 1 after , not @ same time.this might create bottleneck in system , angular sends parallel request webapi sql server executing each request sequentially rather parallel. have used data access application block v6.0 , have put connection , command objects under "using" scope. still fires storedproc same spid. there doing wrong here?


Comments

Popular posts from this blog

cakephp - simple blog with croogo -

How to group boxplot outliers in gnuplot -

bash - Performing variable substitution in a string -