iis 7 - ASP.net web services (.asmx) and parallel processing -



iis 7 - ASP.net web services (.asmx) and parallel processing -

we have written web service method returns graphic images generated using microsoft wpf (hence sta model). working absolutely fine apart load balancing. when multiple user seek access @ same time, of users gets error message ( error 503).

anybody knows how can improve handle multiple client requests (>1000)? can utilize parallel processing technique run threads on different cpu processor (64bit server 4 core processes)

iis-7 asmx parallel-processing

Comments

Popular posts from this blog

delphi - blogger via idHTTP : error 400 bad request -

content management system - How to allow only English submissions on Pligg CMS -

c++ - Is it possible to apply breadth-first search algorithm of boost library to matrix? -