SiftingAdapter TPS limit

Hello, In logback manual logback.qos.ch/manual/mdc.html, it is written that "logback-classic assumes that values are placed into the MDC with moderate frequency". Can it handle 1000 requests per second? What is the TPS interval when we talk about "moderate frequency"?

On 10.03.2012 20:36, Yusuf Soysal wrote:
Hello,
In logback manual logback.qos.ch/manual/mdc.html <http://logback.qos.ch/manual/mdc.html>, it is written that "logback-classic assumes that values are placed into the MDC with moderate frequency". Can it handle 1000 requests per second? What is the TPS interval when we talk about "moderate frequency"?
I think 1000 MDC modifications should be OK. Look at LogbackMDCAdapter [1] for details. Cheers, [1] http://logback.qos.ch/xref/ch/qos/logback/classic/util/LogbackMDCAdapter.htm... -- Ceki http://twitter.com/#!/ceki
participants (2)
-
ceki
-
Yusuf Soysal