Thanks. I rarely take anything literally. ;^) In general I try (try being the operative word) to explain things as simply as possible without bringing up the details... but you're right, perhaps "threads" was the wrong to use.
Although I always (obviously incorrectly) considered processes to be "thread containers"... an application could create multiple processes (sorta, kinda, virtual "machines" with their own address space in which to run code) that would/could then spawn multiple threads. This is all from the (VERY LITTLE!) I know about COM/C++ development so perhaps the terminology changes with different environments.... Am I at all near the truth here? Jim Davis > -----Original Message----- > From: Jochem van Dieten [mailto:[EMAIL PROTECTED] > Sent: Saturday, July 12, 2003 1:10 PM > To: CF-Talk > Subject: Re: datasource connections > > Jim Davis wrote: > > > > Databases and ColdFusion are multi-threaded - this means that multiple > > actions can happen at one time. > > I know at least one database that is not multithreaded. PostgreSQL uses > processes, not threads. You might want to rethink what you consider to > be threads, because your current explanation is not very accurate if you > take threads literally. > > Jochem > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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 Your ad could be here. Monies from ads go to support these lists and provide more resources for the community. http://www.fusionauthority.com/ads.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

