IT Departments - How Are You Supporting Your OS Code?
ZMan asks: "A lot of IS groups are using Open Source tools (Linux, MySQL, PHP, etc...) to build cost effective and reliable IT infrastructures for their companies. Upper and executive management wants to know how these tools will be supported since their isn't one single commercial entity that does by default (ie. Microsoft). So, what does your IS group do? Do you hire staff with the expertise to do support in-house or out source all your support to a third party? Or something else?" You've got the source, why not find someone who can care for it, be it an employee, or contractor?
Pay someone...
Seriously, four points need to be made to management.
One. Relying on a single vendor is every bit as dangerous as building a stock "portfolio" with just one stock. Diversity is good.
Two. Support exists - you might try compiling a list of support options. Include both the free (newsgroups, web sites, etc.) and the not free (list the consulting companies that specialize in the software you use).
Three. Big vendor and single vendor are not the same as good support. One need merely read the Gripe Line column in InfoWorld to see how shabby the (often very expensive) "support" is from many large and supposedly solid and reputable companies.
Four. The right to use the code indefinitely prevents abuse by vendors. It is no fun investing lots of effort building systems (code you develop and own) only to have a vendor pull the rug out from under you when they cease supporting or selling a product or when they switch licensing schemes to make continued use unaffordable.
~~~~~~~
"You are not remembered for doing what is expected of you." - Atul Chitnis
MySQL does offer support if you wish to pay for it. It even comes in two forms, standard and advanced.
PHP support is also available from Zend, and some is even included when you purchase one of their products.
It may not be one unified source, but if you're using Oracle software, you wouldn't expect MS to support it would you?
When writing inhouse applications or when building something with unsupported tools documentation is key. If your code is commented and you keep a "Journal" as you go someone else will/should be able to pick up where you left off. This is common coding practice.