× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



It would be interesting to see if ASP.NET performed better/worse/same
as JSP
on the iSeries.

I'd be impressed if it performed as well as Java _on iSeries_. I know it
can be done, Richard has shown it, but I think if you use .Net on
something other than Windows you're missing out on a big part of .NET.
Sure the languages and toolings are nice. But the CLR, when you really
dig into it, is downright amazing.

Read some of the detailed tech-specs and watch some of the channel-9
videos on the CLR and you'll see how much stuff is packed in there. The
optimizing JIT is incredible. We've actually debugged some of the
generated machine language from a optimized C# function, and I've seen
the JIT throw out huge chunks of code as unneeded. Remember, there's a
performance benefit of not having the code in memory as the smaller the
resulting code the more it fits on chip cache. The CLR has optimizations
that are CPU and even NUMA-aware. At least the MS written one. Go to a
non-MS CLR and you'd lose a lot of those advantages.

-Walden


As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:
Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.