Jump to content

ALCS transaction monitor

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by MrDolomite (talk | contribs) at 14:47, 2 June 2008 (redlink fix, add Template:bu). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

'ALCS, which stand for 'A'L C S', is an application server that provides industrial-strength, online transaction management for mission-critical applications.

ALCS is a transaction processing monitor for the IBM System/360, System/370, ESA/390, and zSeries mainframes. It is a variant of TPF specially designed to provide all the benefits of TPF (very high speed, high volume, high availability transaction processing) but with the advantages such as easier integration into the data center offered by running on a standard IBM operating system platform.

Like TPF it is primarily used in the airline, hotel, and finance industries.

Whereas TPF runs as a standalone OS, ALCS is designed to run as an application on top of MVS/OS/390/z/OS. However, the API it provides to applications is very similar to that on TPF, so applications written for TPF can run on ALCS with minimal modifications: typically less modifications than are required to move from one release of TPF to another. ALCS 2.3.1 runs on OS/390 2.10 and z/OS.

Because it runs under standard IBM operating systems it can easily leverage other developments or enhancements on those platforms. For example to enable MQSeries for TPF required the porting, modification, and authoring of large volumes of code. To enable this on ALCS only an interface to the MQ product on z/OS needed to be written. And any enhancements made to MQ Series on z/OS by the MQ team are available without any additional work on the part of the ALCS development team. This also applies to TCP/IP, DB2, VTAM, and even basic disk I/O.

References