At the UK CFUG meeting last night, Ben Forta did a good presentation on
optimising code.

His presentation is available (minus two pages) on www.forta.com 

One that comes to mind is to turn trusted cache on on your production server
(and increase server cache to 3 to 4 times your total size of templates) .
Once the server loads a template it will not load it off the hard disk
again. (Keeps your production server stable and stopsd random hacking of
production environments by your staff). Also turn on enforce strict
attribute validation (on both development and production). Although this
should be turned on on your development/test server first as this one can
make bad code go boom.

These bascially increase server speed, but also deliver benefits to your
development environments.

Adam Reynolds

> ----------
> From:         Norman Elton[SMTP:[EMAIL PROTECTED]]
> Sent:         20 September 2000 01:58
> To:   [EMAIL PROTECTED]
> Subject:      [CF-Talk] Production Server Policies
> 
> We're starting a new production-level machine, and are trying to draw up
> coding guidelines for capable people that want to use it. We run a testbed
> machine for people to play around with, but want to keep the production
> box
> as stable as possible while still allowing different departments to run
> their own pages. Does anyone have any suggestions (such as "you must use
> CFLOCK where appropriate), or know of a good article regarding coding
> practices?
> 
> Norman Elton
> Information Technology
> College of William & Mary
> 
> --------------------------------------------------------------------------
> ----
> Archives: http://www.mail-archive.com/[email protected]/
> To Unsubscribe visit
> http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
> send a message to [EMAIL PROTECTED] with 'unsubscribe' in
> the body.
> 
**********************************************************************
 This email and any attachments are confidential and solely
 for the use of the intended recipient.  They may contain
 material protected by legal professional or other privilege.
 If you are not the intended recipient or the person responsible
 for delivering to the intended recipient, you are not authorised
 to and must not disclose, copy, distribute or retain this email
 or its attachments.  Although this email and its attachments
 are believed to be free of any virus or other defect, it is the
 responsibility of the recipient to ensure that they are virus free
 and no responsibility is accepted by the company for any
 loss or damage arising from receipt or use thereof.

**********************************************************************
------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/[email protected]/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to