You are viewing a plain text version of this content. The canonical link for it is here.
Posted to rivet-dev@tcl.apache.org by mx...@apache.org on 2011/03/30 14:51:26 UTC

svn commit: r1086938 - in /tcl/rivet/trunk/doc: rivet.css xml/request.xml

Author: mxmanghi
Date: Wed Mar 30 12:51:26 2011
New Revision: 1086938

URL: http://svn.apache.org/viewvc?rev=1086938&view=rev
Log:
changed background color in rivet namespace table. Small improvements in request.xml

Modified:
    tcl/rivet/trunk/doc/rivet.css
    tcl/rivet/trunk/doc/xml/request.xml

Modified: tcl/rivet/trunk/doc/rivet.css
URL: http://svn.apache.org/viewvc/tcl/rivet/trunk/doc/rivet.css?rev=1086938&r1=1086937&r2=1086938&view=diff
==============================================================================
--- tcl/rivet/trunk/doc/rivet.css (original)
+++ tcl/rivet/trunk/doc/rivet.css Wed Mar 30 12:51:26 2011
@@ -23,7 +23,7 @@ div.navfooter {
 }
 
 #namespaces thead {
-	background-color: #eee;
+	background-color: #aaf;
 }
 
 #namespaces tr.init {
@@ -58,4 +58,4 @@ a:active {
 }
 a:hover {
     text-decoration: underline;
-}
\ No newline at end of file
+}

Modified: tcl/rivet/trunk/doc/xml/request.xml
URL: http://svn.apache.org/viewvc/tcl/rivet/trunk/doc/xml/request.xml?rev=1086938&r1=1086937&r2=1086938&view=diff
==============================================================================
--- tcl/rivet/trunk/doc/xml/request.xml (original)
+++ tcl/rivet/trunk/doc/xml/request.xml Wed Mar 30 12:51:26 2011
@@ -96,10 +96,12 @@
 	   		<bridgehead>Child Process Exit</bridgehead>
 	   		<para>
 		   		If no error condition forces the child process to a premature exit, his
-		   		life is determined by the Apache configuration parameters. To avoid problems with
-		   		buggy applications the Apache webserver forces a child process to exit after a
-		   		certain number of requests served and replaces it with a brand new 
-		   		child process. Before the process quits an exit handler can be run
+		   		life is determined by the Apache configuration parameters. To reduce
+		   		the effects of memory leaks in buggy applications the Apache webserver 
+		   		forces a child process to exit after a
+		   		certain number of requests served. A child process gets replaced 
+		   		with a brand new one if the workload of webserver requires so. 
+		   		Before the process quits an exit handler can be run
 		   		to do some housekeeping, just in case something the could have been 
 		   		left behind has to be cleaned up. Like the initialization scripts
 		   		<command>ChildExitScript</command> too is a "one shot" script.
@@ -129,17 +131,17 @@
 	    	Tcl errors (conditions generated when a command exits with code TCL_ERROR) 
 	    	usually result in the printing of a backtrace of the code fragment
 	    	relevant to the error.
-	    	Rivet can set up scripts to trap these errors and instead run
+	    	Rivet can set up scripts to trap these errors and run instead
 	    	an <command>ErrorScript</command> to handle it and conceal details
-	    	of the code that usually have no interest for the end user and
-	    	may show part of the lines that ought to remain private. The ErrorScript
-	    	handler might be used to create a polite error page where things
+	    	that usually have no interest for the end user and it
+	    	may show lines of code that ought to remain private. The ErrorScript
+	    	handler might create a polite error page where things
 	    	can be explained in human readable form, thus enabling the end user
 	    	to provide meaningful feedback information. 
 	    </para>
 	    <para>
 	    	In other cases an unmanageable conditions might take place in the data and
-	    	this could demand a sudden interruption of the content generation. These abort 
+	    	this could demand an immediate interruption of the content generation. These abort 
 	    	conditions can be fired by the <xref linkend="abort_page"/> command, which
 	    	in turn fires the execution of an <command>AbortScript</command> to handle
 	    	the abnormal condition. Starting with Rivet 2.1.0 <xref linkend="abort_page"/>



---------------------------------------------------------------------
To unsubscribe, e-mail: rivet-cvs-unsubscribe@tcl.apache.org
For additional commands, e-mail: rivet-cvs-help@tcl.apache.org