The MySQL driver may have facilities for connection pooling, but generally
you use a pool provider (dbcp, c3po, etc) or write your own.

Derek

On Thu, Jun 25, 2009 at 11:31 AM, ph <pkirsa...@gmail.com> wrote:

>
> It's not strictly Lift question...
>
> Is connection pool a feature of MySQL JDBC driver? It is a feature of
> MySQL ODBC driver...
> Looking into this article
>
> http://dev.mysql.com/tech-resources/articles/connection_pooling_with_connectorj.html
> it's not clear to me wheather connection pool is implemented in
> application server or in driver itself.
> I'm planning on writing own application server and don't know if I
> need to worry about implementing connection pooling or not.
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Lift" group.
To post to this group, send email to liftweb@googlegroups.com
To unsubscribe from this group, send email to 
liftweb+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/liftweb?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to