We recently installed a WebLogic Server, and found that it seems to take 15-30 seconds to respond to connection requests, even when there is no significant load. How can I speed up connection delays?
Connection delays are often caused by DNS problems. WebLogic performs a reverse lookup on the hostname from which a new connection is made. If the DNS reverse lookup is not working properly because the connection is coming from some kind of proxy server, it could be responsible for the delay. You might want to work with your system administrator to determine whether DNS and the third-party networking software are working properly. Try writing a simple server program that performs a reverse lookup on any connection made to it. If that lookup is delayed, then you know that the proxy server is the source of the problem.
Related Questions
- I want to limit the number of Oracle database connections generated by the WebLogic Server in response to client requests. How would I do this?
- I installed a plugin from a vendor to the webserver and the server continually is stopping and restarting (by uxwdog). What can be done?
- Why do I get a configuration error when establishing an SSL connection to WebLogic Server?