> Mike Huffenberger wrote: > > Configuration: > > 1) Windows 2003 (same result on Web, Standard, and Enterprise > Editions), 2 servers > > 2) IIS 6 > > 3) ColdFusion 7 Enterprise > > 4) Microsoft NLB > > 5) Each server has a single instance of the web site and the > remote instances are > > registered (in Instance Manager) > > > > Everything works as expected while both nodes are up. The load is > distributed as expected and session information is replicated > correctly > > So you did configure a cluster? How? > > > > Is there a configuration setting that will modify this behavior or > do we just have to deal with it? > > Set the tcptimedwaitdelay to some lower setting. See the MS KB / RFC > 793. > Jochem
The issue is addressed in the JRUN.INI file(s). Here is the Adobe link: http://livedocs.adobe.com/coldfusion/7/htmldocs/wwhelp/wwhimpl/common/html/wwhelp.htm?context=ColdFusion_Documentation&file=00001756.htm There are several settings for the jrun connection timing. proxyretryinterval: Specifies the number of seconds to wait before trying to reconnect to an unreachable clustered server. connecttimeout: Specifies the number of seconds to wait on a socket connect to a JRun server. recvtimeout: Specifies the number of seconds to wait on a socket receive to a JRun server. sendtimeout: Specifies the number of seconds to wait on a socket send to a JRun server. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Download the latest ColdFusion 8 utilities including Report Builder, plug-ins for Eclipse and Dreamweaver updates. http;//www.adobe.com/cfusion/entitlement/index.cfm?e=labs%5adobecf8%5Fbeta Archive: http://www.houseoffusion.com/groups/CF-Server/message.cfm/messageid:6420 Subscription: http://www.houseoffusion.com/groups/CF-Server/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.10
