←back to thread

570 points davidgu | 1 comments | | HN request time: 0.263s | source
1. daitangio ◴[] No.44531130[source]
I wrapped together a simple yet powerful queue system:

https://github.com/daitangio/pque

I evaluated Listen/notify but it seems to loose messages if no one is listening, so its use case seems pretty limited to me (my 2 cents).

Anyway, If you need to scale, I suggest an ad hoc queue server like rabbitmq.