spikesource hints'n'tips

Our Top Tags

                                       

Mailing List

Keep uptodate with the latest hints'n' tips as they are published by signing up to our mailing list.

Our RSS Feeds








Latest Linux News

20 Beautiful Dark Themes for Gnome and Ubuntu

Tuesday, 19 August 2008
Cats Who Code: "Some weeks ago, I shown you a list of 30 themes for enhancing your Gnome desktop."

OpenSolaris: a Linux Admin's View

Tuesday, 19 August 2008
Linux Format: "Sun is battling hard to break into the open source operating system world with OpenSolaris. Juliet Kemp takes it for a test-drive, sampling its unique features and seeing how it fares a

What's That They Say About Assumptions?

Tuesday, 19 August 2008
Blog of Helios: "Sometimes Linux isn't the answer."

The Brampton Factor: Analysts Fail on Open Source

Tuesday, 19 August 2008
IT Pro: "For open source software to achieve its full potential, people's perceptions must change. Yet how can that happen when open source is so woefully neglected by analysts, asks Martin Brampton."

Why Red Hat Invested In JBoss Instead Of Linux Desktops

Tuesday, 19 August 2008
The VAR Guy: "Ever wonder why Red Hat spends so much time focused on the JBoss middleware market and so little time trying to make Linux a desktop standard? The answer involves some simple but startli

Latest Digg Entries

CEO Kim Polese interviewed by SearchEnterpriseLinux

posted Wednesday, 29 June 2005
Amy Kucharik of SearchEnterpriseLinux interviewed our CEO Kim Polese recently.

Click here for the original article

Kim Polese believes that the remaining obstacles to making money with open source are dwindling away. And she ought to know. As CEO of Bay Area open source services provider SpikeSource, Polese guides the company's vision of "making open source safe for the enterprise." In this SearchEnterpriseLinux.com interview, she talks about how companies are leveraging the open source model to enhance their bottom lines.

You've said that "far more money will be made because of open source, rather than with open source software." In a nutshell, how will enterprises make money because of open source? Are they making money with open source right now?

Kim Polese: Open source software is creating new market opportunities and new companies are springing up to take advantage of these opportunities. An example is SugarCRM. They sell open source CRM [customer relationship management] applications and have been in business since August of 2004. They provide a lower- cost alternative to CRM leaders like Siebel and Salesforce.com. Black Duck Software and Palamida are defining another new category -- providing compliance and license management services around open source software.

A completely different example is Digium, a hardware PBX [private branch exchange] device maker. They figured out that VoIP [voice over Internet protocol] was the future and created Asterisk, a VoIP PBX software application, and open-sourced it -- and they've now established themselves as a leader in the VoIP PBX device market, because Asterisk is helping drive greater hardware sales. And then there are new consulting companies like Optaros. And, of course, systems companies like IBM and HP are driving more hardware and services revenue through their use of Linux. IBM was able to generate significant new revenue from installing Linux on mainframes, breathing new life into the mainframe market. All of these companies have found creative ways to leverage open source to solve business problems.

Of course, RedHat is the best example of a pure-play open source company that is making money with open source via the support model they pioneered.

Is interest in open source picking up at large companies? Why or why not?

Polese: We're seeing interest from companies of all sizes. They have been locked in by proprietary software vendors for a long time and they are looking for flexibility. Smaller companies are adopting open source because it's less expensive to acquire and they can modify it themselves.

What is the biggest barrier to open source adoption in the enterprise? How can developers and the open source community overcome it? How can the enterprise?

Polese: What I've been hearing from CIOs and IT managers is that they need a reliable, cost-effective way to ensure the interoperability of the open source components with the rest of their infrastructure and applications, and they need someone to rely on for integrated technical support and documentation. The open source community has evolved a thriving support ecosystem, but hasn't had the centralized infrastructure to deliver the integrated testing, certification and support that companies who depend on open source require. That's why SpikeSource was founded.

It sounds like one of SpikeSource's main interest is in promoting interoperability between various open source and proprietary applications. What are some of the ways you do that, or help developers and companies to do that?

Polese: Everything we do promotes interoperability -- that's the focus of our company. We've built a test harness that runs over 22,000 tests every time code changes. We test many open source projects for free and publish the test results on our Web site. For our customers, we test, certify and support the components they need to run their businesses.

What are open source testing tools? Who can use them and how will they benefit the enterprise?

Polese: There are a bunch of open source tools available. Just to name a few, there's httpUnit for Web-based testing, jUnit for performing unit tests, jMeter for performance testing and Simpletest for PHP unit tests. They will be used primarily by developers and they definitely make life much easier. The company benefits because the testing tools facilitate automation of repetitive tasks and enable reporting. Plus, they are very low cost compared to the alternative commercial tools.

You've been quoted as saying that SpikeSource tests, certifies and supports various "stacks" of open source software tailored for enterprise customers, and that you're a "services company." Could you expand on that? What are some real-world examples of services you provide?

Polese: SpikeSource tests open source components in conjunction with other open source components and also with proprietary software. A by-product of testing for interoperability is the compilation of stable open source stacks, such as LAMP or LAM/J. However, the nature of open source software is that the code is constantly changing, so companies that use open source software have to continuously search for security updates, patches, fixes and bugs and then determine which of these to use. For enterprise IT departments, we provide updates services, technical support and customer stack validation.

The SpikeSource update service provides software updates, coupled with highly technical information about the updates, so IT managers can make informed decisions about whether and when to install them. What makes this service particularly appealing to CTOs, who worry about the risk of mission-critical applications going down, is that each time a patch or update is discovered, SpikeSource runs it through our test harness to make sure it's stable with the entire stack.

We also offer incident-based technical support for open source software. We provide our clients with 24x7 support, so they have one reliable vendor to call for all of their open source interoperability needs.

What you'll find is that many companies are adopting open source software, but they all have different needs, so we also offer custom stack validation. This means that our customers can tell us what products and technologies they want to use, and what versions, and we can test these in combination and certify them as stacks. We can then also provide update services for these custom stacks.

In addition to supporting enterprise IT departments, we also support ISVs. We test and certify their applications with open source software and can provide their customers with technical support and updates services on the underlying stack.

Have you worked with open source enterprise resource planning software? In your experience, is it catching on in companies? Does SpikeSource certify or support any ERP software?

Polese: Today, we're focused on middleware necessary for Web-based applications and integration problems. We're just starting to expand up the stack. In terms of ERP, CRM is one part of the solution and we're working with SugarCRM to test and certify their applications on Windows and Linux. In order to run Sugar, you need Apache Web Server and a MySQL database. We've tested, certified and pre-configured a stack and also built a one-click installer so a customer can be up and running in under 15 minutes.

tags:        

links: digg this    del.icio.us    technorati    




Related Posts

How to convert a string to upper or lower case in bash?

Monday, 2 October 2006 2:46 P GMT
How to convert a string to upper or lower case in bash?

How can I start a Java process and retain its process id?

Monday, 2 October 2006 2:41 P GMT
How can I start a Java process and retain its process id?

Using Fetchmail to forward email

Monday, 2 October 2006 2:29 P GMT
Fetchmail is a remote-mail retrieval and forwarding utility. This article describes how it can be set up to forward emails from a particular folder to another mailbox.

Handling different Java runtimes on a single machine

Thursday, 14 September 2006 10:48 A GMT
This entry takes a quick look at how you can best utilise different Java JVMs on the linux using a couple of techniques.

How to stop /etc/resolv.conf from being changed by DHCP?

Thursday, 7 September 2006 3:55 P GMT
Show how to keep /etc/resolv.conf unchanged when using DHCP.

How do can I tell if my network is receiving/sending multicast packets?

Tuesday, 5 September 2006 2:51 P GMT
If you are coding a multicast network application and want to make sure you are receiving muticast udp packets you can use the tcpdump linux utility. This entry shows you how.

How to clear shell command path cache?

Tuesday, 5 September 2006 1:57 P GMT
Way to clear the cached paths for various commands on bourne-like shells.

Detecting to see if a mail server is still alive using a simple shell script

Thursday, 31 August 2006 2:05 P GMT
This entry looks at using the Linux utility, nc, for determining if a given mail server is alive. You can easily adapt it for other servers.

How do I create a file of any given size on Linux?

Wednesday, 30 August 2006 2:52 P GMT
Using the dd command it is possible to create files of arbitrary lengths.

Installing RealPlayer and video codecs on Ubuntu

Wednesday, 30 August 2006 2:43 P GMT
Explain how you install RealPlayer under Ubuntu.

Does your cron script run in a bash shell, but not while running under crontab?

Tuesday, 22 August 2006 7:28 A GMT
This article explains why some scripts run correctly from a bash shell, but behave differently running from the crontab.

How do I get the canonical path for a symlink target?

Monday, 21 August 2006 1:01 P GMT
Getting canonical path for a symlink in Linux

How to find out what application is using your port

Thursday, 15 September 2005 8:00 A GMT
How to find out what application is using your port

Use Samba to Map a Linux Directory to a Windows Drive

Tuesday, 13 September 2005 4:03 P GMT
Samba is used for sharing source code and software binary between windows and linux in Windows test uploading support project.

Listing open files in linux / unix system

Thursday, 25 August 2005 6:06 P GMT
If you are working in a unix system, sometime it is not obvious if a file is being opened by some other processes or not. You can get a list of all open files by using lsof command.

How do I make sure my script isn't already running before it attempts to run again?

Thursday, 18 August 2005 7:17 P GMT
How do I make sure my script isn't already running before it attempts to run again?

CEO Kim Polese interviewed by SearchEnterpriseLinux

Wednesday, 29 June 2005 1:12 P GMT
In this SearchEnterpriseLinux.com interview, she talks about how companies are leveraging the open source model to enhance their bottom lines.