Bug #22566 DBConnection object being garbage-collected too early by Java 1.5
Submitted: 21 Sep 2006 21:07 Modified: 8 Nov 2006 22:25
Reporter: dan f Email Updates:
Status: Not a Bug Impact on me:
None 
Category:Connector / J Severity:S2 (Serious)
Version:Connector/J 5.0.3 OS:Linux (Linux)
Assigned to: Mark Matthews CPU Architecture:Any
Tags: Connection, garbage collection, Java 1.5

File: Maximum allowed size is 50MB.
Description:
Privacy:

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:

[21 Sep 2006 21:08] dan f
DBConnection.java

Attachment: DBConnection.java (java/*, text), 1.10 KiB.

[21 Sep 2006 21:09] dan f
DBRatingsSource.java

Attachment: DBRatingsSource.java (java/*, text), 1.21 KiB.