Follow Slashdot blog updates by subscribing to our blog RSS feed

 



Forgot your password?
typodupeerror
×
Software Linux Business

Business Open Source Use Up 26% in One Year 106

CBR is reporting that open source use in the workplace is continuing to grow at an astonishing rate. Up 26% since last year, businesses are using 94 different open source tools to get the job done. "[OpenLogic's] breakdown of licenses for the top 25 packages found that Apache, not the GPL, is the most common license. 62% of the packages use Apache, 27% use some variant of GPL and 4% each use BSD, CPL, Eclipse, MPL and Perl licenses (since packages may be released under two or more licenses, percentages total to more than 100%).
This discussion has been archived. No new comments can be posted.

Business Open Source Use Up 26% in One Year

Comments Filter:
  • by abigor ( 540274 ) on Friday February 01, 2008 @04:22PM (#22266058)
    From the article:

    "Enterprises on average used a whopping 94 different open source packages last year, compared to 75 in 2006..."

  • by jonbryce ( 703250 ) on Friday February 01, 2008 @04:30PM (#22266166) Homepage
    I read somewhere that something like 90% of large companies use free and open source software somewhere in their business.

    This probably isn't on their desktop machines of course. It is more likely to be things like web. dns and email servers, and network routers.
  • Re:Licence use (Score:5, Informative)

    by abigor ( 540274 ) on Friday February 01, 2008 @04:36PM (#22266254)
    Apache license != Apache web server
  • Re:Licence use (Score:4, Informative)

    by Cecil ( 37810 ) on Friday February 01, 2008 @04:45PM (#22266356) Homepage
    Surely not. Apache can do a lot more than merely serve PHP apps.

    Obviously, it can serve any static files all on its own, and it can serve any other type of CGI as well (C, shell, Perl, Python, Ruby, the list goes on). Apache Tomcat is a enterprise-level Java server, and I suspect this is where a large amount of the corporate usage falls under. Apache can also be used as a WebDAV server, it can be used as a Subversion server too.

    PHP is a hobbyist thing, not a corporate thing.
  • Re:Licence use (Score:5, Informative)

    by snuf23 ( 182335 ) on Friday February 01, 2008 @04:51PM (#22266444)
    Just because you use Apache HTTP server doesn't mean you are running PHP. Apache can be used to serve all kinds of dynamic content. For example:

    Apache -> Tomcat (Java)
    Apache -> Mongrel (ruby on rails)
    Apache -> CGI (whatever)

    I would guess that Apache/Tomcat/Jboss installs are more common than PHP in commercial enterprises.
    As others have mentioned there are tons of projects using the Apache license. Spamassassin is a good example.
  • by Otter ( 3800 ) on Friday February 01, 2008 @05:05PM (#22266652) Journal
    It also happens to be 25%, not 26%. But, yeah, that's an absurd statistic.
  • Re:Licence use (Score:3, Informative)

    by LordLucless ( 582312 ) on Friday February 01, 2008 @05:10PM (#22266702)
    You've got to be joking. I see more jobs for PHP developers/maintainers than for any other web technologies (with the possible exception of .NET). I also know tonnes of businesses, universities, government departments, etc that run their sites using PHP. It is definitely a corporate thing. It might not be suitable for "enterprise level" (whatever that is) projects - it's easy to get REALLY messy PHP code when you start building something big/complex. But a big, important business does not necessarily necessitate a big, complicated website. And for simple CMS stuff, PHP is as good as anything else, and there's a large pool of developers to pull from.
  • by clang_jangle ( 975789 ) on Friday February 01, 2008 @05:41PM (#22267106) Journal
    Not only is the summary is extremely misleading, it links to an equally misleading blog post with no direct link to TFA, which I found here [ebizq.net]
  • by clang_jangle ( 975789 ) on Friday February 01, 2008 @05:55PM (#22267300) Journal
    According to TFA [ebizq.net] it's the number of free software packages that's "up 26%", not business use of free software.

    Bad submitter, bad!!!.
    Bad editors, bad! Bad!
  • Re:Licence use (Score:4, Informative)

    by dgatwood ( 11270 ) on Friday February 01, 2008 @06:12PM (#22267522) Homepage Journal

    "It's easy to get really messy [insert language here] code when you start building something big/complex."

    There. Fixed that for ya. :-)

  • by uuxququex ( 1175981 ) on Friday February 01, 2008 @07:37PM (#22268504)
    I don't have exact details (I'm a Pointy Haired Boss) but we have some sort of replication going on. A few developers are looking in to the code for that, as it is one of the areas that we might be able to improve upon. It's only just started so there are no results yet.

    We did the migration in house, without any major issues. The data warehouse was a bit of a challenge as it contains around 3 terabyte of data, and Oracle took forever to dump. Loading it in Postgresql was a breeze though! ;-)

    All our applications are developed in-house (financial transactions and analysis) in C++ for OLTP and Perl for the data warehouse.

    Anecdote: the DWH as originally developed with Oracle Data WarehouseBuilder. After too many weird crashes (ORA-00600), my team did a quick & dirty prototype in Perl of the staging area. This was around 10 times faster than what we had. The whole system was then rebuild in Perl in around four months. Two months of testing later we went live. And, as I said, a couple of months ago we migrated to Postgresql.

Software production is assumed to be a line function, but it is run like a staff function. -- Paul Licker

Working...