From 7fee21d91bd3c7ae7266362da5898c2ac94910f9 Mon Sep 17 00:00:00 2001 From: Priit Tark Date: Tue, 16 Dec 2014 15:27:32 +0200 Subject: [PATCH] updated readme about multi-thread --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index cfc528419..2f10860cf 100644 --- a/README.md +++ b/README.md @@ -261,6 +261,9 @@ Alternatively you can build up everything manually, required components: * [Phusion passenger](https://www.phusionpassenger.com/documentation/Users%20guide%20Apache.html) * [Postgresql](http://www.postgresql.org/docs/) +Registry application is not tested with multi-threaded system (such as Puma) and +it's not officially supported. Please use multi-process system instead (Passenger, Unicorn, Mongrel) + ### Application build and update