Roberto Cordoba del Moral <[email protected]> wrote: > I have installed Puma and it´s working. > It´s the combination of Unicorn and Chrome which is not working. I > don´t know why.
Just curious, can you try configuring "worker_processes 4" in unicorn (or maybe increase 4 to 8 or any hihgher number if you have enough memory). If extra workers works, it's definitely the lack of baked-in concurrency in unicorn (this is by design). So I suspect puma (or any other server) is better for your use case anyways.
