Bug #19178 | ASP.NET Lockup under moderate load with 1.0.7. Resource contention? | ||
---|---|---|---|
Submitted: | 18 Apr 2006 21:34 | Modified: | 17 Aug 2006 12:30 |
Reporter: | Dan Guisinger | Email Updates: | |
Status: | Not a Bug | Impact on me: | |
Category: | Connector / NET | Severity: | S1 (Critical) |
Version: | 1.0.7 | OS: | Windows (Windows 2003/IIS) |
Assigned to: | CPU Architecture: | Any |
If the data you need to attach is more than 50MB, you should create a compressed archive of the data, split it to 50MB chunks, and upload each of them as a separate attachment.
To split a large file:
- On *nix platforms use the split command e.g.
split -b 50MB <my_large_archive> <my_split_archive_prefix>
- On windows use WinZip or a similar utility to split the large file
[31 May 2006 22:34]
Dan Guisinger
[31 May 2006 22:34]
Dan Guisinger
netstat dump, client, #2
Attachment: tmp2.txt (text/plain), 11.54 KiB.
[1 Jun 2006 22:54]
Dan Guisinger
3rd netstat dump from client, without a local MySQL server running
Attachment: tmp3.txt (text/plain), 29.98 KiB.
[8 Jun 2006 21:02]
Tonci Grgin
Disabled ODBC connection pooling
Attachment: Connection-pooling.jpg (image/jpeg, text), 49.56 KiB.