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
Post a Comment