This message is in MIME format. Since your mail reader does not understand
this format, some or all of this message may not be legible.
------_=_NextPart_001_01BFF7D0.981A62AC
Content-Type: text/plain;
charset="iso-8859-1"
unsubscribe
Stacey Liane Berry
RewardsPlus
Web Developer
100 S. Charles Street / 10th Floor
Baltimore, MD 21201
Phone: 410.230.5500 x5647
Fax: 410.230.5510
[EMAIL PROTECTED]
-----Original Message-----
From: Steve Bernard [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, July 26, 2000 5:45 PM
To: [EMAIL PROTECTED]
Subject: RE: Milking every last drop of CF performance...
This thread was started as a hardware query.
Steve
-----Original Message-----
From: David Sparkman [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, July 26, 2000 5:29 PM
To: [EMAIL PROTECTED]
Subject: RE: Milking every last drop of CF performance...
Another source for performance tweaking your system is
http://www.regedit.com They have registry tweaks that will greatly improve
system performance. Though I have noticed that this discussion has
completely revolved around hardware. Some the the bigest gains that you will
get out of your application are not tied to your hardware. As for the
hardware, a cluster of inexpensive servers will be the better solution. If
you are going to spend money on equipment, spend it on the database server,
not the web servers.
Also, make sure that you have truely optimized your CF Code. Make sure you
are using contructs like:
CompareNoCase instead of "var is 'whatever'"
Scope all the variables that you can.
Use cfmodule instead of short hand annotation for custom tags
Use cfquery's instead of cfinserts, etc.
Make sure your queries are return only what you need.
Cache queries that seldom change and are universal to all users of the site
(like categories on a shopping site)
Use stored procedures on your database, whenever you can.
I have found that it is the tweaks in your code and not the hardware that
truely makes the most difference in the performance of an application.
That is my 2 cents worth.
Thanks,
David Sparkman
----------------------------------------------------------------------------
--
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.
------_=_NextPart_001_01BFF7D0.981A62AC
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV=3D"Content-Type" CONTENT=3D"text/html; =
charset=3Diso-8859-1">
<META NAME=3D"Generator" CONTENT=3D"MS Exchange Server version =
5.5.2448.0">
<TITLE>RE: Milking every last drop of CF performance...</TITLE>
</HEAD>
<BODY>
<P><FONT SIZE=3D2>unsubscribe</FONT>
</P>
<BR>
<P><FONT SIZE=3D2> Stacey Liane Berry</FONT>
<BR><FONT SIZE=3D2> =
RewardsPlus</FONT>
<BR><FONT SIZE=3D2> Web =
Developer</FONT>
</P>
<P><FONT SIZE=3D2>100 S. Charles Street / 10th Floor</FONT>
<BR><FONT SIZE=3D2> Baltimore, MD =
21201</FONT>
<BR><FONT SIZE=3D2> Phone: 410.230.5500 x5647</FONT>
<BR><FONT SIZE=3D2> Fax: =
410.230.5510</FONT>
<BR><FONT SIZE=3D2> [EMAIL PROTECTED]</FONT>
</P>
<BR>
<P><FONT SIZE=3D2>-----Original Message-----</FONT>
<BR><FONT SIZE=3D2>From: Steve Bernard [<A =
HREF=3D"mailto:[EMAIL PROTECTED]">mailto:[EMAIL PROTECTED]</A>]</FONT>
<BR><FONT SIZE=3D2>Sent: Wednesday, July 26, 2000 5:45 PM</FONT>
<BR><FONT SIZE=3D2>To: [EMAIL PROTECTED]</FONT>
<BR><FONT SIZE=3D2>Subject: RE: Milking every last drop of CF =
performance...</FONT>
</P>
<BR>
<P><FONT SIZE=3D2>This thread was started as a hardware query.</FONT>
</P>
<P><FONT SIZE=3D2>Steve</FONT>
</P>
<BR>
<P><FONT SIZE=3D2>-----Original Message-----</FONT>
<BR><FONT SIZE=3D2>From: David Sparkman [<A =
HREF=3D"mailto:[EMAIL PROTECTED]">mailto:dsparkman@inetmessagi=
ng.com</A>]</FONT>
<BR><FONT SIZE=3D2>Sent: Wednesday, July 26, 2000 5:29 PM</FONT>
<BR><FONT SIZE=3D2>To: [EMAIL PROTECTED]</FONT>
<BR><FONT SIZE=3D2>Subject: RE: Milking every last drop of CF =
performance...</FONT>
</P>
<BR>
<P><FONT SIZE=3D2>Another source for performance tweaking your system =
is</FONT>
<BR><FONT SIZE=3D2><A HREF=3D"http://www.regedit.com" =
TARGET=3D"_blank">http://www.regedit.com</A> They have registry tweaks =
that will greatly improve</FONT>
<BR><FONT SIZE=3D2>system performance. Though I have noticed that this =
discussion has</FONT>
<BR><FONT SIZE=3D2>completely revolved around hardware. Some the the =
bigest gains that you will</FONT>
<BR><FONT SIZE=3D2>get out of your application are not tied to your =
hardware. As for the</FONT>
<BR><FONT SIZE=3D2>hardware, a cluster of inexpensive servers will be =
the better solution. If</FONT>
<BR><FONT SIZE=3D2>you are going to spend money on equipment, spend it =
on the database server,</FONT>
<BR><FONT SIZE=3D2>not the web servers.</FONT>
</P>
<P><FONT SIZE=3D2>Also, make sure that you have truely optimized your =
CF Code. Make sure you</FONT>
<BR><FONT SIZE=3D2>are using contructs like:</FONT>
</P>
<P><FONT SIZE=3D2>CompareNoCase instead of "var is =
'whatever'"</FONT>
<BR><FONT SIZE=3D2>Scope all the variables that you can.</FONT>
<BR><FONT SIZE=3D2>Use cfmodule instead of short hand annotation for =
custom tags</FONT>
<BR><FONT SIZE=3D2>Use cfquery's instead of cfinserts, etc.</FONT>
<BR><FONT SIZE=3D2>Make sure your queries are return only what you =
need.</FONT>
<BR><FONT SIZE=3D2>Cache queries that seldom change and are universal =
to all users of the site</FONT>
<BR><FONT SIZE=3D2>(like categories on a shopping site)</FONT>
<BR><FONT SIZE=3D2>Use stored procedures on your database, whenever you =
can.</FONT>
</P>
<P><FONT SIZE=3D2>I have found that it is the tweaks in your code and =
not the hardware that</FONT>
<BR><FONT SIZE=3D2>truely makes the most difference in the performance =
of an application.</FONT>
</P>
<P><FONT SIZE=3D2>That is my 2 cents worth.</FONT>
</P>
<P><FONT SIZE=3D2>Thanks,</FONT>
<BR><FONT SIZE=3D2>David Sparkman</FONT>
</P>
<P><FONT =
SIZE=3D2>---------------------------------------------------------------=
---------------</FONT>
<BR><FONT SIZE=3D2>Archives: <A =
HREF=3D"http://www.mail-archive.com/[email protected]/" =
TARGET=3D"_blank">http://www.mail-archive.com/[email protected]/=
</A></FONT>
<BR><FONT SIZE=3D2>To Unsubscribe visit <A =
HREF=3D"http://www.houseoffusion.com/index.cfm?sidebar=3Dlists&body=3Dli=
sts/cf_talk" =
TARGET=3D"_blank">http://www.houseoffusion.com/index.cfm?sidebar=3Dlists=
&body=3Dlists/cf_talk</A> or send a message to =
[EMAIL PROTECTED] with 'unsubscribe' in the =
body.</FONT></P>
</BODY>
</HTML>
------_=_NextPart_001_01BFF7D0.981A62AC--
------------------------------------------------------------------------------
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.