English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

2006-09-10 09:30:11 · 1 answers · asked by buchi r 1 in Computers & Internet Programming & Design

1 answers

In the early days of computing a program was active all of the time and it loaded up the screen and then sat actively waiting for a response from the user. This response then resulted in either another screen or the program exit. This program is not only big but it is holding onto resource all of the time that it is active.

CICS on the other hand has something called pseudo conversation.
A program starts and displays a screen. The program then terminates. But before it terminates it starts another program or itself to await a response from the user.

This is pseudo conversation because there is not necessarily one program involved. There is also not a conversation because once the user action has been processed and the next screen displayed the program terminates and another program takes on the conversation.
There is usually not one large program but many small modules doing part transactions.

Resources are not held for long periods because of the break in conversation.

2006-09-10 11:34:19 · answer #1 · answered by AnalProgrammer 7 · 0 0

fedest.com, questions and answers