|
|
|
|
|
by hox
4738 days ago
|
|
Does the project have to be open source? My company currently is using Go to monitor and respond to events on hundreds of thousands of RabbitMQ message queues. We create a goroutine for handling each queue, and Go handles all of the concurrency and threading in the runtime while avoiding the resource overhead of standard threads. All of this is done in an application that took about 6 hours to write. It really made a difference in our experience. |
|