This document discusses how OpenERP version 6.1 can now run more efficiently on multicore systems using Gunicorn to spawn multiple processes. Gunicorn allows OpenERP to avoid Python's Global Interpreter Lock and take advantage of multiple CPU cores. The document explains how to configure and run OpenERP through Gunicorn to gain significant performance improvements on modern hardware.