I have seen Reactor deployed in several ways now.  What was suggested about
pre-generating your Reactor objects has proved to be a solid experience.

There is some work involved though to make that easy.  The table and column
structure needs to be the same from one database to the other.  The other
alternative is have your staging server point to your production database.
This is really up to you.  If you want to verify all of your CRUD, you may
not want to connect to production data.

One way that I liked was to create a copy of the production database into
another instance on the same machine.  It was an empty database that was
only meant for pre-deployment.

So on prod.insertservername.com SQL Server, I had ProjectDB and ProjectDP.
DP being for deployment.  After my test script executed against ProjectDP,
you can post the generated Reactor code in production mode and not have to
worry about the first initial metadata read.

On 3/9/07, Todd Cullen <[EMAIL PROTECTED]> wrote:

Shouldn't you be able to develop the model (Reactor) on a developer box
where CFFILE is enabled and then copy all the files once development is
finished to the hosting system? I say this as a complete Reactor newb but
from my experience with CF, I don't know why you wouldn't be able to do it.
Just make sure all the names, columns, database setup, etc are the same
between the development system and the production platform.

*On a separate note*, how does Reactor handle scaling? Has anyone run it
on a really heavily trafficed website? Are there any serious scalability
concerns I/anyone should be aware of?

Thanks in advance for your help.

**Doug, I've had a great time with Reactor thus far. Thanks for the
code.**

--
Regards,
Todd Cullen
Account Manager
Acme Auto Leasing, LLC

Phone: (203) 234-6850 ext. 15
Fax: (203) 234-6858
Email: [EMAIL PROTECTED]

-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
-- --
Reactor for ColdFusion Mailing List
[email protected]
Archives at: http://www.mail-archive.com/reactor%40doughughes.net/
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
-- --




--
Teddy R. Payne
Adobe Certified ColdFusion MX 7 Developer
Google Talk - [EMAIL PROTECTED]

Atlanta ColdFusion User Group - http://www.acfug.org
Atlanta Flash & Flex User Group - http://www.affug.org


-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
Reactor for ColdFusion Mailing List
[email protected]
Archives at: http://www.mail-archive.com/reactor%40doughughes.net/
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --

Reply via email to