More than anything, it allowed us to monitor the memory usage, watch
the long-running threads, and figure out what pages were the problem.
There were a number of pages that we addressed, but it turned out to
be one specific page that was the main culprit.

For us, it turned out to be a call to the activeMail tag, where we
were passing a query of 10,000 emails to the tag in one push. This was
maxing out the memory on the box, crashing the jvm, and hanging
coldfusion.

We had a number of other lists going out, number in the 5K range, and
they worked fine (although they ate up memory like mad), but there was
a magic threshold of about 7400 that would hang the system every time.

We rewrote the mailer to send the mail in batches of 1K at a time, and
now it is purring like a kitten.



On 2/9/06, Aaron Rouse <[EMAIL PROTECTED]> wrote:
> What type of problems did it show you that fixed your issues?  I have not
> had a chance to really read through the site, but is it essentially a
> monitoring tool to allow you to see problems or does it do more than that?
>
> On 2/9/06, Jerry Johnson <[EMAIL PROTECTED]> wrote:
> >
> > We downloaded and installed the 10-day trial.
> >
> > In those ten days, we were able to find and solve all of the issues
> > that were making our server unstable. We haven't needed to
> > hand-restart CF since we finished.
> >
> > I can't say anything better than that.
> >
> >
>
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:231815
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to