From: Cristiano M. S. <cri...@tr...> - 2002-11-13 10:23:28
|
Hello! I've downloaded JayBird and have some questions. As I read in the release_notes document, I'm using (I think) a connection pool in the following way: fbwds = new FBWrappingDataSource(); fbwds.setDatabaseName("`..."); fbwds.setUser(...); fbwds.setPassword(...); fbwds.setIdleTimeoutMinutes(10); fbwds.setPooling(true); fbwds.setMinSize(10); fbwds.setMaxSize(54); fbwds.setLoginTimeout(6); con = fbwds.getConnection(); Is it correct? If so, there's a more detailed documentation about this. If I put this object in the servletcontext, how can I free a connection from the pool? Thanks. ---------------------------------- Cristiano Moreira Silva http://computologo.vila.bol.com.br |