In my experience, on normal modern desktop machine (e.g. 4GB RAM, 3GHz
CPU) the optimal pool size for DB connections is about 10-15.
Increasing the pool size more just makes the DB layer slower.

On Dec 14, 11:30 pm, David Pollak <feeder.of.the.be...@gmail.com>
wrote:
> One more thing... in Boot, there's a DB.buildConnectionWrapper line.  This
> allocates a JDBC connection for the given HTTP request.  The default
> connection pool size in Lift is 4 connections.  This means that you're never
> serving more than 4 simultaneous requests.  You might bump the pool size up
> to 50... that will make better use of your multi-core machine.

--

You received this message because you are subscribed to the Google Groups 
"Lift" group.
To post to this group, send email to lift...@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