are you keeping reactor in the application scope?
if so,making the change to production mode will not be noticed until reactor
is instantiated again.
One way to be sure is to look at the queries in debug and see if it is
pulling the schema info each time.
are you creating multiple instances of the reactor factory, or using it
(singleton) in the application scope somehow.
On 12/15/06, Marc <[EMAIL PROTECTED]> wrote:
This app is so simple... I'm not doing a ton of object loading or
anything.
Which is the reason I was so surprised to see the server just lying on the
ground choking. I'll post back with any specific areas I feel might be
the
cause of trouble, once I go back through each of my fuseactions and check
what is actually being done...
m
> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of Brad Haas
> Sent: Friday, December 15, 2006 7:32 PM
> To: [email protected]
> Subject: Re: [Reactor for CF] URGENT... Survey app
> barfing under load
>
> Marc,
>
> I've ran into a few problems in my deployments with
> Reactor and it simply came down to some poor coding
> choices that I made. One trap I fell into is
> generating an array of objects instead of just
> returning a query. It's great to have this array of
> objects to loop through and it makes it really easy to
> call child objects, but returning anything more than a
> couple of records will kill the performance. I ended
> up spending a little more time creating joins and
> returning a query.
>
> This is the single greatest thing I did to improve the
> speed of my apps and reduce the load on the server.
>
> Brad
>
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
-- --
Reactor for ColdFusion Mailing List
[email protected]
Archives at: http://www.mail-archive.com/reactor%40doughughes.net/
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
-- --
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
Reactor for ColdFusion Mailing List
[email protected]
Archives at: http://www.mail-archive.com/reactor%40doughughes.net/
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --