From b1032554ddd3a15707b037594147dc0a8570e6cb Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Mon, 22 Feb 2016 00:49:34 -0500 Subject: [PATCH] tornado opinion --- docs/scenarios/web.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/scenarios/web.rst b/docs/scenarios/web.rst index 09bb802..7b2da9e 100644 --- a/docs/scenarios/web.rst +++ b/docs/scenarios/web.rst @@ -97,6 +97,8 @@ for Python that has its own event loop. This allows it to natively support WebSockets, for example. Well-written Tornado applications are known to have excellent performance characteristics. +I do not recommend using Tornado unless you think you need it. + Pyramid --------