beanstalkd is a fast, distributed, in-memory workqueue service. Its interface is generic, but is intended for use in reducing the latency of page views in high-volume web applications by running most time-consuming tasks asynchronously.
beanstalkd is a fast, distributed, in-memory workqueue service. Its interface is generic, but is intended for use in reducing the latency of page views in high-volume web applications by running most time-consuming tasks asynchronously.
To install beanstalkd, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install beanstalkd
To see what files were installed by beanstalkd, run:
port contents beanstalkd
To later upgrade beanstalkd, run:
sudo port selfupdate && sudo port upgrade beanstalkd
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.