7fe80d37afd296f8db0058f3e444737ff88ff80e markd Mon Jul 26 23:50:19 2010 -0700 address problem of hgTables consuming all available sockets before TIME_WAIT period by using the connection cache. Have hgTable log connection usage information to help ensure this is fixed diff --git src/hg/inc/jksql.h src/hg/inc/jksql.h index 55af000..d55aa68 100644 --- src/hg/inc/jksql.h +++ src/hg/inc/jksql.h @@ -519,4 +519,8 @@ void sqlDump(FILE *fh); /* dump internal info about SQL configuration for debugging purposes */ +void sqlPrintStats(FILE *fh); +/* print statistic about the number of connections and other options done by + * this process. */ + #endif /* JKSQL_H */