👉 dispatching is a process in computer science that involves sending a program, typically a script or code, to another process. This can be useful when you need to execute a task on multiple processes simultaneously and ensure that each process has its own copy of the data. The goal is to minimize network latency and improve system responsiveness by allowing for easy communication between different tasks.