test/data/cubes/email/entities.py
author Adrien Di Mascio <Adrien.DiMascio@logilab.fr>
Mon, 11 Jul 2011 12:39:05 +0200
changeset 7644 7a0914469618
parent 6349 14ec625b3f55
permissions -rw-r--r--
[twisted] add an option to configure twisted's threadpool size Twisted's threadpool size defaults to 10, which means we virtually try to serve up to 10 simulateneous requests but connection-pool size defaults to 4 on CW-server side. That means that under heavy load, chances are high that some HTTP queries end up with a 500 error code / connection-pool exhausted.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
6349
14ec625b3f55 fix test so that we don't actually depends on file and email cubes
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
diff changeset
     1
"test"