NetMQ / Samples

Samples of NetMQ
88 stars 43 forks source link

Fixed load balancing of workers #8

Closed vxmark closed 5 years ago

vxmark commented 5 years ago

The implementation adds free workers to the end of the list the oldest worker should be taken from the start of the list.

drewnoakes commented 5 years ago

👍

Looking at this, a linked list may be a more efficient structure for this type than List<>.