Multi-Threading in NLog

2 messages Options
Embed this post
Permalink
New start

Multi-Threading in NLog

Reply Threaded More More options
Print post
Permalink
I want to use NLog in the server. The multi-threading and the threadpool are used in server. I want to know whether NLog is implemented by multi-threading or threadpool. Has NLog threading problem, when NLog is using in a multi-threading or threadpool program? Or any advices?
Jaroslaw Kowalski

Re: Multi-Threading in NLog

Reply Threaded More More options
Print post
Permalink
NLog is designed to perform well under heavy load in mulithreaded environment. Asynchronous logging uses a dedicated thread and private communication queue to make sure threadpool is not blocked by the logging requests.
 
Let me know if it answers your question,
 
Jarek
 
 
On Mon, Sep 28, 2009 at 4:17 AM, New start (via Nabble) - No Reply <[hidden email]> wrote:
I want to use NLog in the server. The multi-threading and the threadpool are used in server. I want to know whether NLog is implemented by multi-threading or threadpool. Has NLog threading problem, when NLog is using in a multi-threading or threadpool program? Or any advices?