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# 50%-50%
c# sql 50%-2%
Wait(Idle) sql 97%-3%
Wait(Idle) sql(sprocs) 50%-50%
(sql means simple insert statements with ExecuteNonQuery).
Server runs only this application, no other processes are taking place. Anybody have an idea? Any help would be highly appreciated, thanks in advance
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# 50%-50%
c# sql 50%-2%
Wait(Idle) sql 97%-3%
Wait(Idle) sql(sprocs) 50%-50%
(sql means simple insert statements with ExecuteNonQuery).
Server runs only this application, no other processes are taking place. Anybody have an idea? Any help would be highly appreciated, thanks in advance