InterviewSolution
| 1. |
What Is The Disadvantage Of Using Queued Rfc (qrfc)? |
|
Answer» If, for example, due to network/COMMUNICATION problems the first LUW in a queue cannot be executed, not only this queue keeps pending, but also all other LUWs that are interdependent with this queue. The resulting "JAM" could cause a DATABASE problem. However, as soon as the communication problem is SOLVED, all transactions and thus all queues can be processed AUTOMATICALLY one after the other. If, for example, due to network/communication problems the first LUW in a queue cannot be executed, not only this queue keeps pending, but also all other LUWs that are interdependent with this queue. The resulting "jam" could cause a database problem. However, as soon as the communication problem is solved, all transactions and thus all queues can be processed automatically one after the other. |
|