How can you distribute tasks in go to different machines?
Answer Posted / Km Gargi
Distributing tasks in Go to different machines can be done using the goroutine and channels. You can create a pool of workers (goroutines) on each machine and use channels to send tasks to them.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
No New Questions to Answer in this Category !! You can
Post New Questions
Answer Questions in Different Category