On 6/10/07, m g <[EMAIL PROTECTED]> wrote:
>Cold Fusion MX out of the box has a setting to support no more than
10 simultaneous requests at one time.
> Macromedia suggestions that you never exceed 40 and this isn't optimal for a 
> large scale sites. There are other settings and issues from a server 
> administration standpoint that hinder CFMX from out performing .NET

I don't know where the idea that .NET is magically able to process
thousands of times more work than Java came from, but MS themselves
recommend around 12 simultaneous requests for .NET:

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnpag/html/scalenetchapt17.asp

"Twelve is the optimum number of threads that should be made available
to the ASP.NET worker process to service requests. This value means
that ASP.NET cannot execute more than twelve requests concurrently."

http://support.microsoft.com/default.aspx?scid=kb;en-us;821268

"When you use this configuration, you can execute a maximum of 12
ASP.NET requests per CPU at the same time"

> There are other factors that one needs to think about when writing an 
> application. Think about the ability to use Threads in .NET. Depending on 
> your application, sitting and processing 10 requests back to back may take 5 
> minutes but if you had the ability to run the 10 tasks concurrently you may 
> be able to respond back to the customer in 30 seconds.

And of course CF 8  has CFTHREAD so there goes that argument.

>You have to realize, .NET isn't just a web based language, it is a
Development language for desktop and server applications as well.

You have to realize that ASP. NET is a web apps platform running on
..NET, just as CF is a web apps platform running on Java (which is a
programming language).

Enough trolling ok? Download the CF8 Beta, write some code, load test
it and see how it really performs compared to the equivalent app in
ASP.NET.

-- 
mxAjax / CFAjax docs and other useful articles:
http://www.bifrost.com.au/blog/

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Deploy Web Applications Quickly across the enterprise with ColdFusion MX7 & 
Flex 2
Free Trial 
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:280559
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to