InterviewSolution
| 1. |
Why I Need Two Concurrent Processing Nodes Or In What Scenarios Pcp Is Used? |
|
Answer» If you are running GL month end reports or taxation reports annually these reports might take couple of days. Some of these requests are very resource INTENSIVE so you can have one node running long running resource intensive requests while other PROCESSING your day to day short running requests. Another scenario is when your requests are very CRITICAL and you want high resilience for your CONCURRENT Processing Node, you can configure PCP. So if node1 goes down you still have CM node available processing your requests. If you are running GL month end reports or taxation reports annually these reports might take couple of days. Some of these requests are very resource intensive so you can have one node running long running resource intensive requests while other processing your day to day short running requests. Another scenario is when your requests are very critical and you want high resilience for your Concurrent Processing Node, you can configure PCP. So if node1 goes down you still have CM node available processing your requests. |
|