Patri Sadanand

Greenhorn
+ Follow
since Nov 27, 2007
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Patri Sadanand

My intension is not to say anything not working. The 2 options, one deviding the log thread wise at the end process causing performance problems. It was taking long time.
the second option also tried. i used ThreadLocal with separated the FileAppenders for each thread. But no proper logging is possible.
With NDC also same performance problem came when testing.Thanks for your support....
With normal process, there will not be any problem. But if an exception occurs in the thread. It will exit the program in the middle. We cant apply the NDC stratagy in this situation.
How we can implement logger for multithreaded application? The requirement here is all the logger messages of each thread should be loaded into separate logger file. i tried with apache log4j logging ?.Please help with your suggetions.Thanks in advance...
16 years ago
First option, we tried with FileAppender . But we are not able get the logger messages to respective logger files. The logger messages are logging in jubmpling way to different loggers. Also we tried by giving different log4j properties for each thread. But we are getting the same result.
How we can implement logger for multithreaded application? The requirement is all the logger messages of each thread should be loaded into separate logger file. i tried with apache log4j logging ?.Please help with your suggetions.Thanks in advance...
16 years ago
How we can implement logger for multithreaded application? The requirement is all the logger messages of each thread should be loaded into separate logger file. i tried with apache log4j logging ?.Please help with your suggetions.Thanks in advance...