Slide 17
Slide 17 text
That’s a web server, right?
• No, it’s CICS.
• And it’s 43 years old.
• And components are written in COBOL.
• Or rather, restricted COBOL with embedded EXEC CICS
statements, which are translated to RTS calls.
• Each component is a separate COBOL program.
• A sequential one.
• Communicating with others through queues, files, and
databases.
• Semantics = processes, implementation = threads.
17
Friday, 15 February 13