Vulcan Logic SRM  

SRM

PHP goes to the enterprise level

Release 0.7.0

[2004-11-02] After SRM has been dormant for about two years it is finally time to release a new version. See the release announcement at the news page. For documentation we'd like to point you to the documentation section.

Idiot guide to SRM

[2002-06-20] Jonathan Arkell has written an Idiots Guide to Installing SRM. You can read this guide here.

Linuxtag

[2002-06-08] My presentation about SRM held on LinuxTag is now online, have a look at the slides to get an overview of the functionality.

Release!

Finally we've put a Beta of SRM: Script Running Machine on line. Read the release announcement at the news page. For documentation we'd like to point you to the documentation section.

Overview

The Vulcan Logic Script Running Magic, SRM, was first conceived in the autumn of 2000. It is designed to solve some of the problems often encountered with PHP and other web scripting languages that result from the statelessness of the HTTP protocol.

SRM will use various methods to cope with the problems presented to programmers. It will offer caching of variables directly from supported scripting languages, and as they will be held in memory there will be considerable speed increases over a database-only approach.

Another feature of SRM will be it's ability to handle all database connections persistently; this will offer significant advantages in a variety of situations where you are either using multiple supported scripting languages or want to be able to control the amount of connections spawned to your database server in a more effective way. SRM does not spawn a connection to your database server for each connection but decides whether it is worth it or if it is better to share another connection.



© 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 by The Vulcan Logic Group