> assurance that CF is using the given db connection for your
> request exclusively (meaning two requests could use the same
> connection). I can't imagine CF shares connections across
> simultaneous requests, but I've yet to see an official
> statement from MM that confirms this.
Well, I'm pretty sure it's not possible for the same connection to be used
at the same time by two different requests, if that's what you mean. I
imagine it might be possible for it to be used by one page, then released by
that page and used by another before the first page finishes other
processing that doesn't use the database connection, but I would guess that
CF holds the connection until the page is finished processing, then releases
the connection back to the pool.
Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
phone: 202-797-5496
fax: 202-797-5444
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

