Hello Rick, Actually ColdFusion is running within a FusionReactor container, so even when CF is overloaded you should still be able to access FR. It was designed this way.
What URL are you using to access FR? Over a normal URL your webserver (IIS?) could become unresponsive when CF starts to clog up. This is why FusionReactor runs it's own backup web server, so you can always access it as long as your JAVA RUNTIME is still alive (which in this case it is). By default the FR Webserver is on port 8088, so your URL should look like this: http://your.machineName.com:8088/fusionreactor/fhtml.cfm?mode=login I also recommend setting up crash protection to limit the number of simultanious requests, requests which run for too long or use too much memory. This will help your server stay responsive. For more information on how to configure FR please take a look at: http://www.fusion-reactor.com/support.html I hope that helps! If you need more detailed information you could always email the FR support guys at [EMAIL PROTECTED] Regards, Andreas FusionReactor Sales Team === ORIGINAL MESSAGE === >Maureen Barger wrote: >> Can you: >> -adjust your jvm memory settings so you have more available memory for CF? >> -adjust your FR settings so it doesn't kill threads, or at least allow >> more threads until it starts killing them off? > >Raise the level of the rivers, and the rocks won't be noticeable. > >> Unfortunately FR is within the CF container, so if CF is unresponsive, FR >> will be too. :( > >Okay, however, once CF becomes responsive again, how do I get Fusion >Reactor to "reconnect" to my instance? It seems that the only way to do >so is to restart Coldfusion, which is undesirable. > >Rick ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:252951 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

