vote up 4 vote down star

Possible Duplicate:
Why is open source software banned in some shops?

Many businesses reject open source software and would rather go pay millions of dollars for licensed software that gives little or no improvement. In my experience it's complex SCMs that do nothing more than SVN (and sometimes, less). But you could also mention large BI systems.

Businesses seem to favor private software, sometimes without considering open source solution.

Also, in my experience at least, the larger a business grows, the more open-source-phobiac it becomes.

Why is that? Do you have a role in deciding the tools that you company will use? What do you base your decisions upon?

flag

75% accept rate
2  
Very close to stackoverflow.com/questions/1444669/… – Pascal Thivent Oct 2 at 19:48
2  
"Many, if not most, businesses reject open source software and would rather go pay millions of dollars for licensed software that gives little or no improvement." I don't think this premise is self evident. I have had a different experience so far. – joemoe Oct 2 at 20:14
Its self evident to those of us who experience it. I don't know if I'd say most of even many, but I'm astonished by the number of enterprise organizations who would rather throw money at a problem than engineering talent. In fact, that's probably the answer. Ultimately engineering talent is a more precious resource than money to a lot of companies, or at least a less understandable one. – Jherico Oct 2 at 20:21
1  
The "many, if not most" part is not self-evident. The plural of "anecdote" is not "evidence". – ceejayoz Oct 2 at 20:48
1  
ceejayoz, you seem to have a vendetta against closed source software. If you don't like it, don't use it, but we're discussing why businesses do not trust OSS, not which one is good and which one is evil. – Daniel T. Oct 2 at 21:10
show 3 more comments

closed as exact duplicate by Pascal Thivent, gnovice, Thomas Owens, LFSR Consulting, David Thornley Oct 2 at 21:42

12 Answers

vote up 5 vote down check

I think companies reject unsupported software, not open source. Would you depend on free closed software without support?

Obviously, the ratio of unsupported open source code is much bigger than closed software without support!

link|flag
Only when you look at software that is available at any point in time. There's a lot of closed software that ceases to be obtainable. – Novelocrat Oct 2 at 20:24
vote up 1 vote down

I haven't noticed reluctance anywhere I've worked.

The reasons I've seen given for avoiding open-source software often seem to me based on ignorance of the realities of commercial software.

Commercial software licenses are a masterpiece of avoiding responsibility. When I was younger, the standard joke was that a commercial license guaranteed you that the floppy disks would continue to be floppy disks for 90 days, and strictly limited what you could do with any software you happened to find on them. Since then, they've grown longer and more legalistic.

Nobody stands behind commercial software. When a commercial software company takes responsibility for their screwups, that's a notable event. (I believe TurboTax did that several years back.) There's nobody to sue in any case.

Nobody guarantees support. Companies may have support facilities, but they aren't going to guarantee anything useful. If they can't figure out what's going on, you don't get effective support.

Nobody guarantees that what you're using won't be dropped. Nobody guarantees that features you depend on will be there in the next version.

The reason for all this is that it's effectively impossible to do so. All software has bugs, and software tends to be used in environments and in ways one vendor can't expect. Vendors have their own business plans, and generally won't change them for one customer.

Some vendors are better and more reliable than others, and the same is true for open source projects. The right thing to do is to consider products and their organizations individually, and not to make assumptions about one class of software vs. another.

link|flag
vote up 0 vote down

From personal experience, it's a three-fold problem for me:

  1. Too little documentation. Not all open source software are like this, but most I've found give you a short tutorial on how to set up and run a simple example, and stop documenting right there. Problem is, most real-life situations are much more complex than the simple example.

  2. Too many 'alpha' releases. Lots of open source software I've come across are either in sub-1.0 versions or 1.0+ versions with glaring features missing. There's no timeline for when more features will be added in, or even when the current bugs will be fixed.

  3. Too many feature changes. In line with 1 and 2, the operation of the software might change drastically from version to version with only slight updates in documentation, so you have to rely on Google searches and posts by others to get help. Problem is, what was a valid post a month ago is now outdated and uninformative, and the new version is too new for much of a discussion to form around it.

With that all said, open source software is still great because it usually means that it's free. When you have a tight budget or you're just looking for a tool to accomplish a small thing without dipping into the college fund, it's a godsend.

link|flag
2  
What open source software are you looking at? You'd be hard pressed to apply those arguments to something like apache.org – Jherico Oct 2 at 20:29
1  
1. This applies to closed-source software. 2. Don't use the alpha releases? 3. This applies to closed-source software. – ceejayoz Oct 2 at 20:53
ceejayoz, I don't see your point. Of course all these can apply to closed-source software as well. But the chances are better that the closed-source software will have adequate documentation, a locked down feature set, and releases that aren't premature. – Daniel T. Oct 2 at 21:02
Chances are better largely because you can get much more OSS. Sturgeon's law said that ninety percent of everything is crap, so if you can get eighty percent of OSS software but only twenty of commercial you'll do better with commercial if you grab randomly. If you look intelligently, you'll avoid 2, and pick software based partly on documentation and stability themselves, rather than assumed proxies. – David Thornley Oct 2 at 21:10
vote up 1 vote down

Many of the commercial products have more features, and work better, because they have people working full time to develop it, rather than people hacking at it on weekends.

Of course, this isn't always the case, but it often is.

link|flag
2  
This varies tremendously by project. – David Thornley Oct 2 at 20:24
Just LOL! I have so many examples of the contrary that I don't know where to start: GNU/Linux, Apache HTTPD, BIND, Jakarta Tomcat, Hibernate, Firefox, etc, etc, etc. – Pascal Thivent Oct 2 at 21:12
2  
And I have many examples that could compete. OSX is more stable than Linux, I find. Firefox is bloated, slow, and crashes often. Etc, etc, etc. – Matt Grande Oct 5 at 2:28
vote up 3 vote down

Free software lacks essential feature that contradicts one valuable business concept.

Businesses like when someone's responsible. Because they are responsible for their services delivered to their customers and would like to have a ground that is responsible in front of them.

If a private RCS fails, a specialist is sent from its vendor that fixes the problem within hours and says, "Sorry". The problem is guaranteed to be fixed, and unless it actually is, the contractor will pay for that.

If subversion stops working, noone is responsible for that but the company itself. For failures of subversion, that result in lost profit, noone can be sued due to these large "NO WARRANTY" ceaseless alarms. I think this is the main reason, not the mythical maintainance cost.


That's only from my quite a narrow insight, of a man who only worked in non-profit or governmental organizations. Don't be too strict.

link|flag
4  
If a private RCS fails, the company responsible will point out where in the license it says it really isn't responsible, and will sometimes offer to send a specialist out at an outrageous cost. There is no guarantee of a fix, and certainly no monetary payment if it isn't. For failures of a private RCS, noone can be sued due to those large "NO WARRANTY" clauses. Really, what utopian planet do you come from where software vendors take responsibility for what they do? – David Thornley Oct 2 at 20:21
I come from Jupiter. It's not too uncommon there, you know. Anyway, to some extent they are responsible. For example, Microsoft can return money if your Windows malfunctions. But a non-responsible private software really doesn't differ with free soft. – Pavel Shved Oct 2 at 20:52
This is a false vision. Support = obligation of means, not obligation of results. Support doesn't make the vendor responsible. – Pascal Thivent Oct 2 at 20:56
@Pavel: Microsoft can return money if your software malfunctions, but I haven't heard of them doing so. The most responsible software companies I've ever seen will refund your purchase price at most. – David Thornley Oct 2 at 21:07
vote up 0 vote down

Another small aspect is that open source projects tend to be in constant development. Where project lifespans are measured in years this can lead to many headaches as components break from upstream. Of course the inverse can be true, but that is typically what is perceived.

link|flag
1  
Which happens in closed-source projects as well. – David Thornley Oct 2 at 20:23
vote up 1 vote down

For the same reason that you would prefer a "thing" you have bought than a "thing" that was a freebie. It's also about support. When a company spends $$$$ on a product, usually $$$ is for support -- reliable support, which OSS projects/solutions often lack.

link|flag
The best and worst support I've gotten were on paid-for applications. OSS has been above average. These are my experiences, and yours may vary. – David Thornley Oct 2 at 20:22
Basic psychology. When selling a product and the prospect mentions a cheaper alternative ask "And why do you think that it costs so much less?" – Smith325 Oct 2 at 20:43
@Smith325 but that applies only as long as the product costs something... not when it's free. I think CodingHorror had an entry on this. – aviraldg Oct 3 at 4:26
vote up -1 vote down

I have often seen the reason as "there is no one to sue". That said. I have never had any opposition to any open source software anywhere I have ever worked, and I currently work for a company with >400k employees.

link|flag
vote up 1 vote down

My experience has been that it's mostly legal issues.

Open Source software licensing can get hairy for a company. Depending on how you interpret the license for the application, that interpretation can lead to a legal department thinkink the following:

If we use an open source tool for development, we have to release our source code as open source as well.

...and not many companies want to have to deal with that (keep in mind that, if you're not a software company your lawyers might not get software, and there are plenty of non-software companies writing software).

link|flag
It's not necessart... that particular clause is currently only enforced in the GPL family of licenses. – aviraldg Oct 2 at 19:53
3  
If this is what a legal department understands from licenses such as the ASL 2, MIT, BSD, MPL, LGPL 2, LGPL 3, GPLv2 + CE, OSL licenses, you can fire them all, they are useless. – Pascal Thivent Oct 2 at 19:59
1  
Most non technical J.D.'s are only familiar with GPL2, and generalize that understanding to all Open Source. Heck, I worked with some programmers who though the same way. – Smith325 Oct 2 at 20:39
1  
That particular clause isn't in the GPL family, either. I'd hesitate to say that non-technical lawyers are familiar with GPL2, since I've seen so many incorrect statements about it. – David Thornley Oct 2 at 20:49
vote up 10 vote down

The biggest issue for me has always been support.

When a bug in some software crops up that affects my business, I don't want to hear "feel free to submit a patch."

Open-source software that has some corresponding commercial support available will usually do better in the business realm than open-source software that doesn't.

link|flag
3  
Not only you are free to submit the patch, you are free to apply the patch and, actually, to find out what the problem was. That sometimes escapes attention. – Pavel Shved Oct 2 at 20:00
1  
You can pay an engineer to create and submit a patch, or you can pay a company and hope they fix the issue. – Jherico Oct 2 at 20:27
If there is a company that specializes in that product and offers commercial support services, that's a viable option. If there isn't, then you have to hope that you can find an engineer that knows the software, or at least the problem domain, intimately enough to fix the problem in a timely manner. By the time you pay a development firm to create a patch for an open-source software, you just spent more money than you would have on purchasing a commercial product with support included. – Gerald Oct 2 at 20:36
Assuming, of course, that the vendor will supply the necessary patch. With OSS, you can always pay somebody else to provide a patch, although it may be expensive. – David Thornley Oct 2 at 20:40
1  
@Gerald: Sometimes it feels like there are only 2 kinds of companies: those too big to care about your bug and those too small to have the resources to fix your bug – Jherico Oct 2 at 20:58
show 5 more comments
vote up 1 vote down

The guarantee to have support is one of the reason in my opinion

link|flag
1  
What guarantee? From personal experience, it sure isn't of useful support. – David Thornley Oct 2 at 20:18
You can get guaranteed support for many OSS projects. Red Hat is a perfect example. – ceejayoz Oct 2 at 20:52
vote up 7 vote down

Businesses don't just measure costs solely upon up front software price. They look at the long term. Yes, the software is free now, but how many man hours go into setup, maintenance, etc? Whereas with a commercial product you call up the 1-800 number and tell them it isn't working.

The post Eight Generative Qualities that are Better than Free has an amazing take on this debate. Which effectively says that the following things make commercial software better than free/open source:

  1. Immediacy - I want my software and I want it now!
  2. Personalization - Any request for personalization is going to get a resounding NO from open source
  3. Interpretation - Basically the support arguement above
  4. Authenticity - Warranty, if it's broke you'll fix it
  5. Accessibility - I don't want to manage my contacts so I get company X to do it; no servers, no hassle.
  6. Embodiment - Not sure how to summarize this one
  7. Patronage - People want to pay creators
  8. Findability - Not sure how to summarize this one

And yes, we can all think of projects where this isn't true for open source, but the fact of the matter is that whether true or not, a business bases it's decision on factors like this. Just as people are presenting testimonies of great open source projects, so too can a decision maker find a testimony where their nephew's uncle's son used open source once and it cost them X number of dollars because the project failed.

link|flag
1  
In addition to maintenance, setup/configuration is also a big factor. Sometimes those installation programs are worth the cost of the entire app. – Austin Salonen Oct 2 at 19:54
What do you do when you call the 1-800 number and it's disconnected, or you're informed that what you've got isn't supported anymore? Or my experience with Pagemaker 6.0, when they politely accepted my report and then came up with a "fix" that made things worse? – David Thornley Oct 2 at 20:18
1  
Free and open source software do better on several of these fronts. You can almost always download an install the free software on a whim. With proprietary, you have to wait for a payment to clear, or talk to a salesperson, and so on. Many commercial vendors are not interested in personalization, unless you'll be paying huge sums of money. With free software, even if the maintainers don't care for your request, you can legally engage someone else to do it. – Novelocrat Oct 2 at 20:22
@David: youtube.com/watch?v=6U7rOUSvYM8 – Jherico Oct 2 at 20:23
3  
I can't count how many times a company buys a product because of these "perceived" reasons only to find that the company providing the "solution" can't provide adequate support, and is not willing to customize it. Then they end up eating the cost of their internal support learning how to fix the problem. Up vote if you have ever ended up knowing more about a product than its support guys by the time you end up fixing it. – Smith325 Oct 2 at 20:35
show 2 more comments

Not the answer you're looking for? Browse other questions tagged or ask your own question.