Systinet Axiom: It’s A Service World

In the early days of Systinet (summer of 2000) I made the following proposition that served as a guiding principle for the company development: The web will be full of services within the next five years.

We saw the massive growth of services on the web since then. From Flickr to YouTube, from Gmail to Twitter and thousands of others. And the circle has closed a few days ago when Google announced their service platform: Google App Engine. It’s the ultimate service container as it only supports creation of web services:

* An application can only access other computers on the Internet through the provided URL fetch and email services and APIs. Other computers can only connect to the application by making HTTP (or HTTPS) requests on the standard ports.
* An application cannot write to the file system. An app can read files, but only files uploaded with the application code. The app must use the App Engine datastore for all data that persists between requests.
* Application code only runs in response to a web request, and must return response data within a few seconds. A request handler cannot spawn a sub-process or execute code after the response has been sent.

Advertisement

Comments

One Comment so far. Leave a comment below.
  1. David Hajek,

    I better remember your post from two years ago, when you said there will be only 5 computers in the world. We’re almost there – EC2 and Google AppEngine is here, and others will follow soon (Microsoft, EMC…)

Add Your Comments

Disclaimer
Your email is never published nor shared.

Fill in your details below or click an icon to log in:

Gravatar
WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s

Tips

You may use these HTML tags and attributes: <a href="" title="" rel=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <pre> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

Ready?

Follow

Get every new post delivered to your Inbox.

Join 429 other followers