Scaling to the Enterprise (Part 1 of 4)

Croquet is built on some well-used, but not mainstream technologies. A colleague has asked “Why should we believe that Squeak scales to the enterprise?” I’d like to share my answer, to solicit comment.

It is good to ask this, and there are several aspects to the answer:
1. How reliable is the underlying software?
2. How much use can the software support?
3. How will applications be developed?
4. How reliable is the community.

Part 1 of 4.

1. HOW RELIABLE IS THE UNDERLYING SOFTWARE?

In addition to the work done by developers on campus, every application uses libraries and other code that must work correctly. Military and aerospace software undergoes rigorous and expensive certification to weed out bugs that cause applications to fail or produce incorrect results. However, this is not the practice for most so called “enterprise software,” and most implementations contains many such bugs. In fact, their “standards certification” procedures often require that such bugs be reproduced exactly in subsequent versions. For most of the history of Java, Sun licenses used to warn that the software should not be used where there is a potential for human or monetary loss. (The licenses now merely warn, “You acknowledge that this software is not designed, licensed or intended for use in the design, construction, operation or maintenance of any nuclear facility.”)

The approach of the open source community is that such bugs can be found by the thousands of non-proprietary eyes that have access to the full source. Further, these bugs can be fixed immediately and made available to the community. This has been borne out in several studies. The first shown to me by Google include one from at UW:

http://www.cs.wisc.edu/%7Ebart/fuzz/fuzz.html
http://web.archive.org/web/20010606035231/http://www.zdnet.com/sp/stories/issue/0,4537,2387282,00.html
http://www.reasoning.com/newsevents/pr/12_15_03.html
http://www.becta.org.uk/publications/documents/BEC5606_Information_Sheetrev.pdf

The effect of open source on reliability is even more dramatic when you restrict the class of bug to those involving security.

Of course, the potential reliability of open source in general does not necessarily translate into actual reliability for the particular open source used by Squeak. There are currently just over a thousand highly trained computer scientists working on the Squeak source, and we expect this to grow with the success of Croquet. However, there will still be bugs. How are these addressed?

Croquet goes beyond the benefits of open source, by using a technique called ‘late binding.’ This allows bugs in a running application to be fixed while the application is in use — without restarting. This is one reason why several very large operations use late-binding systems as a competitive advantage in their most mission-critical enterprise applications. (E.g., Orbitz travel service, American Express fraud detection, Yahoo Store).

About Stearns

Howard Stearns works at High Fidelity, Inc., creating the metaverse. Mr. Stearns has a quarter century experience in systems engineering, applications consulting, and management of advanced software technologies. He was the technical lead of University of Wisconsin's Croquet project, an ambitious project convened by computing pioneer Alan Kay to transform collaboration through 3D graphics and real-time, persistent shared spaces. The CAD integration products Mr. Stearns created for expert system pioneer ICAD set the market standard through IPO and acquisition by Oracle. The embedded systems he wrote helped transform the industrial diamond market. In the early 2000s, Mr. Stearns was named Technology Strategist for Curl, the only startup founded by WWW pioneer Tim Berners-Lee. An expert on programming languages and operating systems, Mr. Stearns created the Eclipse commercial Common Lisp programming implementation. Mr. Stearns has two degrees from M.I.T., and has directed family businesses in early childhood education and publishing.

Comments are closed.