Forgot your password?

typodupeerror

Comment: Re:The thing is... (Score 1) 570

by htnmmo (#26747275) Attached to: The Case For Supporting and Using Mono

ngen has it's drawbacks. A lot of optimizations are better dun at run time. With JIT optimizations, the compiler can be more aggressive and then still have the ability to back out of optimizations if necessary.

ngen can help with load time but for constantly running instances, such as web applications, load time is irrelevant.

Comment: Re:The thing is... (Score 1) 570

by htnmmo (#26745853) Attached to: The Case For Supporting and Using Mono

According to this, http://www.odinjobs.com/US_skill_statistics.html

Java developers are still in more demand.

I had other links but don't have time to find them now.

Java webapps haven't been slow for some time. A few years ago, after being a java developer since the mid 90's, I played around with PHP and have developed some sites with it. I did some informal benchmarking, using my custom java framework against a very simple PHP application that actually did less work. The java web app performed much better.

I haven't really looked at .net but I haven't had the need for it.

Comment: Re:Sounds like a plan (Score 3, Insightful) 140

by htnmmo (#26745147) Attached to: MySQL Co-Founder Monty Widenius Quits Sun

I'm not an insider on either camp and I've been mostly using postgresql on my own projects.

But my sense is that Sun kept wanting to go opensource but MySQL wanted to directly monetize the product and not just be a free add on to sell hardware and other services.

This seemed to happen early on when MySQL announced some new features would not be opensourced shortly after acquisition, then Schwartz came back and spanked them into place.

QOTD: Silence is the only virtue he has left.

Working...