Displaying 2 results from an estimated 2 matches for "lecour".
Did you mean:
lacour
2012 Jun 08
2
File creation mode in Rails + Unicorn
...nfig/unicorn.rb -D
Then in the unicorn.rb config script I have set this :
user ''deploy'', ''deploy''
I''ve tried to use unicorn in socket or TCP mode, but I get the same result.
Thanks for any help and for making Unicorn such an awesome tool.
J?r?my Lecour
http://twitter.com/jlecour
2012 Nov 19
3
Number of worker processes on hyperthreaded processor
Good morning,
The tuning page says worker_processes should be at least the number of CPU cores on a dedicated server. In the case of hyper-threading, should this be the number of cores or the number of threads?
For example the Intel Core i7-2600 Quadcore[1] has 4 cores and 8 threads. Would I start my worker_processes at 4 or 8?
Finally, would the same apply to Nginx worker processes?
Many