Home Backend Development PHP Tutorial What is the difference between SaaS that does not pay on demand and being a rogue?

What is the difference between SaaS that does not pay on demand and being a rogue?

Jul 25, 2016 am 08:50 AM

I have read and written articles about SaaS, and met and chatted with some SaaS entrepreneurs, but I feel more and more deeply uneasy. This uneasiness comes from the very first question - what are the opportunities for SaaS?

Leaving aside foreign markets, as far as the domestic market is concerned, there is currently no SaaS company that can take advantage of it. Everyone is in the growth stage, but they also have the "Troubles of Young Werther". Although SaaS is an important layer of cloud computing, it is not SaaS that only comes after the existing cloud computing. If you must find a "father" for SaaS, ASP is more suitable, because the concepts of SaaS and ASP are basically similar, both are based on "asaService", and even focus on the concept of "traditional software subversive". But for many people, ASP is already a relatively unfamiliar concept, because this ASP was basically hung on the wall in 2006. At that time, cloud computing had just begun to enter the world on its own.

The rise of cloud computing has brought another golden brand to the enterprise software market - SaaS. However, judging from the current content covered by SaaS, it is nothing more than OA, CRM, ERP, data management, etc., which are all familiar in the market. , is also the most stable market for giants. It is very difficult for some entrepreneurs to get a share of this market. On the other hand, traditional IT service companies do not really understand SaaS, understand "cloud", and use data backup. For example, inspired by cloud computing, traditional data backup has been linked to several cloud storage nodes, and Sun Erniang's business has been started by branding it as cloud backup. These traditional companies didn't even change the bottles, they just changed the labels. They just hope that the "cloud" will come slower and they can cultivate their own "private land" for a few more years.

The so-called revolution must be when one model replaces another model, or when a new technical field replaces an old technical field and creates a new technical category, opening up a new technical market. If SaaS will be a revolution in traditional software, then it must refer to the business model represented by SaaS, which is pay-as-you-go!

Under the Internet, SaaS that does not pay on demand is a rogue. Some traditional software companies will say without shame: The implementation of SaaS cannot be aimed at reducing costs. Considering the huge benefits brought by new services, a higher investment is still very worthwhile. This is really a joke. The ultimate mission and goal of ERP and CRM is to improve management efficiency and reduce management costs for enterprises. The 2B market has always been characterized by high competition, disorder, and low profits, causing these companies to quickly label themselves SaaS in order to gain greater bargaining power.

Looking back at the development of ASP, it is not difficult to conclude that the reasons for its failure can be roughly divided into: 1. Insufficient user trust (financial departments in foreign countries can also be outsourced); 2. Uncertainty of long-term development; 3. Lack of market traction; These three reasons can be summarized in one word: too advanced! These three problems are also the most important problems faced by SaaS at the beginning. Fortunately, there is cloud computing. If there is no concept of cloud computing to support it, , the SaaS bubble may have burst long ago. The core concept of cloud computing "distribution on demand" and the maturity of the current network environment, development conditions, and usage awareness have given SaaS unlimited room for imagination. Similar to data storage companies Qiniu and Ucloud, data backup companies such as Duo Backup are all representatives of this kind of pay-as-you-go-payment based on specific usage traffic; in addition, traditional software overlords like Microsoft have become more popular after Nadella took charge. , its software business has begun to shift to a free value-added model. Note that this is not a purely free version. On April 23, Microsoft released its first-quarter financial report. CEO Nadella expressed the hope that all Microsoft's software businesses will shift to an annual payment and long-term subscription model instead of one-time software transactions.

As a trend, cloud computing and SaaS have made the one-time payment era in the enterprise market a thing of the past. But this does not mean that the free era has arrived. The pay-as-you-go model of cloud computing will become an important opportunity for the transformation of the enterprise market at this stage. It would be a pity if you cannot seize it.




Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Article

R.E.P.O. Energy Crystals Explained and What They Do (Yellow Crystal)
2 weeks ago By 尊渡假赌尊渡假赌尊渡假赌
Hello Kitty Island Adventure: How To Get Giant Seeds
1 months ago By 尊渡假赌尊渡假赌尊渡假赌
Two Point Museum: All Exhibits And Where To Find Them
1 months ago By 尊渡假赌尊渡假赌尊渡假赌

Hot Tools

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

Working with Flash Session Data in Laravel Working with Flash Session Data in Laravel Mar 12, 2025 pm 05:08 PM

Laravel simplifies handling temporary session data using its intuitive flash methods. This is perfect for displaying brief messages, alerts, or notifications within your application. Data persists only for the subsequent request by default: $request-

cURL in PHP: How to Use the PHP cURL Extension in REST APIs cURL in PHP: How to Use the PHP cURL Extension in REST APIs Mar 14, 2025 am 11:42 AM

The PHP Client URL (cURL) extension is a powerful tool for developers, enabling seamless interaction with remote servers and REST APIs. By leveraging libcurl, a well-respected multi-protocol file transfer library, PHP cURL facilitates efficient execution of various network protocols, including HTTP, HTTPS, and FTP. This extension offers granular control over HTTP requests, supports multiple concurrent operations, and provides built-in security features.

Simplified HTTP Response Mocking in Laravel Tests Simplified HTTP Response Mocking in Laravel Tests Mar 12, 2025 pm 05:09 PM

Laravel provides concise HTTP response simulation syntax, simplifying HTTP interaction testing. This approach significantly reduces code redundancy while making your test simulation more intuitive. The basic implementation provides a variety of response type shortcuts: use Illuminate\Support\Facades\Http; Http::fake([ 'google.com' => 'Hello World', 'github.com' => ['foo' => 'bar'], 'forge.laravel.com' =>

12 Best PHP Chat Scripts on CodeCanyon 12 Best PHP Chat Scripts on CodeCanyon Mar 13, 2025 pm 12:08 PM

Do you want to provide real-time, instant solutions to your customers' most pressing problems? Live chat lets you have real-time conversations with customers and resolve their problems instantly. It allows you to provide faster service to your custom

Explain the concept of late static binding in PHP. Explain the concept of late static binding in PHP. Mar 21, 2025 pm 01:33 PM

Article discusses late static binding (LSB) in PHP, introduced in PHP 5.3, allowing runtime resolution of static method calls for more flexible inheritance.Main issue: LSB vs. traditional polymorphism; LSB's practical applications and potential perfo

PHP Logging: Best Practices for PHP Log Analysis PHP Logging: Best Practices for PHP Log Analysis Mar 10, 2025 pm 02:32 PM

PHP logging is essential for monitoring and debugging web applications, as well as capturing critical events, errors, and runtime behavior. It provides valuable insights into system performance, helps identify issues, and supports faster troubleshoot

Discover File Downloads in Laravel with Storage::download Discover File Downloads in Laravel with Storage::download Mar 06, 2025 am 02:22 AM

The Storage::download method of the Laravel framework provides a concise API for safely handling file downloads while managing abstractions of file storage. Here is an example of using Storage::download() in the example controller:

HTTP Method Verification in Laravel HTTP Method Verification in Laravel Mar 05, 2025 pm 04:14 PM

Laravel simplifies HTTP verb handling in incoming requests, streamlining diverse operation management within your applications. The method() and isMethod() methods efficiently identify and validate request types. This feature is crucial for building

See all articles