c# - Math Net numerics performance slow in asp.net application -


i'm computing heavy (100000) matrix computations(like multiply/add/substract). when in simple console application it's performance fine.

but when place same code in simple asp.net web application , invoking process in button click,it's taking time.

using .net 4.5 , vs 2013 both console app , asp.net web application.

do need take care of anyother things?


Comments

Popular posts from this blog

Fail to load namespace Spring Security http://www.springframework.org/security/tags -

sql - MySQL query optimization using coalesce -

unity3d - Unity local avoidance in user created world -