Posted: Wed May 27, 2009 9:39 am Post subject: HTTP Request node multiple sockets in Time_wait
Apprentice
Joined: 21 Jul 2003 Posts: 34
A WMB 6.1 HTTP request node is configured to connect to a WAS 6.1 on an XP workstation to port 9080.
To allow socket reuse:
HTTP protocol is set to 1.1
Request timeout 120
HTTP 1.1 keep alive is enabled
To elminate the web server as a potential source of the issue:
Web browsing to the URL creates an established socket followed by a clean close when the user closes the browser window.
Symptoms
The broker flow makes multiple request to the same URL and subsequently receives a reply w/o errors. However, the host reports multiple sockets in FIN_WAIT while queried via
netstat -an | find "9080"
It appears that the HTTP request node is making a new socket connection for each request and is also not closing the previous socket before requesting a new one (?)
I am interested in learning if there is a fix to reduce the max number of connections to just one and eliminate the FIN_WAIT
Posted: Sat Jun 06, 2009 5:35 pm Post subject: update
Apprentice
Joined: 21 Jul 2003 Posts: 34
The same setup going to an AIX WAS maintains a single socket in established mode. We are good to go, as the XP workstation was just a standin before a longterm setup was achieved.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum