My problem is about streaming flv with c#.
I stream local flv videos with buffer via aspx.
Mostly, i have no problem with streaming. But sometimes script stops working. And since 2 days, the situation is that i can't see anything normal but iis down
then I check "worker processes" in IIS 7.5 and I realize that all process are stucked on ExecuteRequestHandler / ManagedPipelineHander.
during this problem, although CPU usage is normal (%1-2), server is very very slow. When i saying very slow, not only web services but everything; for example i have to wait too long if a want to open a browser, open cmd, open a folder...
if I recycle the application pool, it goes normal for a while. then everything turns the beginning :(
my application pool has the following properties;
- asp.net 4 , integrated
- 32bit apps disabled (i don't need)
i used the failed request tracing, it creates 500 kb xml files for every failed request. But it seems normal, i tried "%windir%\system32\inetsrv\appcmd list requests" but it lists what worker process already lists