jekyll/lib
Ryan Tomayko c180bc47bf close open4 streams to prevent zombies
The popen4 that execs pygmetize leaves a bunch of zombie processes
around unless these streams are closed for some reason. It's not too
bad when running jekyll in one-shot mode but when running with
--server --auto --pygmentize, I eventually get "fork: resource not
available" errors :/ Closing the streams let's the processes die
while the parent stays running.
2009-02-23 22:48:23 -08:00
..
jekyll close open4 streams to prevent zombies 2009-02-23 22:48:23 -08:00
jekyll.rb add --version 2009-02-03 18:43:53 -08:00