#!/usr/bin/nodejs var path = require(‘path’); # # this is just a short test for worker threads in node. # # […]
Tag: #worker
Heroku PHP Worker
With the following code you can have a PHP worker on Heroku that auto restarts after a crash: worker.php file […]