You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by rp...@apache.org on 2013/04/30 17:56:44 UTC

svn commit: r1477701 - /logging/log4j/log4j2/trunk/src/site/xdoc/performance.xml

Author: rpopma
Date: Tue Apr 30 15:56:43 2013
New Revision: 1477701

URL: http://svn.apache.org/r1477701
Log:
removed reference to async module

Modified:
    logging/log4j/log4j2/trunk/src/site/xdoc/performance.xml

Modified: logging/log4j/log4j2/trunk/src/site/xdoc/performance.xml
URL: http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/src/site/xdoc/performance.xml?rev=1477701&r1=1477700&r2=1477701&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/src/site/xdoc/performance.xml (original)
+++ logging/log4j/log4j2/trunk/src/site/xdoc/performance.xml Tue Apr 30 15:56:43 2013
@@ -216,8 +216,7 @@
 		<b>Asynchronous Logging Performance Improvements</b>
 		<br />
 		<p>
-		Log4j 2 supports a new "<a href="manual/async.html">async</a>" module 
-		which offers Asynchronous Loggers for high throughput and low latency logging.
+		Log4j 2 offers Asynchronous Loggers for high throughput and low latency logging.
 		Asynchronous Loggers are implemented using the
 		<a href="http://lmax-exchange.github.com/disruptor/">LMAX Disruptor</a>
 		inter-thread messaging library instead of the ArrayBlockingQueue used by Asynchronous Appenders.