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 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

