InterviewSolution
Saved Bookmarks
| 1. |
What Is Quasi-reentrancy? |
|
Answer» There are TIMES when many USERS are concurrently using the same PROGRAM, this is what we call MultiThreading, For example, 50 users are using program A, CICS will provide 50 Working storage for that program but one Procedure Division. And this technique is known as quasi-reentrancy. There are times when many users are concurrently using the same program, this is what we call MultiThreading, For example, 50 users are using program A, CICS will provide 50 Working storage for that program but one Procedure Division. And this technique is known as quasi-reentrancy. |
|