From: Marco P. <mar...@cm...> - 2002-04-25 06:57:54
|
Gavin, nice to see that Hibernate is going to work to 1.0..... I am not so familiar with connection pooling, but i believe that PoolMan is also a nice implementation and widly used.. IMHO Hibernate could do with some more internal and external documentation... So to release version 1.0 on the documentation side things should be worked on.. ;-) Greetings -----Original Message----- From: Gavin_King/Cirrus%CI...@ci... [mailto:Gavin_King/Cirrus%CI...@ci...] Sent: donderdag 25 april 2002 6:18 To: hib...@li... Subject: [Hibernate-devel] version 0.9.9 released (please read) Finally!! Two things to note with this release: 1. I ended up changing the column name of the default HiLoGenerator after all (MySQL doesn't like "" in SQL statements.) Sorry to people impacted by this :( 2. I am experimenting with c3p0 connection pooling (http://sourceforge.net/projects/c3p0). This looks like a promising project though there are still some issues with the current version. I would very much appreciate if people could try it out and see how it functions in their deployed environments compared to the rudimentary connection pooling done by hibernate. (None of this is relevant to people using application server datasources, so please ignore it if you are.) To use c3p0, you need to set the usual properties you would need for DriverManager, along with: hibernate.c3p0.max_size hibernate.c3p0.min_size hibernate.c3p0.timeout hibernate.c3p0.max_statements Also, if anyone knows of any other good open source connection pool implementations, we can try to build in support for those other alternatives. (cirrus.hibernate.impl.ConnectionProvider abstracts the notion of a connection pool ... I might eventually move this interface and its implementors to a seperate package.) Enjoy! (and give feedback, please!) _______________________________________________ Hibernate-devel mailing list Hib...@li... https://lists.sourceforge.net/lists/listinfo/hibernate-devel |