Author: bpapez
Date: Fri Aug 17 12:58:16 2007
New Revision: 18197
URL: https://svndev.jahia.net/websvn/listing.php?sc=3D1&rev=3D18197&repname=
=3Djahia
Log:
Control startup session under high load
* first implementation just offering a manual refresh
Modified:
branches/JAHIA-5-0-SP-BRANCH/core/src/webapp/WEB-INF/etc/config/jahia.s=
keleton
Modified: branches/JAHIA-5-0-SP-BRANCH/core/src/webapp/WEB-INF/etc/config/j=
ahia.skeleton
URL: https://svndev.jahia.net/websvn/diff.php?path=3D/branches/JAHIA-5-0-SP=
-BRANCH/core/src/webapp/WEB-INF/etc/config/jahia.skeleton&rev=3D18197&repna=
me=3Djahia
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D
--- branches/JAHIA-5-0-SP-BRANCH/core/src/webapp/WEB-INF/etc/config/jahia.s=
keleton (original)
+++ branches/JAHIA-5-0-SP-BRANCH/core/src/webapp/WEB-INF/etc/config/jahia.s=
keleton Fri Aug 17 12:58:16 2007
@@ -510,8 +510,21 @@
# processing (page creation not served from the cache)
maxParallelProcessings =3D 10
# This variable controls how long threads are waiting to be able to start
-# generating pages (in heavy load situations)
+# generating pages in heavy load situations (value in milliseconds)
pageGenerationWaitTime =3D 1800000
+# This variable controls the setting of the HTTP Retry-After header, which=
is sent
+# back to the client with a HTTP status code 503 (Service temporarily unav=
ailable). =
+# It could be used also to trigger an automatic reload (value in seconds).
+suggestedRetryTimeAfterTimeout =3D 60
+# This variable controls how long threads are waiting to be able to start
+# generating pages, when load is coming during server startup =
+# (value in milliseconds)
+pageGenerationWaitTimeOnStartup =3D 0
+# This variable controls the setting of the HTTP Retry-After header, which=
is sent
+# back to the client with a HTTP status code 503 (Service temporarily unav=
ailable), =
+# when it was triggered during server startup. It could be used also to tr=
igger =
+# an automatic reload (value in seconds).
+suggestedRetryTimeAfterTimeoutOnStartup =3D 15
=
######################################################################
### Cookie authentification valve config #############################
_______________________________________________
cvs_list mailing list
[email protected]
http://lists.jahia.org/cgi-bin/mailman/listinfo/cvs_list