Comment by amazingamazing 15 days ago I wonder how one does this on nodejs across instances gracefully. 3 comments amazingamazing Reply kolme 15 days ago Well, there's RabbitMQ and the rest of the message queues out there. But I don't know if those fall in your definition of "graceful". amazingamazing 14 days ago No, I mean with just NodeJS only. l1am0 14 days ago "easiest/low tech" would be some sort of unix file-locking and inode. Only works if you are on the same host machine though...AAAND sounds like it would be quite hacky.
kolme 15 days ago Well, there's RabbitMQ and the rest of the message queues out there. But I don't know if those fall in your definition of "graceful". amazingamazing 14 days ago No, I mean with just NodeJS only. l1am0 14 days ago "easiest/low tech" would be some sort of unix file-locking and inode. Only works if you are on the same host machine though...AAAND sounds like it would be quite hacky.
amazingamazing 14 days ago No, I mean with just NodeJS only. l1am0 14 days ago "easiest/low tech" would be some sort of unix file-locking and inode. Only works if you are on the same host machine though...AAAND sounds like it would be quite hacky.
l1am0 14 days ago "easiest/low tech" would be some sort of unix file-locking and inode. Only works if you are on the same host machine though...AAAND sounds like it would be quite hacky.
Well, there's RabbitMQ and the rest of the message queues out there. But I don't know if those fall in your definition of "graceful".
No, I mean with just NodeJS only.
"easiest/low tech" would be some sort of unix file-locking and inode. Only works if you are on the same host machine though...AAAND sounds like it would be quite hacky.