java.net.socketinputstream.socketread0 Problem patterns ~ Java EE Support Patterns
Proper timeouts should be implemented, when possible, in order to prevent a domino affect situation on your Java EE application server. The timeout value should be low enough to prevent your Threads to hang for too long and tested properly (negative testing).
Socket timeouts (connect, read & write operations) for Web Services via HTTP / HTTPS are quite easy to implement and can be achieved by following your proper API documentation (JAX-WS, Weblogic, WAS, JBoss WS, Apache AXIS etc.).
Read full article from java.net.socketinputstream.socketread0 Problem patterns ~ Java EE Support Patterns
No comments:
Post a Comment