remy / cssprefix

A tool to help developers include the right vendor prefixes in their sites
http://cssprefix.com
53 stars 7 forks source link

Required: re-write to use cluster instead of fork #8

Open remy opened 12 years ago

remy commented 12 years ago

I'd rather be using (and did try) to use cluster to fork the process against each CPU and have the web service fire off jobs to the workers.

Currently I'm doing a fork on every request, and the net result is cpu spike and process top out.

I'd happily take a refactor of the app.js code.