> Next question: Will any other concurrently processing > requests use that connection, or is it reserved for the > exclusive use of the current thread? It seems to me that > when a request gets a connection, it is removed from the > pool of connections until the request is over, but like > Jochem, I'm quite interested in a formal specification > of the behaviour, one way or the other.
I've never seen a client-server programming model which would allow concurrent use of a single connection, so I suspect you're right. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ voice: (202) 797-5496 fax: (202) 797-5444 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Get the mailserver that powers this list at http://www.coolfusion.com Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

