We were overwhelming the garbage collector with objects being created from rows returned from the database. The database connections were a red herring. All sorts of things started failing once the garbage piled up. We changed the algorithm to read from an in-memory cache instead of from the database, and it works okay. We do have one remaining problem, but I'll post that separately.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835047#3835047 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3835047 ------------------------------------------------------- This SF.Net email is sponsored by: SourceForge.net Broadband Sign-up now for SourceForge Broadband and get the fastest 6.0/768 connection for only $19.95/mo for the first 3 months! http://ads.osdn.com/?ad_id=2562&alloc_id=6184&op=click _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
