azure-contrib / socket.io-servicebus

socket.io store which uses Service Bus pub/sub for scale out
Apache License 2.0
30 stars 14 forks source link

Allow customizable logic for polling #39

Open christav opened 11 years ago

christav commented 11 years ago

Polling costs money; we should let people plug in different polling policies to let them choose poll rates based on their expected traffic patterns.

This isn't just a timer, it really needs a pluggable strategy.