What happens in both scenarios if you increase the connections to 11? (Not just a Spinal Tap reference; I'm deliberately picking one more connection than the ab concurrency.) I'm guessing that many of the threads are being blocked waiting for DB handles, and because of the blocking, we're not really getting a picture of any performance difference between Tcl 8.3 and Tcl 8.4.
On Fri, 12 Jul 2002, Roberto Mello wrote: > On Fri, Jul 12, 2002 at 08:37:12AM -0400, Peter M. Jansson wrote: > > How many database connections are configured in the database pools? The > > closeness of the times suggests a bottleneck somewhere. > > 3 database connections. The database is not local, but in another machine > in my internal network.
