Posts tagged foreman

May09

Applying the Unix Process Model to Web Apps

procfile foreman unix | comments

The unix process model is a simple and powerful abstraction for running server-side programs. Applied to web apps, the process model gives us a unique way to think about dividing our workloads and scaling up over time.

Continue reading »