It seems there's an SQLServer bottleneck problem, I have to do some additional monitoring of the application to find out. If I come across something usefull, I'll post it here. Thanks for the quick reply :)
I use something like this
Process unzip = new Process();
unzip.StartInfo.FileName = "C:\\gzip.exe";
unzip.StartInfo.Arguments = "-d C:\\file.gz"; '-d for decompress
unzip.Start();
unzip.WaitForExit();
int UnzipInfo = unzip.ExitCode;
gzip.exe doesn't compress folders only...
Hi all,
I'm running a high-priority application with two threads, no priorities set on threads. I get weird cpu usage behaviour
1. thread 2.thread CPU usage
-------------------------------------------
c# c# 50%-50%
sql c#...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.