|
From: Helen B. <he...@tp...> - 2002-11-13 11:01:29
|
This is the wrong list - it is for people who write documentation.
Subscribe to the Firebird-java list:
mailto:fir...@ya...
Helen
At 08:22 AM 13-11-02 -0200, you wrote:
>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
>
>
>-------------------------------------------------------
>This sf.net email is sponsored by: Are you worried about
>your web server security? Click here for a FREE Thawte
>Apache SSL Guide and answer your Apache SSL security
>needs: http://www.gothawte.com/rd523.html
>_______________________________________________
>Firebird-docs mailing list
>Fir...@li...
>https://lists.sourceforge.net/lists/listinfo/firebird-docs
|