|
|
|
|
|
by j_baker
5387 days ago
|
|
This solution isn't necessarily terrible. The only caveats are that of performance (with a traditional server I wouldn't worry about performance until you need to process hundreds of items per second, but on EC2 nodes that threshold is more near the range of dozens per second), and the need to regularly archive the "done" directory (cron solves this nicely). ...but why would you worry about these problems when other solutions like kestrel, beanstalk, and redis (my personal favorite) are equally easy to set up and understand? And for that matter, how do you give multiple machines access to this workqueue? |
|