Need help with another shining example of my ignorance -- I'm more of a developer than a webserver person.
We are working on one of our CF webservers and noticed something strange. A user was running a very long query which subsequently displays on the browser (10+ minutes, tons of data - don't ask it's a mess). It was chewing up huge amounts of memory and CPU. We contacted the user and found that they had gotten tired of waiting and quit the browser -- closed it right down. Adobe confirms that CF has no visibility into whether the socket is still live. It just runs until it's done, then dumps the results when it tries to display to the page and finds the socket is gone. Adobe suggested we write some sort of servlet to monitor the sockets and kill of the ones that are not valid. And that's where they lost me. Can anyone point me to some code for the Java challenged that will do this or at least a better explanation? Thanks! Warren Koch ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;207172674;29440083;f Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:318041 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

