Is this thread safe?
hickford opened this issue · 2 comments
hickford commented
What I mean is, would it be safe to run my rack-jekyll app on a multi-threaded web server (eg. Puma) ? Right now I am using Thin.
This is on Heroku with the special Jekyll build pack.
hickford commented
I was worried - what if two threads tried to generate the site at the same time? But maybe that's not a problem because the generating is done by the build pack.
mattr- commented
Good question! Thanks!
rack-jekyll hasn't been audited for thread safety, so I would treat it as not thread safe.