Bug #40684 | Connector/NET does not obey Connect Timeout | ||
---|---|---|---|
Submitted: | 13 Nov 2008 5:08 | Modified: | 11 Aug 2009 9:01 |
Reporter: | d di (Basic Quality Contributor) | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | Connector / NET | Severity: | S1 (Critical) |
Version: | Any | OS: | Any (Tested on 5.0.9) |
Assigned to: | Vladislav Vaintroub | CPU Architecture: | Any |
Tags: | qc |
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
[13 Nov 2008 5:12]
d di
[15 Nov 2008 20:43]
d di
improved connection pool logic
Attachment: Prototype.cs (application/octet-stream, text), 22.56 KiB.
[17 Nov 2008 10:24]
d di
improved connection pool logic, revision 2
Attachment: Prototype2.zip (application/zip, text), 16.14 KiB.
[13 Jul 2009 18:45]
d di
driver with alternative connection pool logic integrated
Attachment: connector_net_526_with_alternate_pooling.rar (application/x-rar-compressed, text), 482.09 KiB.