Josh, I've had the same problem on a couple of my sites with bots. Possibly it's a java.lang.outofMemory error that you're running into on that page with the multiple requests - it was in my case.
If the out of memory error is reached after the processing of the page itself begins, the header status code returned is 200. Are your queries on that template cached? That will help a great deal. You can also <cflock> exclusively to prevent code in that template from being executed simultaneously. Jon On Dec 19, 2006, at 4:30 PM, Josh Nathanson wrote: > Hey all, > > I have SeeFusion installed on our production server and it works > dandy. > > Today I noticed we were getting hit by a spider, requesting the > sitemap.cfm > page repeatedly, a few times per second. In SeeFusion, it was > showing the > response as 500 Server Error. However, when I hit the page myself, it > returns fine, as do all the links on the site map page itself. > > - Why would SeeFusion return 500 when the page seems to be > returning fine on > a regular http request? > - Should I be worried about this, ie Google or whatever spider it > is getting > a 500 response when hitting the sitemap page, and possibly de- > indexing our > site? > > TIA > > -- Josh > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Create robust enterprise, web RIAs. Upgrade & integrate Adobe Coldfusion MX7 with Flex 2 http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:264517 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

