users@glassfish.java.net

Re: Loadbalancer problems with Apache

From: <glassfish_at_javadesktop.org>
Date: Tue, 09 Oct 2007 11:49:34 PDT

As soon as apache gets a request, it will initialize the loadbalancer sub-system if aslb-plugin is installed. This will open connection to appserver to check status and keep this connection open(To detect instance failure). Hence you will see one connection established at the appserver. This will all happen as part of initialization. Only after initialization it can figure whether the request can be handled by it or not. So even when request need not be serviced by loadbalancer, the connections will be created.

As for other connections in TIME_WAIT state, please remove aslb-lbplugin from Apache and check how many connection are opened at startup. This may not be related to aslb-lbplugin at all.

Thanks,
Kshitiz
[Message sent by forum member 'kshitiz_saxena' (kshitiz_saxena)]

http://forums.java.net/jive/thread.jspa?messageID=239175