X-Git-Url: http://git.zarb.org/?p=sdbl4j;a=blobdiff_plain;f=src%2Fjava%2Forg%2Fgc%2Fsdbl4j%2FDBConnectionPool.java;h=336c2d06ff65f9fb56cdfa2e4e290debe4cabc23;hp=af0223c95756a973db89edde32657fbe84c9aa46;hb=HEAD;hpb=c32178df8bcf913f5ef9470b3f08db056cc43a49 diff --git a/src/java/org/gc/sdbl4j/DBConnectionPool.java b/src/java/org/gc/sdbl4j/DBConnectionPool.java index af0223c..336c2d0 100644 --- a/src/java/org/gc/sdbl4j/DBConnectionPool.java +++ b/src/java/org/gc/sdbl4j/DBConnectionPool.java @@ -179,11 +179,7 @@ public class DBConnectionPool { * This connection can be reserved or shared with other supplementary Threads depending on configuration * (connectionGroup for asynchronous events, dedicated instance properties for other threads). * - * (1) a supplementary Thread, e.g. not a request processing Thread, is thus: - * - any Thread invoking asynchronous events (such as Spooler, ElectionsStartStop, etc) - * - the Spooler sub threads used for MT retries - * - any {@link ThreadedElementsConsumer} uses, e.g. DB loggers, DLR processors, Notification Sender - * - the MessageSender threads + * (1) a supplementary Thread, e.g. not a request processing Thread */ public static Connection getConnection( String dbkind ) { // for request processing threads, we have one connection per thread; for supplementary threads, we