由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
DotNet版 - ASP.NET IIS6 Hanging problem
相关主题
intresting datagrid怎样用c#.net生成一个动态表格?
Visual Studio.net is buggy.ASP.NET 难题测试 (2)
[转载] C#.NET DATAGRID 问题请教datagrid怎样打印(paging)
问一个ASP.NET界面的问题,诚恳一问,谢谢!datagrid help
how to generate table in visual C#请问DATAGRID里的BOUNDCOLUMN HEADER可以又有TEXT又有
asp.netRe: 请问DATAGRID里的BOUNDCOLUMN HEADER可以又有TE
Add controls into web form dynamically?How to Call Stored Procedure in C# .Net?
那个Control可以做这个事情?h
相关话题的讨论汇总
话题: iis6话题: pool话题: hanging话题: here话题: problem
进入DotNet版参与讨论
1 (共1页)
b*e
发帖数: 3845
1
It's an ASP.NET application on IIS6 of Windows 2003 Server,
the backend database is MySQL. There are a bunch of datagrid in
the front end. Some queries in the application is complicated,
so that it definitely consume much CPU and memory.
Here is the problem. After the system runs a while say 2-3 days
or one week, the system suddenly hang up. Here is the error
message I got from the system event log.
A process serving application pool 'XXX Pool' exceeded time limits
during shut down. The process
k****i
发帖数: 1072
2
for debugging,I would suggest you to set the max pool size to the minimum
number you need at the same time and then you can catch the problem more
quickly.By default the connection pool size is 100.And you can also monitor
the connection status in MMC or code it in .net.

【在 b*e 的大作中提到】
: It's an ASP.NET application on IIS6 of Windows 2003 Server,
: the backend database is MySQL. There are a bunch of datagrid in
: the front end. Some queries in the application is complicated,
: so that it definitely consume much CPU and memory.
: Here is the problem. After the system runs a while say 2-3 days
: or one week, the system suddenly hang up. Here is the error
: message I got from the system event log.
: A process serving application pool 'XXX Pool' exceeded time limits
: during shut down. The process

1 (共1页)
进入DotNet版参与讨论
相关主题
hhow to generate table in visual C#
datagrid的问题asp.net
请大侠帮看一下这个问题Add controls into web form dynamically?
asp.net随机排列,怎么分页那个Control可以做这个事情?
intresting datagrid怎样用c#.net生成一个动态表格?
Visual Studio.net is buggy.ASP.NET 难题测试 (2)
[转载] C#.NET DATAGRID 问题请教datagrid怎样打印(paging)
问一个ASP.NET界面的问题,诚恳一问,谢谢!datagrid help
相关话题的讨论汇总
话题: iis6话题: pool话题: hanging话题: here话题: problem