Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

23
votes
9answers
5k views

What's your Post-Mortem meeting format?

I'm planning to introduce project post-mortems to the business I work for. I think they will improve development-client relations. Encourage feedback and improve the quality of service to clients. ...
8
votes
8answers
1k views

Software tool for doing Project Postmortem

I work as a Project Leader. I am trying to do project postmortem for projects which my team works on. Currently I use Wiki to note down problems, issues and final recommendations. But it makes hard ...
5
votes
3answers
648 views

Java post-mortem debugging?

Is it possible to have a post-mortem ( or post-exception ) debugging session in Java ? What would the workarounds be ( if there isn't a solution for this already ) ?
2
votes
2answers
96 views

Why is this Hotspot JVM option not the default? -XX:+PrintConcurrentLocks

By default, with Hotspot, a CTRL-Break thread dump will not list what threads are holding java.lang.concurrent locks. And I understand that with these locks, Hotspot cannot have information about at ...