SlideShare una empresa de Scribd logo
1 de 10
Descargar para leer sin conexión
10         Myths About Running
                 Open Source Software
                 in Your Business




 White Paper
September 2008
White Paper
September 2008




                               Avoiding the Epic Fail: Improving
                                Software Development Success
                                                 with ActivePerl
                 Why is Software Development So Hard?
                 It is easy to sympathize with software developers trying to build large, complex
                 enterprise software solutions. At the start, a software development project is like a
                 smooth sheet of ice: full of possibility. It’s a clean slate, free from architectural flaws,
                 bugs, and broken code. But once the first line of code is written, complexities begin to
                 layer one on top of the other. Before you know it, your software project looks more like
                 the aftermath of a hockey game than a pristine ice surface.

                 Software development is hard. So hard that industry studies, like the 2006 Chaos
                 Report from the Standish Group, document failure rates as high at 65%. No matter
                 what the end product, many of the same stumbling blocks come up time and again
                 and get in the way of project success. Some classic pitfalls include time restraints,
                 insufficient in-house resources, scope creep, and spiraling development costs. So how
                 do software developers minimize these obstacles and improve their chances for better,
                 faster, more cost-effective software development?

                 In this paper, we present the open source Perl programming language as a solution
                 for avoiding typical software development foibles. We discuss how an enterprise-
                 grade version of Perl can cure the headaches that go hand-in-hand with building
                 and managing specific aspects of your software development project in-house. By
                 harnessing the processing power of Perl and implementing a fail-safe Perl distribution
                 with enterprise-grade support, developers can get quality software products out the
                 door faster and cheaper.




                                                                                                            2
Avoiding the Epic Fail:
       Improving Software Development
               Success with ActivePerl




                                           Common Software Development Pitfalls

                                           There are plenty of land mines in software development. These are some of the
                                           obstacles that can delay your development project:

When a software development
                                           1. An Unrealistic Development Schedule
project falls behind, the business         Software development projects are a race against the clock. All too often, there is not enough time to
starts to lose money, and the              build the product’s core feature set, let alone satisfy new requirements that inevitably make their way
                                           into the design spec. When a software development project falls behind, the business starts to lose
project falters.
                                           money, and the project falters.


                                           2. Resource Scarcity
                                           Even if you have a software development “Dream Team” in-house, you are bound to come up short.
                                           That’s why there has been an explosion in third-party software and outsourced development over
                                           the last decade. Organizations just don’t have all the resources to manage every aspect of their
                                           development projects. Not recognizing your company’s resource limitations can be a software
                                           development project’s undoing; re-inventing the wheel in-house puts your project behind schedule,
                                           reduces your competitive advantage, and puts a strain on the business.


                                           3. Underestimating a Project’s Complexity
                                           Software development presents hundreds of technical issues to solve. From cross-platform support to
                                           performance and scalability, each technical challenge puts stress on an over-subscribed development
                                           team that often did not anticipate the number of technical challenges they would encounter. As a
                                           development project unfolds, the technical issues amplify and become unwieldy, overwhelming, and
                                           expensive to fix.


                                           4. Being Held Hostage by Third-Party Vendors
                                           Using third-party software components can help reduce the complexity of your project and can even
                                           improve its quality. But proprietary third-party software comes with its own set of challenges. Most
                                           critically, your project can get sidelined while third-party vendors take their sweet time making fixes
                                           or adding new features. Putting your project schedule in the hands of another software vendor can
                                           threaten your success.


                                           5. Not Budgeting for Developer Expertise
                                           The right engineers will always create better software than average programmers. Invest in quality
                                           people—whether they’re in-house or external experts—because getting your hands on the right
                                           development expertise is your first defense against project failure.


                                           6. Budget Restraints
                                           You may have already noticed, but there is never quite enough money budgeted for software
                                           development projects!


                                           7. Dismissing Open Source
                                           The popular tech journal InfoWorld said, “The most conservative IT shops dismiss
                                           open source solutions as a matter of policy [and] that’s a big mistake.” By rejecting
                                           open source you miss out on proven, stable, and scalable low-cost solutions.


                                                                                                                                                     3
Avoiding the Epic Fail:
       Improving Software Development
               Success with ActivePerl




                                           Perl to the Rescue: An Open Source Solution that
                                           Improves Your Chances of Software Success

                                           So, how does Perl improve your chances of successfully completing your software
                                           development project? For starters, it’s a proven solution used by millions of software
By rejecting open source, you miss         developers around the world for a variety of programming tasks. Why reinvent the
out on proven, stable, and scalable        wheel in-house? It takes resources away from building core features and burdens
low-cost solutions.                        an already oversubscribed development team. Perl is immediately available and,
                                           because it’s open source software, there are no licensing fees if you choose to use a
                                           free, unsupported version of Perl. Plus, the ever-improving, extensible nature of open
                                           source languages means the code is constantly adapting, evolving, and stabilizing.
                                           There is a colossal community of Perl developers continuously working to improve
                                           and enhance Perl with upgrades and fixes. Like any platform that is widely used, Perl
                                           progresses over time, adding to the stability and scalability of any software product.

                                           What is Perl?
                                           Perl stands for Practical Extraction and Report Language and is a general-purpose
                                           dynamic programming language, originally designed to make report processing
                                           easier. It’s sometimes called the “duct tape of the Internet” because it’s so flexible
                                           and adaptable. While manipulating text files is its specialty, Perl is used for a
                                           variety of computational tasks: system administration, network programming, CGI
                                           programming on the web, and in applications with a back-end database.
                                           This description of Perl from Wikipedia is rather charming: “While other
                                           programming languages—such as Fortran and C—were designed to make efficient
                                           use of expensive computer hardware, Perl is designed to make efficient use of
                                           expensive computer programmers.” For this reason, Perl helps to keep software
                                           development projects on schedule and on budget.

                                           Perl is popular with system administrators and CGI script authors because it does
                                           such a fine job of processing large amounts of data for creating reports or running
                                           test cases. It’s a favorite for database applications because it handles SQL queries
                                           gracefully and efficiently. Perl also scores high marks for interoperability and cross-
                                           platform development because it painlessly unifies systems and interfaces that were
                                           not designed to play nicely together. Perl is widely used by high-traffic websites
                                           because its database-caching feature helps manage intense traffic spikes; websites
                                           including bbc.co.uk, Amazon.com, LiveJournal.com, Ticketmaster.com, and IMDb.
                                           com use Perl for precisely this reason.




                                                                                                                                     4
Avoiding the Epic Fail:
       Improving Software Development
               Success with ActivePerl




                                           The Perl Business Boost
                                           Perl makes business sense. As an open source language, you’re not required to
                                           pay license fees. Not having to shell out for license fees can reduce the cost of
                                           software development and help keep your project on budget. When your team is
                                           under pressure to deliver with few resources and a tight budget, the Perl developer
Perl is popular with system                community can lend a hand by making fixes (albeit on their own schedule) and
administrators and CGI script              providing support where needed (if they are so inclined). Plus, Perl’s agility and
authors because it does such a fine        continuous upgrades and fixes give software projects deploying open source
job of processing large amounts of         software a competitive advantage.
data for creating reports or running
                                           But, Perl is not a panacea. There are some disadvantages that come with
test cases.                                incorporating open source into your software
                                           development project. For instance:

                                              •	   24/7 support doesn’t exist. When you are on a tight development schedule, a lack of formal
                                                   support or training can put your project at risk. The open source community will respond
                                                   but, like third-party vendors, they work on their own schedules.
                                              •	   If	the	open	source	software	you’re	using	is	not	top	quality,	it	can	cause	a	ripple	effect	that
                                                   disrupts your product quality and/or business processes.
                                              •	   Managing	open	source	licensing	can	be	both	an	administrative		headache	and	opens	your
                                                   business up to legal hassles. If you misinterpret licensing requirements, you could wind up
                                                   in the middle of a legal battle. The last thing you want is to see is all that money saved on
                                                   license fees redirected to lawyers’ fees.



                                           Taking a Hard Look at Perl: The Pros and Cons
                                            Pros                                              Cons
                                            Perl is “mature” It’s been around for a           Its syntax can be difficult to learn
                                            long time and is freely available                 and can cause usability issues
                                            Good for file manipulation                        No 24/7 technical support
                                                                                              available
                                            Often used for CGI scripts and other              Perl scripts can be difficult to write
                                            web-related jobs                                  and maintain
                                            It’s commonly used, especially by                 Open source licensing can be an
                                            system administrators                             administrative and legal hassle
                                            It’s portable: available for almost
                                            every platform
                                            It’s good at pattern matching, regular
                                            expressions, and string manipulation
                                            Recognized for fast processing speed




                                                                                                                                                    5
Avoiding the Epic Fail:
       Improving Software Development
               Success with ActivePerl




                                           ActivePerl: Fire and Forget Perl
                                           Harnessing the power of Perl means software developers don’t have to cobble
                                           together all their own solutions for data processing, CGI scripting, and system
                                           administration, but the risk is that developers spend the time saved in implementing
Perl Fun Facts                             Perl solutions on rebuilding Perl installations and managing all the updates and
•	   Perl	celebrates its 21st              fixes along the way. If Perl isn’t an area of in-house expertise, maintenance can be
                                           daunting and time consuming, so it won’t mitigate schedule and budget creep.
     birthday this year.
•	   Perl	was	originally	named             ActiveState’s ActivePerl Enterprise is a no-risk Perl solution for developers who want
     “Pearl” after the “Parable            to integrate Perl into their software projects, but don’t want the hassle of managing
     of the Pearl” that                    and maintaining it. ActivePerl is ‘fire and forget’ Perl. It’s a ready-to-install, industry-
     espouses the value of                 standard Perl distribution that works across a variety of platforms: Windows, Linux,
     heaven, from the Gospel               Mac OS X, and others. It is used by millions of developers around the world for
     of Matthew.                           easy Perl installation, quality-assured code, and comprehensive technical support.
•	   Programming Perl,                     While it is entirely possible to compile Perl source code from the Comprehensive
     published by O’Reilly                 Perl Archive Network (CPAN) website—where Perl modules, scripts, distributions,
     Media, features a picture             and source code are available for free download—many systems don’t include the
     of a camel on the cover.              requisite C compiler and build tools. As such, installing modules can be tricky and
                                           potentially time consuming.
     The camel image has
     become a symbol of Perl.              ActivePerl comes pre-compiled for out-of-the-box installation and includes core Perl,
•	   Perl	slogan:	“Easy	things             popular modules, the Perl Package Manager (PPM), and complete documentation.
     should be easy and hard               The Windows version provides additional features that have made ActivePerl the
     things should be                      worldwide standard for Perl on Windows. ActivePerl Enterprise Edition software is
     possible.”                            packaged with commercial-grade documentation, technical support, and access to
                                           some of the industry’s most knowledgeable Perl experts to help with installation,
                                           upgrades, and maintenance.

                                           Maintenance-Free Perl Cuts Down on Project Complexity
                                           You can lessen project complexity and resource scarcity by handing maintenance
                                           over to the Perl professionals. ActivePerl Enterprise Edition customers have been
                                           known to save days—even months—of developer time by eliminating the work it
                                           takes to build, test, and maintain their own open source distributions.

                                           Open Source Expertise at Your Fingertips
                                           Adding a Perl expert to your development team can make the difference between
                                           good and great software. Rather than hire in-house, which can be expensive and
                                           possibly even excessive, you can lean on ActivePerl language experts for design and
                                           development advice. ActiveState engineers contribute heavily to Perl and maintain
                                           great relationships with the open source community. They continually and rigorously
                                           quality test the ActivePerl distribution to ensure that the code boosts the overall
                                           quality of any commercial software project.


                                                                                                                                          6
Avoiding the Epic Fail:
       Improving Software Development
               Success with ActivePerl




                                           Cost Effective Licensing
                                           At first glance, managing open-source licensing on your own seems the most
                                           affordable option. But open source licensing can be baffling. Once you point a
                                           developer or two at collecting and reviewing all the licenses in use and then get
                                           lawyers onboard to do due diligence, the cost of managing Perl licensing in-house
ActiveState’s ActivePerl Enterprise        can add up. ActivePerl OEM Licensing provides an easy, out-of-the-box, fixed
                                           licensing solution that guarantees you’ve got the right licenses in place. It takes
is a no-risk Perl solution for
                                           open source licensing issues off your plate and reduces the roadblocks to software
developers who want to integrate
                                           delivery.
Perl into their software projects, but
don’t want the hassle of managing
and maintaining it.                        ActivePerl = Shorter, Cheaper Development Cycles
                                           ActivePerl typically helps to shorten development cycles and increase developer
                                           efficiency. Numara is a development shop that has used ActivePerl since 2005. As
                                           Numara Vice President of Product Development said: “We came to the realization
                                           that there was no point dedicating our energy and resources towards rebuilding Perl
                                           when ActiveState could do it more cost effectively.”


                                           Case Study: CA Chooses ActivePerl for
                                           Smoother Software Development
                                           CA is one the largest independent software companies in the world. CA SiteMinder
                                           Web Access Manager—one of CA’s most popular products—has more than 1400
                                           customers, including the majority of the Fortune 500. CA SiteMinder is an enterprise-
                                           scale Internet access control system. It provides secure access to web applications
                                           and websites for employees, customers, and business partners.

                                           CA SiteMinder chose Perl for an API that runs test automations. Perl was a natural
                                           fit for the task because it’s well suited to parsing and manipulating large amounts of
                                           data. It’s also a familiar and simpler programming language for CA’s customer base
                                           of system administrators, database administrators and IT professionals than either
                                           Java or C++. Plus, Perl scores high in interoperability and expedites cross-platform
                                           development, an important feature since SiteMinder runs on more than 20 different
                                           platforms.

                                           But, when CA investigated Perl in 2000, they weren’t convinced the existing free
                                           version was stable enough for their needs. Lawrence Backman, a Vice President
                                           at CA, says at the time, open source Perl had some multi-threading and multi-
                                           processor issues as well as scalability problems: “CA SiteMinder is an enterprise-
                                           level product, so we had to be sure we were using a solid, trusted version of Perl,”
                                           said Backman. So, in 2001, CA integrated ActivePerl into SiteMinder and other tools
                                           in CA’s web access control product family.



                                                                                                                                    7
Avoiding the Epic Fail:
    Improving Software Development
            Success with ActivePerl



                                        SiteMinder now uses ActivePerl to run test automations for the SiteMinder family
                                        of products. The product set spans a test matrix of more than 350 distinct platform
                                        combinations. Because ActivePerl supports all these platform combinations, CA
                                        has been able to take Perl to 32/64 bit platforms of all the major operating systems
                                        without having to worry about OS or platform differences. These test automations
                                        are the first line of defense against inadvertent regression—instances where a
“We came to the realization that
                                        feature stops working or performance slows. “Using ActivePerl, we are typically able
there was no point dedicating our       to find and address a regression in the core product within 24 hours of inadvertent
energy and resources towards            defect insertion,” said Backman. CA does regular maintenance on SiteMinder, which
rebuilding Perl when ActiveState        may result in anywhere from 25 to 30 fixes a month. It is easy to unintentionally
could do it more cost effectively.”     introduce regressions during a fix; automated testing ensures that does not happen.
                                        If it does, CA fixes the problem immediately.

                                        “ActiveState has both allowed us to continuously raise the bar on quality as well
                                        as cut the cost of expanding our product matrix,” said Backman. Although CA’s
                                        development team has the know-how and experience to successfully manage Perl
                                        code that is available free from the CPAN website, Backman says using ActiveState’s
                                        enterprise-level distribution makes more sense. Not only is it reliable, scalable, and
                                        enterprise-ready, ActivePerl saves CA development time and, therefore, dollars.
                                        Maintaining, updating, reinstalling, configuring and porting Perl is just not the best
                                        use of CA’s developers’ efforts. By leaving Perl infrastructure maintenance up to
                                        ActiveState, CA’s developers can focus squarely on enhancing SiteMinder and
                                        developing new features that drive the product’s marketability and revenue, says
                                        Backman.




                                                                                                                                 8
Avoiding the Epic Fail:
     Improving Software Development
             Success with ActivePerl




                                         Is ActivePerl Right for Your Project?
                                         At the start of every software development project, there is hope and anticipation
“ActiveState has both allowed us to      for smooth, problem-free development. But before your clean sheet of ice gets
continuously raise the bar on quality    ruined, put a plan in place to help eliminate typical software development downers:
                                         time restraints, insufficient in-house resources, and spiraling development costs.
as well as cut the cost of expanding
                                         Integrating Perl into your enterprise software development project can help keep
our product matrix.”
                                         you on schedule and on budget. By choosing an enterprise distribution of Perl, like
                   — Lawrence Backman
                                         ActivePerl, you ensure top quality code, do not have to worry about maintenance or
                                         upgrades, and add Perl expertise to your development “Dream Team” without having
                                         to hire in-house.

                                         Before your software development project starts down a path towards complexity
                                         and chaos, talk to an ActiveState open source expert to determine if Perl is
                                         the right fit for your software development project. ActiveState experts will
                                         weigh and consider all the challenges your development team faces and make
                                         recommendations tailored specifically for your project. Register today for a
                                         complimentary consultation with an ActivePerl specialist.

                                         Contact business-solutions@activestate.com to schedule your free consultation.
                                         Who is ActiveState?




                                                                                                                               9
ActiveState has been a player in enterprise-level open source
distributions since 1997. The company’s developers are supporters
and contributors to open source languages—including Perl, Python
and Tcl—and maintain healthy, active relationships with the open
source community.

ActiveState creates professional software development tools,
programming language distributions and business solutions for
dynamic languages, and practical tools and applications for social
networking platforms.

ActiveState is owned by its employees and Pender Financial Group,
a private merchant bank focused on technology in British Columbia.

For more information, visit www.activestate.com.


                                                                     ActiveState Software Inc.
                                                                     1700-409 Granville Street
                                                                     Vancouver, BC V6C 1T2

                                                                     Phone: +1.778.786.1100
                                                                     Fax: +1.778.786.1133

                                                                     Sales
                                                                     business-solutions@activestate.com
                                                                     phone: +1.778.786.1101

                                                                     Toll-free in North America
                                                                     1.866.510.2914

Más contenido relacionado

Más de ActiveState

Practical LPeg - Lua Workshop 2016
Practical LPeg - Lua Workshop 2016Practical LPeg - Lua Workshop 2016
Practical LPeg - Lua Workshop 2016ActiveState
 
Overview of Komodo IDE 10.1
Overview of Komodo IDE 10.1Overview of Komodo IDE 10.1
Overview of Komodo IDE 10.1ActiveState
 
The ActiveState of Tcl
The ActiveState of TclThe ActiveState of Tcl
The ActiveState of TclActiveState
 
PERL SURVEY 2016
PERL SURVEY 2016PERL SURVEY 2016
PERL SURVEY 2016ActiveState
 
Improving Customer Experience Using ActivePerl and ActivePython
Improving Customer Experience Using ActivePerl and ActivePythonImproving Customer Experience Using ActivePerl and ActivePython
Improving Customer Experience Using ActivePerl and ActivePythonActiveState
 
Python: The Programmer's Lingua Franca
Python: The Programmer's Lingua FrancaPython: The Programmer's Lingua Franca
Python: The Programmer's Lingua FrancaActiveState
 
Continuing Evolution of Perl: Highlights of ActivePerl 5.14
Continuing Evolution of Perl: Highlights of ActivePerl 5.14Continuing Evolution of Perl: Highlights of ActivePerl 5.14
Continuing Evolution of Perl: Highlights of ActivePerl 5.14ActiveState
 
Looking Ahead to Tcl 8.6
Looking Ahead to Tcl 8.6Looking Ahead to Tcl 8.6
Looking Ahead to Tcl 8.6ActiveState
 
Migrating from matlab to python
Migrating from matlab to pythonMigrating from matlab to python
Migrating from matlab to pythonActiveState
 
ActiveState, CA, Taking quality products to market faster with enterprise rea...
ActiveState, CA, Taking quality products to market faster with enterprise rea...ActiveState, CA, Taking quality products to market faster with enterprise rea...
ActiveState, CA, Taking quality products to market faster with enterprise rea...ActiveState
 
Keeping up with Perl: Development, Upgrade and Deployment Options for Perl 5.12
Keeping up with Perl: Development, Upgrade and Deployment Options for Perl 5.12Keeping up with Perl: Development, Upgrade and Deployment Options for Perl 5.12
Keeping up with Perl: Development, Upgrade and Deployment Options for Perl 5.12ActiveState
 
Python & Finance: US Government Mandates, Financial Modeling, and Other Snake...
Python & Finance: US Government Mandates, Financial Modeling, and Other Snake...Python & Finance: US Government Mandates, Financial Modeling, and Other Snake...
Python & Finance: US Government Mandates, Financial Modeling, and Other Snake...ActiveState
 
Best Practices in Porting & Developing Enterprise Applications to the Cloud u...
Best Practices in Porting & Developing Enterprise Applications to the Cloud u...Best Practices in Porting & Developing Enterprise Applications to the Cloud u...
Best Practices in Porting & Developing Enterprise Applications to the Cloud u...ActiveState
 
Safeguarding Against the Risks of Improper Open Source Licensing - Valuable...
Safeguarding Against the Risks of Improper Open Source Licensing - Valuable...Safeguarding Against the Risks of Improper Open Source Licensing - Valuable...
Safeguarding Against the Risks of Improper Open Source Licensing - Valuable...ActiveState
 
Take Quality Products to Market Faster with Enterprise-Ready Dynamic Languages
Take Quality Products to Market Faster with Enterprise-Ready Dynamic LanguagesTake Quality Products to Market Faster with Enterprise-Ready Dynamic Languages
Take Quality Products to Market Faster with Enterprise-Ready Dynamic LanguagesActiveState
 
License to Code: Indemnifying Your Business Against Open Source Licensing Lia...
License to Code: Indemnifying Your Business Against Open Source Licensing Lia...License to Code: Indemnifying Your Business Against Open Source Licensing Lia...
License to Code: Indemnifying Your Business Against Open Source Licensing Lia...ActiveState
 
Unveiling the Origins, Myths, Use and Benefits of Dynamic Languages
Unveiling the Origins, Myths, Use and Benefits of Dynamic LanguagesUnveiling the Origins, Myths, Use and Benefits of Dynamic Languages
Unveiling the Origins, Myths, Use and Benefits of Dynamic LanguagesActiveState
 

Más de ActiveState (17)

Practical LPeg - Lua Workshop 2016
Practical LPeg - Lua Workshop 2016Practical LPeg - Lua Workshop 2016
Practical LPeg - Lua Workshop 2016
 
Overview of Komodo IDE 10.1
Overview of Komodo IDE 10.1Overview of Komodo IDE 10.1
Overview of Komodo IDE 10.1
 
The ActiveState of Tcl
The ActiveState of TclThe ActiveState of Tcl
The ActiveState of Tcl
 
PERL SURVEY 2016
PERL SURVEY 2016PERL SURVEY 2016
PERL SURVEY 2016
 
Improving Customer Experience Using ActivePerl and ActivePython
Improving Customer Experience Using ActivePerl and ActivePythonImproving Customer Experience Using ActivePerl and ActivePython
Improving Customer Experience Using ActivePerl and ActivePython
 
Python: The Programmer's Lingua Franca
Python: The Programmer's Lingua FrancaPython: The Programmer's Lingua Franca
Python: The Programmer's Lingua Franca
 
Continuing Evolution of Perl: Highlights of ActivePerl 5.14
Continuing Evolution of Perl: Highlights of ActivePerl 5.14Continuing Evolution of Perl: Highlights of ActivePerl 5.14
Continuing Evolution of Perl: Highlights of ActivePerl 5.14
 
Looking Ahead to Tcl 8.6
Looking Ahead to Tcl 8.6Looking Ahead to Tcl 8.6
Looking Ahead to Tcl 8.6
 
Migrating from matlab to python
Migrating from matlab to pythonMigrating from matlab to python
Migrating from matlab to python
 
ActiveState, CA, Taking quality products to market faster with enterprise rea...
ActiveState, CA, Taking quality products to market faster with enterprise rea...ActiveState, CA, Taking quality products to market faster with enterprise rea...
ActiveState, CA, Taking quality products to market faster with enterprise rea...
 
Keeping up with Perl: Development, Upgrade and Deployment Options for Perl 5.12
Keeping up with Perl: Development, Upgrade and Deployment Options for Perl 5.12Keeping up with Perl: Development, Upgrade and Deployment Options for Perl 5.12
Keeping up with Perl: Development, Upgrade and Deployment Options for Perl 5.12
 
Python & Finance: US Government Mandates, Financial Modeling, and Other Snake...
Python & Finance: US Government Mandates, Financial Modeling, and Other Snake...Python & Finance: US Government Mandates, Financial Modeling, and Other Snake...
Python & Finance: US Government Mandates, Financial Modeling, and Other Snake...
 
Best Practices in Porting & Developing Enterprise Applications to the Cloud u...
Best Practices in Porting & Developing Enterprise Applications to the Cloud u...Best Practices in Porting & Developing Enterprise Applications to the Cloud u...
Best Practices in Porting & Developing Enterprise Applications to the Cloud u...
 
Safeguarding Against the Risks of Improper Open Source Licensing - Valuable...
Safeguarding Against the Risks of Improper Open Source Licensing - Valuable...Safeguarding Against the Risks of Improper Open Source Licensing - Valuable...
Safeguarding Against the Risks of Improper Open Source Licensing - Valuable...
 
Take Quality Products to Market Faster with Enterprise-Ready Dynamic Languages
Take Quality Products to Market Faster with Enterprise-Ready Dynamic LanguagesTake Quality Products to Market Faster with Enterprise-Ready Dynamic Languages
Take Quality Products to Market Faster with Enterprise-Ready Dynamic Languages
 
License to Code: Indemnifying Your Business Against Open Source Licensing Lia...
License to Code: Indemnifying Your Business Against Open Source Licensing Lia...License to Code: Indemnifying Your Business Against Open Source Licensing Lia...
License to Code: Indemnifying Your Business Against Open Source Licensing Lia...
 
Unveiling the Origins, Myths, Use and Benefits of Dynamic Languages
Unveiling the Origins, Myths, Use and Benefits of Dynamic LanguagesUnveiling the Origins, Myths, Use and Benefits of Dynamic Languages
Unveiling the Origins, Myths, Use and Benefits of Dynamic Languages
 

Último

Accelerating Enterprise Software Engineering with Platformless
Accelerating Enterprise Software Engineering with PlatformlessAccelerating Enterprise Software Engineering with Platformless
Accelerating Enterprise Software Engineering with PlatformlessWSO2
 
A Framework for Development in the AI Age
A Framework for Development in the AI AgeA Framework for Development in the AI Age
A Framework for Development in the AI AgeCprime
 
Microsoft 365 Copilot: How to boost your productivity with AI – Part one: Ado...
Microsoft 365 Copilot: How to boost your productivity with AI – Part one: Ado...Microsoft 365 Copilot: How to boost your productivity with AI – Part one: Ado...
Microsoft 365 Copilot: How to boost your productivity with AI – Part one: Ado...Nikki Chapple
 
All These Sophisticated Attacks, Can We Really Detect Them - PDF
All These Sophisticated Attacks, Can We Really Detect Them - PDFAll These Sophisticated Attacks, Can We Really Detect Them - PDF
All These Sophisticated Attacks, Can We Really Detect Them - PDFMichael Gough
 
React Native vs Ionic - The Best Mobile App Framework
React Native vs Ionic - The Best Mobile App FrameworkReact Native vs Ionic - The Best Mobile App Framework
React Native vs Ionic - The Best Mobile App FrameworkPixlogix Infotech
 
Tampa BSides - The No BS SOC (slides from April 6, 2024 talk)
Tampa BSides - The No BS SOC (slides from April 6, 2024 talk)Tampa BSides - The No BS SOC (slides from April 6, 2024 talk)
Tampa BSides - The No BS SOC (slides from April 6, 2024 talk)Mark Simos
 
Infrared simulation and processing on Nvidia platforms
Infrared simulation and processing on Nvidia platformsInfrared simulation and processing on Nvidia platforms
Infrared simulation and processing on Nvidia platformsYoss Cohen
 
Long journey of Ruby standard library at RubyConf AU 2024
Long journey of Ruby standard library at RubyConf AU 2024Long journey of Ruby standard library at RubyConf AU 2024
Long journey of Ruby standard library at RubyConf AU 2024Hiroshi SHIBATA
 
Emixa Mendix Meetup 11 April 2024 about Mendix Native development
Emixa Mendix Meetup 11 April 2024 about Mendix Native developmentEmixa Mendix Meetup 11 April 2024 about Mendix Native development
Emixa Mendix Meetup 11 April 2024 about Mendix Native developmentPim van der Noll
 
Assure Ecommerce and Retail Operations Uptime with ThousandEyes
Assure Ecommerce and Retail Operations Uptime with ThousandEyesAssure Ecommerce and Retail Operations Uptime with ThousandEyes
Assure Ecommerce and Retail Operations Uptime with ThousandEyesThousandEyes
 
Connecting the Dots for Information Discovery.pdf
Connecting the Dots for Information Discovery.pdfConnecting the Dots for Information Discovery.pdf
Connecting the Dots for Information Discovery.pdfNeo4j
 
Email Marketing Automation for Bonterra Impact Management (fka Social Solutio...
Email Marketing Automation for Bonterra Impact Management (fka Social Solutio...Email Marketing Automation for Bonterra Impact Management (fka Social Solutio...
Email Marketing Automation for Bonterra Impact Management (fka Social Solutio...Jeffrey Haguewood
 
Manual 508 Accessibility Compliance Audit
Manual 508 Accessibility Compliance AuditManual 508 Accessibility Compliance Audit
Manual 508 Accessibility Compliance AuditSkynet Technologies
 
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24Mark Goldstein
 
JET Technology Labs White Paper for Virtualized Security and Encryption Techn...
JET Technology Labs White Paper for Virtualized Security and Encryption Techn...JET Technology Labs White Paper for Virtualized Security and Encryption Techn...
JET Technology Labs White Paper for Virtualized Security and Encryption Techn...amber724300
 
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...Wes McKinney
 
Glenn Lazarus- Why Your Observability Strategy Needs Security Observability
Glenn Lazarus- Why Your Observability Strategy Needs Security ObservabilityGlenn Lazarus- Why Your Observability Strategy Needs Security Observability
Glenn Lazarus- Why Your Observability Strategy Needs Security Observabilityitnewsafrica
 
Transcript: New from BookNet Canada for 2024: BNC SalesData and LibraryData -...
Transcript: New from BookNet Canada for 2024: BNC SalesData and LibraryData -...Transcript: New from BookNet Canada for 2024: BNC SalesData and LibraryData -...
Transcript: New from BookNet Canada for 2024: BNC SalesData and LibraryData -...BookNet Canada
 
QMMS Lesson 2 - Using MS Excel Formula.pdf
QMMS Lesson 2 - Using MS Excel Formula.pdfQMMS Lesson 2 - Using MS Excel Formula.pdf
QMMS Lesson 2 - Using MS Excel Formula.pdfROWELL MARQUINA
 
Design pattern talk by Kaya Weers - 2024 (v2)
Design pattern talk by Kaya Weers - 2024 (v2)Design pattern talk by Kaya Weers - 2024 (v2)
Design pattern talk by Kaya Weers - 2024 (v2)Kaya Weers
 

Último (20)

Accelerating Enterprise Software Engineering with Platformless
Accelerating Enterprise Software Engineering with PlatformlessAccelerating Enterprise Software Engineering with Platformless
Accelerating Enterprise Software Engineering with Platformless
 
A Framework for Development in the AI Age
A Framework for Development in the AI AgeA Framework for Development in the AI Age
A Framework for Development in the AI Age
 
Microsoft 365 Copilot: How to boost your productivity with AI – Part one: Ado...
Microsoft 365 Copilot: How to boost your productivity with AI – Part one: Ado...Microsoft 365 Copilot: How to boost your productivity with AI – Part one: Ado...
Microsoft 365 Copilot: How to boost your productivity with AI – Part one: Ado...
 
All These Sophisticated Attacks, Can We Really Detect Them - PDF
All These Sophisticated Attacks, Can We Really Detect Them - PDFAll These Sophisticated Attacks, Can We Really Detect Them - PDF
All These Sophisticated Attacks, Can We Really Detect Them - PDF
 
React Native vs Ionic - The Best Mobile App Framework
React Native vs Ionic - The Best Mobile App FrameworkReact Native vs Ionic - The Best Mobile App Framework
React Native vs Ionic - The Best Mobile App Framework
 
Tampa BSides - The No BS SOC (slides from April 6, 2024 talk)
Tampa BSides - The No BS SOC (slides from April 6, 2024 talk)Tampa BSides - The No BS SOC (slides from April 6, 2024 talk)
Tampa BSides - The No BS SOC (slides from April 6, 2024 talk)
 
Infrared simulation and processing on Nvidia platforms
Infrared simulation and processing on Nvidia platformsInfrared simulation and processing on Nvidia platforms
Infrared simulation and processing on Nvidia platforms
 
Long journey of Ruby standard library at RubyConf AU 2024
Long journey of Ruby standard library at RubyConf AU 2024Long journey of Ruby standard library at RubyConf AU 2024
Long journey of Ruby standard library at RubyConf AU 2024
 
Emixa Mendix Meetup 11 April 2024 about Mendix Native development
Emixa Mendix Meetup 11 April 2024 about Mendix Native developmentEmixa Mendix Meetup 11 April 2024 about Mendix Native development
Emixa Mendix Meetup 11 April 2024 about Mendix Native development
 
Assure Ecommerce and Retail Operations Uptime with ThousandEyes
Assure Ecommerce and Retail Operations Uptime with ThousandEyesAssure Ecommerce and Retail Operations Uptime with ThousandEyes
Assure Ecommerce and Retail Operations Uptime with ThousandEyes
 
Connecting the Dots for Information Discovery.pdf
Connecting the Dots for Information Discovery.pdfConnecting the Dots for Information Discovery.pdf
Connecting the Dots for Information Discovery.pdf
 
Email Marketing Automation for Bonterra Impact Management (fka Social Solutio...
Email Marketing Automation for Bonterra Impact Management (fka Social Solutio...Email Marketing Automation for Bonterra Impact Management (fka Social Solutio...
Email Marketing Automation for Bonterra Impact Management (fka Social Solutio...
 
Manual 508 Accessibility Compliance Audit
Manual 508 Accessibility Compliance AuditManual 508 Accessibility Compliance Audit
Manual 508 Accessibility Compliance Audit
 
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
 
JET Technology Labs White Paper for Virtualized Security and Encryption Techn...
JET Technology Labs White Paper for Virtualized Security and Encryption Techn...JET Technology Labs White Paper for Virtualized Security and Encryption Techn...
JET Technology Labs White Paper for Virtualized Security and Encryption Techn...
 
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...
 
Glenn Lazarus- Why Your Observability Strategy Needs Security Observability
Glenn Lazarus- Why Your Observability Strategy Needs Security ObservabilityGlenn Lazarus- Why Your Observability Strategy Needs Security Observability
Glenn Lazarus- Why Your Observability Strategy Needs Security Observability
 
Transcript: New from BookNet Canada for 2024: BNC SalesData and LibraryData -...
Transcript: New from BookNet Canada for 2024: BNC SalesData and LibraryData -...Transcript: New from BookNet Canada for 2024: BNC SalesData and LibraryData -...
Transcript: New from BookNet Canada for 2024: BNC SalesData and LibraryData -...
 
QMMS Lesson 2 - Using MS Excel Formula.pdf
QMMS Lesson 2 - Using MS Excel Formula.pdfQMMS Lesson 2 - Using MS Excel Formula.pdf
QMMS Lesson 2 - Using MS Excel Formula.pdf
 
Design pattern talk by Kaya Weers - 2024 (v2)
Design pattern talk by Kaya Weers - 2024 (v2)Design pattern talk by Kaya Weers - 2024 (v2)
Design pattern talk by Kaya Weers - 2024 (v2)
 

10 Myths About Running Open Source Software in Your Business

  • 1. 10 Myths About Running Open Source Software in Your Business White Paper September 2008
  • 2. White Paper September 2008 Avoiding the Epic Fail: Improving Software Development Success with ActivePerl Why is Software Development So Hard? It is easy to sympathize with software developers trying to build large, complex enterprise software solutions. At the start, a software development project is like a smooth sheet of ice: full of possibility. It’s a clean slate, free from architectural flaws, bugs, and broken code. But once the first line of code is written, complexities begin to layer one on top of the other. Before you know it, your software project looks more like the aftermath of a hockey game than a pristine ice surface. Software development is hard. So hard that industry studies, like the 2006 Chaos Report from the Standish Group, document failure rates as high at 65%. No matter what the end product, many of the same stumbling blocks come up time and again and get in the way of project success. Some classic pitfalls include time restraints, insufficient in-house resources, scope creep, and spiraling development costs. So how do software developers minimize these obstacles and improve their chances for better, faster, more cost-effective software development? In this paper, we present the open source Perl programming language as a solution for avoiding typical software development foibles. We discuss how an enterprise- grade version of Perl can cure the headaches that go hand-in-hand with building and managing specific aspects of your software development project in-house. By harnessing the processing power of Perl and implementing a fail-safe Perl distribution with enterprise-grade support, developers can get quality software products out the door faster and cheaper. 2
  • 3. Avoiding the Epic Fail: Improving Software Development Success with ActivePerl Common Software Development Pitfalls There are plenty of land mines in software development. These are some of the obstacles that can delay your development project: When a software development 1. An Unrealistic Development Schedule project falls behind, the business Software development projects are a race against the clock. All too often, there is not enough time to starts to lose money, and the build the product’s core feature set, let alone satisfy new requirements that inevitably make their way into the design spec. When a software development project falls behind, the business starts to lose project falters. money, and the project falters. 2. Resource Scarcity Even if you have a software development “Dream Team” in-house, you are bound to come up short. That’s why there has been an explosion in third-party software and outsourced development over the last decade. Organizations just don’t have all the resources to manage every aspect of their development projects. Not recognizing your company’s resource limitations can be a software development project’s undoing; re-inventing the wheel in-house puts your project behind schedule, reduces your competitive advantage, and puts a strain on the business. 3. Underestimating a Project’s Complexity Software development presents hundreds of technical issues to solve. From cross-platform support to performance and scalability, each technical challenge puts stress on an over-subscribed development team that often did not anticipate the number of technical challenges they would encounter. As a development project unfolds, the technical issues amplify and become unwieldy, overwhelming, and expensive to fix. 4. Being Held Hostage by Third-Party Vendors Using third-party software components can help reduce the complexity of your project and can even improve its quality. But proprietary third-party software comes with its own set of challenges. Most critically, your project can get sidelined while third-party vendors take their sweet time making fixes or adding new features. Putting your project schedule in the hands of another software vendor can threaten your success. 5. Not Budgeting for Developer Expertise The right engineers will always create better software than average programmers. Invest in quality people—whether they’re in-house or external experts—because getting your hands on the right development expertise is your first defense against project failure. 6. Budget Restraints You may have already noticed, but there is never quite enough money budgeted for software development projects! 7. Dismissing Open Source The popular tech journal InfoWorld said, “The most conservative IT shops dismiss open source solutions as a matter of policy [and] that’s a big mistake.” By rejecting open source you miss out on proven, stable, and scalable low-cost solutions. 3
  • 4. Avoiding the Epic Fail: Improving Software Development Success with ActivePerl Perl to the Rescue: An Open Source Solution that Improves Your Chances of Software Success So, how does Perl improve your chances of successfully completing your software development project? For starters, it’s a proven solution used by millions of software By rejecting open source, you miss developers around the world for a variety of programming tasks. Why reinvent the out on proven, stable, and scalable wheel in-house? It takes resources away from building core features and burdens low-cost solutions. an already oversubscribed development team. Perl is immediately available and, because it’s open source software, there are no licensing fees if you choose to use a free, unsupported version of Perl. Plus, the ever-improving, extensible nature of open source languages means the code is constantly adapting, evolving, and stabilizing. There is a colossal community of Perl developers continuously working to improve and enhance Perl with upgrades and fixes. Like any platform that is widely used, Perl progresses over time, adding to the stability and scalability of any software product. What is Perl? Perl stands for Practical Extraction and Report Language and is a general-purpose dynamic programming language, originally designed to make report processing easier. It’s sometimes called the “duct tape of the Internet” because it’s so flexible and adaptable. While manipulating text files is its specialty, Perl is used for a variety of computational tasks: system administration, network programming, CGI programming on the web, and in applications with a back-end database. This description of Perl from Wikipedia is rather charming: “While other programming languages—such as Fortran and C—were designed to make efficient use of expensive computer hardware, Perl is designed to make efficient use of expensive computer programmers.” For this reason, Perl helps to keep software development projects on schedule and on budget. Perl is popular with system administrators and CGI script authors because it does such a fine job of processing large amounts of data for creating reports or running test cases. It’s a favorite for database applications because it handles SQL queries gracefully and efficiently. Perl also scores high marks for interoperability and cross- platform development because it painlessly unifies systems and interfaces that were not designed to play nicely together. Perl is widely used by high-traffic websites because its database-caching feature helps manage intense traffic spikes; websites including bbc.co.uk, Amazon.com, LiveJournal.com, Ticketmaster.com, and IMDb. com use Perl for precisely this reason. 4
  • 5. Avoiding the Epic Fail: Improving Software Development Success with ActivePerl The Perl Business Boost Perl makes business sense. As an open source language, you’re not required to pay license fees. Not having to shell out for license fees can reduce the cost of software development and help keep your project on budget. When your team is under pressure to deliver with few resources and a tight budget, the Perl developer Perl is popular with system community can lend a hand by making fixes (albeit on their own schedule) and administrators and CGI script providing support where needed (if they are so inclined). Plus, Perl’s agility and authors because it does such a fine continuous upgrades and fixes give software projects deploying open source job of processing large amounts of software a competitive advantage. data for creating reports or running But, Perl is not a panacea. There are some disadvantages that come with test cases. incorporating open source into your software development project. For instance: • 24/7 support doesn’t exist. When you are on a tight development schedule, a lack of formal support or training can put your project at risk. The open source community will respond but, like third-party vendors, they work on their own schedules. • If the open source software you’re using is not top quality, it can cause a ripple effect that disrupts your product quality and/or business processes. • Managing open source licensing can be both an administrative headache and opens your business up to legal hassles. If you misinterpret licensing requirements, you could wind up in the middle of a legal battle. The last thing you want is to see is all that money saved on license fees redirected to lawyers’ fees. Taking a Hard Look at Perl: The Pros and Cons Pros Cons Perl is “mature” It’s been around for a Its syntax can be difficult to learn long time and is freely available and can cause usability issues Good for file manipulation No 24/7 technical support available Often used for CGI scripts and other Perl scripts can be difficult to write web-related jobs and maintain It’s commonly used, especially by Open source licensing can be an system administrators administrative and legal hassle It’s portable: available for almost every platform It’s good at pattern matching, regular expressions, and string manipulation Recognized for fast processing speed 5
  • 6. Avoiding the Epic Fail: Improving Software Development Success with ActivePerl ActivePerl: Fire and Forget Perl Harnessing the power of Perl means software developers don’t have to cobble together all their own solutions for data processing, CGI scripting, and system administration, but the risk is that developers spend the time saved in implementing Perl Fun Facts Perl solutions on rebuilding Perl installations and managing all the updates and • Perl celebrates its 21st fixes along the way. If Perl isn’t an area of in-house expertise, maintenance can be daunting and time consuming, so it won’t mitigate schedule and budget creep. birthday this year. • Perl was originally named ActiveState’s ActivePerl Enterprise is a no-risk Perl solution for developers who want “Pearl” after the “Parable to integrate Perl into their software projects, but don’t want the hassle of managing of the Pearl” that and maintaining it. ActivePerl is ‘fire and forget’ Perl. It’s a ready-to-install, industry- espouses the value of standard Perl distribution that works across a variety of platforms: Windows, Linux, heaven, from the Gospel Mac OS X, and others. It is used by millions of developers around the world for of Matthew. easy Perl installation, quality-assured code, and comprehensive technical support. • Programming Perl, While it is entirely possible to compile Perl source code from the Comprehensive published by O’Reilly Perl Archive Network (CPAN) website—where Perl modules, scripts, distributions, Media, features a picture and source code are available for free download—many systems don’t include the of a camel on the cover. requisite C compiler and build tools. As such, installing modules can be tricky and potentially time consuming. The camel image has become a symbol of Perl. ActivePerl comes pre-compiled for out-of-the-box installation and includes core Perl, • Perl slogan: “Easy things popular modules, the Perl Package Manager (PPM), and complete documentation. should be easy and hard The Windows version provides additional features that have made ActivePerl the things should be worldwide standard for Perl on Windows. ActivePerl Enterprise Edition software is possible.” packaged with commercial-grade documentation, technical support, and access to some of the industry’s most knowledgeable Perl experts to help with installation, upgrades, and maintenance. Maintenance-Free Perl Cuts Down on Project Complexity You can lessen project complexity and resource scarcity by handing maintenance over to the Perl professionals. ActivePerl Enterprise Edition customers have been known to save days—even months—of developer time by eliminating the work it takes to build, test, and maintain their own open source distributions. Open Source Expertise at Your Fingertips Adding a Perl expert to your development team can make the difference between good and great software. Rather than hire in-house, which can be expensive and possibly even excessive, you can lean on ActivePerl language experts for design and development advice. ActiveState engineers contribute heavily to Perl and maintain great relationships with the open source community. They continually and rigorously quality test the ActivePerl distribution to ensure that the code boosts the overall quality of any commercial software project. 6
  • 7. Avoiding the Epic Fail: Improving Software Development Success with ActivePerl Cost Effective Licensing At first glance, managing open-source licensing on your own seems the most affordable option. But open source licensing can be baffling. Once you point a developer or two at collecting and reviewing all the licenses in use and then get lawyers onboard to do due diligence, the cost of managing Perl licensing in-house ActiveState’s ActivePerl Enterprise can add up. ActivePerl OEM Licensing provides an easy, out-of-the-box, fixed licensing solution that guarantees you’ve got the right licenses in place. It takes is a no-risk Perl solution for open source licensing issues off your plate and reduces the roadblocks to software developers who want to integrate delivery. Perl into their software projects, but don’t want the hassle of managing and maintaining it. ActivePerl = Shorter, Cheaper Development Cycles ActivePerl typically helps to shorten development cycles and increase developer efficiency. Numara is a development shop that has used ActivePerl since 2005. As Numara Vice President of Product Development said: “We came to the realization that there was no point dedicating our energy and resources towards rebuilding Perl when ActiveState could do it more cost effectively.” Case Study: CA Chooses ActivePerl for Smoother Software Development CA is one the largest independent software companies in the world. CA SiteMinder Web Access Manager—one of CA’s most popular products—has more than 1400 customers, including the majority of the Fortune 500. CA SiteMinder is an enterprise- scale Internet access control system. It provides secure access to web applications and websites for employees, customers, and business partners. CA SiteMinder chose Perl for an API that runs test automations. Perl was a natural fit for the task because it’s well suited to parsing and manipulating large amounts of data. It’s also a familiar and simpler programming language for CA’s customer base of system administrators, database administrators and IT professionals than either Java or C++. Plus, Perl scores high in interoperability and expedites cross-platform development, an important feature since SiteMinder runs on more than 20 different platforms. But, when CA investigated Perl in 2000, they weren’t convinced the existing free version was stable enough for their needs. Lawrence Backman, a Vice President at CA, says at the time, open source Perl had some multi-threading and multi- processor issues as well as scalability problems: “CA SiteMinder is an enterprise- level product, so we had to be sure we were using a solid, trusted version of Perl,” said Backman. So, in 2001, CA integrated ActivePerl into SiteMinder and other tools in CA’s web access control product family. 7
  • 8. Avoiding the Epic Fail: Improving Software Development Success with ActivePerl SiteMinder now uses ActivePerl to run test automations for the SiteMinder family of products. The product set spans a test matrix of more than 350 distinct platform combinations. Because ActivePerl supports all these platform combinations, CA has been able to take Perl to 32/64 bit platforms of all the major operating systems without having to worry about OS or platform differences. These test automations are the first line of defense against inadvertent regression—instances where a “We came to the realization that feature stops working or performance slows. “Using ActivePerl, we are typically able there was no point dedicating our to find and address a regression in the core product within 24 hours of inadvertent energy and resources towards defect insertion,” said Backman. CA does regular maintenance on SiteMinder, which rebuilding Perl when ActiveState may result in anywhere from 25 to 30 fixes a month. It is easy to unintentionally could do it more cost effectively.” introduce regressions during a fix; automated testing ensures that does not happen. If it does, CA fixes the problem immediately. “ActiveState has both allowed us to continuously raise the bar on quality as well as cut the cost of expanding our product matrix,” said Backman. Although CA’s development team has the know-how and experience to successfully manage Perl code that is available free from the CPAN website, Backman says using ActiveState’s enterprise-level distribution makes more sense. Not only is it reliable, scalable, and enterprise-ready, ActivePerl saves CA development time and, therefore, dollars. Maintaining, updating, reinstalling, configuring and porting Perl is just not the best use of CA’s developers’ efforts. By leaving Perl infrastructure maintenance up to ActiveState, CA’s developers can focus squarely on enhancing SiteMinder and developing new features that drive the product’s marketability and revenue, says Backman. 8
  • 9. Avoiding the Epic Fail: Improving Software Development Success with ActivePerl Is ActivePerl Right for Your Project? At the start of every software development project, there is hope and anticipation “ActiveState has both allowed us to for smooth, problem-free development. But before your clean sheet of ice gets continuously raise the bar on quality ruined, put a plan in place to help eliminate typical software development downers: time restraints, insufficient in-house resources, and spiraling development costs. as well as cut the cost of expanding Integrating Perl into your enterprise software development project can help keep our product matrix.” you on schedule and on budget. By choosing an enterprise distribution of Perl, like — Lawrence Backman ActivePerl, you ensure top quality code, do not have to worry about maintenance or upgrades, and add Perl expertise to your development “Dream Team” without having to hire in-house. Before your software development project starts down a path towards complexity and chaos, talk to an ActiveState open source expert to determine if Perl is the right fit for your software development project. ActiveState experts will weigh and consider all the challenges your development team faces and make recommendations tailored specifically for your project. Register today for a complimentary consultation with an ActivePerl specialist. Contact business-solutions@activestate.com to schedule your free consultation. Who is ActiveState? 9
  • 10. ActiveState has been a player in enterprise-level open source distributions since 1997. The company’s developers are supporters and contributors to open source languages—including Perl, Python and Tcl—and maintain healthy, active relationships with the open source community. ActiveState creates professional software development tools, programming language distributions and business solutions for dynamic languages, and practical tools and applications for social networking platforms. ActiveState is owned by its employees and Pender Financial Group, a private merchant bank focused on technology in British Columbia. For more information, visit www.activestate.com. ActiveState Software Inc. 1700-409 Granville Street Vancouver, BC V6C 1T2 Phone: +1.778.786.1100 Fax: +1.778.786.1133 Sales business-solutions@activestate.com phone: +1.778.786.1101 Toll-free in North America 1.866.510.2914