Timeline for java multithreading and static methods
Current License: CC BY-SA 3.0
5 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Oct 12, 2012 at 16:34 | history | edited | Luiggi Mendoza | CC BY-SA 3.0 | added 270 characters in body |
| Oct 12, 2012 at 14:58 | comment | added | Aubin | The behavior of a multi treaded highly concurrent application with logging on is completely different when you switch the logging off above all a bottleneck. | |
| Oct 12, 2012 at 14:47 | comment | added | Peter Lawrey | @Aubin synchronized is trivial compared with the cost of writing a log entry. I suggest you don't write so many logs this way that it would ever matter. | |
| Oct 12, 2012 at 14:43 | comment | added | Aubin | Used synchronized logs is inapplicable to highly concurrent application: it's a bottleneck. | |
| Oct 12, 2012 at 14:39 | history | answered | Luiggi Mendoza | CC BY-SA 3.0 |