Slashdot Mirror


User: Super+Techie

Super+Techie's activity in the archive.

Stories
0
Comments
3
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 3

  1. Seems a bit over-hyped on Ubuntu LTS Experiences X.org Memory Leak · · Score: 5, Informative

    If you read the wiki page referenced carefully, it would seem that the general consensus is that the bug is fixed in the testing packages. https://wiki.ubuntu.com/X/Testing/GEMLeak Seems a bit blown out of proportion to me.

  2. Don't use any of them on PHP5 Vs. CakePHP Vs. RubyOnRails? · · Score: 1

    I would pick Django. Scales better than most interpreted languages, and offers the chance to write more maintainable code than PHP.

  3. ASP ASP.NET on Virtualizing Cuts Web App Performance 43% · · Score: 1

    The headline says the application uses ASP. The article states they used ASP.NET in their tests. This is a large performance difference, primarily because .NET is byte-compiled at execution. ASP is purely interpreted.