visual studio 2010 - Is it Possible To Perform Concurrent Processing in ASP.NET 4? -


i'd ask possible use parallel programming in asp.net 4? example plinq.

(because hosting servers multi-cores , give better perfomance?)

yes it's possible. in doubt makes sense in cases. asp.net highly parallelized, every request works in it's own thread. if spin off other threads of work, create overhead. overhead slow down other threads working on other requests. again, introduce overhead when synchronizing results finish request. overhead slow down time required answer request.

there might scenarios increase overall performance, think in general it's not worth it.

of course stress tests both approaches make sure if more efficient go plinq or not use it.


Comments

Popular posts from this blog

WPF: binding viewmodel property of type DateTime to Calendar inside ItemsControl -

java - Getting corefrences with Standard corenlp package -

jQuery clickable div with working mailto link inside -