Threading CF No support, aside from the fact that simultaneous page requests happen in separate threads.
ASP.NET Fully supported. Not only do simultaneous page requests happen in separate threads, but also each page can (if needed) spawn its own threads to perform simultaneous or asynchronous work. Hey I put that in as a feature request pre-CFMX! Hope it comes along in the next major release. :) Although it's not an everyday requirement for me... Stace -----Original Message----- From: Jesse Houwing [mailto:[EMAIL PROTECTED] Sent: Thursday, July 17, 2003 11:44 AM To: CF-Talk Subject: MSDN on CF -> ASP.net First it explains what both ASP.net and Coldfusion are and that they share a similar background. A simpel feature comparison is used to show how one can convert a Coldfusion Application to ASP.net. It contains a few errors, especially 'forgetting' to mention that a lot of functionality is available in the standard JAVA API's which van be directly accessed from coldfusion (Image support in ASP.net is also only available through teh .Net framework, the same applies to SAX XML support and Threading). They conclude that ASP.net is more reliable, faster scaling better etc. etc. without showing any figures ro numbers. Read it for yourself: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnaspp/ html/coldfusiontoaspnet.asp Jesse ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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

