The code creates embedded derby connections in my implementation of PoolableObjectFactory. conn = DriverManager.getConnection(jdbcProtocol+"database/CacheDB;", user, password); The connections are “destroyed” in destroyObject just by calling .close(). It seems to work fine, normally. However, someone else running the program got several thousand rawStoreDaemon threads. I can’t recreate these extra threads. Whats worse I can’t even seem […]
The post How do you create rawStoreDaemon threads in embedded derby db? appeared first on BlogoSfera.