WebLogic stuck thread protection
- by doublep
By default WebLogic kills stuck threads after 15 min (600 s), this is controlled by StuckThreadMaxTime parameter. However, I cannot find more details on how exactly "stuckness" is defined. Specifically:
What is the point at which 15 min countdown begins. Request processing start? Last wait()-like method? Something else?
Does this apply only…