Need to run a processing demanding application on a .NET server.... any tips?
Posted
by mouthpiec
on Stack Overflow
See other posts from Stack Overflow
or by mouthpiec
Published on 2010-06-12T07:42:57Z
Indexed on
2010/06/12
7:52 UTC
Read the original article
Hit count: 141
Hi,
I need to run an image processing application on a .NET server. Do you have any tips what I should/can do?
I implemented the code in a webservice, but performance is very slow (at least 10x slower than when executed in a windows application).
Any help will be greatly appreciated. thanks
© Stack Overflow or respective owner