server tuning

2003-02-23 Thread lists
There are several settings for CF5 in the cf administrator that greatly affect performance and I'm curious what others' experiences have been. Obviously everyone's hardware and software are different, but I think to hear what others have found will be illuminating. My settings are for a cluster

SQL Server Tuning Tools?

2005-03-17 Thread Gonzo Rock
I heard something about a MS-SQL Server tuning tool that monitors the activity on a database and then suggests what indexes on the tables might improve performance. Am I hallucinating or is such a thing available? Thanks, Gonz

IIS Web Server Tuning?

2005-03-19 Thread Gonzo Rock
I have an install where the coldfusion page is generated in 200-300ms yet it is taking up to 10 seconds for it to arrive at the requesters workstation. The total page is about 200k of info. The header for the page pops almost instantly(maybe 1/3 to 1/2 a second later)... however since the data co

RE: SQL Server Tuning Tools?

2005-03-17 Thread Cynthia Reece
yzing. Check out BOL read more about how it works. ~Cynthia -Original Message- From: Gonzo Rock [mailto:[EMAIL PROTECTED] Sent: Thursday, March 17, 2005 11:44 AM To: CF-Talk Subject: SQL Server Tuning Tools? I heard something about a MS-SQL Server tuning tool that monitors the activity

RE: SQL Server Tuning Tools?

2005-03-17 Thread Eric Creese
sql-server-performance.com. get what you need there. -Original Message- From: Cynthia Reece [mailto:[EMAIL PROTECTED] Sent: Thursday, March 17, 2005 11:37 AM To: CF-Talk Subject: RE: SQL Server Tuning Tools? Sounds like you're talking about SQL Profiler. You can set up a trace o

Re: SQL Server Tuning Tools?

2005-03-17 Thread Adam Churvis
> I heard something about a MS-SQL Server tuning tool that monitors the > activity on a database and then suggests what indexes on the tables > might improve performance. > > Am I hallucinating or is such a thing available? Gonzo, You're referring to the combination of cre

RE: IIS Web Server Tuning?

2005-03-19 Thread Duane Boudreau
Rock [mailto:[EMAIL PROTECTED] Sent: Saturday, March 19, 2005 11:41 AM To: CF-Talk Subject: IIS Web Server Tuning? I have an install where the coldfusion page is generated in 200-300ms yet it is taking up to 10 seconds for it to arrive at the requesters workstation. The total page is about 200k of

RE: IIS Web Server Tuning?

2005-03-19 Thread Dawson, Michael
One thing that helps is to specify the width of all columns in the table. M!ke -Original Message- From: Duane Boudreau [mailto:[EMAIL PROTECTED] Sent: Saturday, March 19, 2005 12:20 PM To: CF-Talk Subject: RE: IIS Web Server Tuning? You biggest problem here is client side rendering

RE: IIS Web Server Tuning?

2005-03-19 Thread Jim Davis
> -Original Message- > From: Dawson, Michael [mailto:[EMAIL PROTECTED] > Sent: Saturday, March 19, 2005 5:27 PM > To: CF-Talk > Subject: RE: IIS Web Server Tuning? > > One thing that helps is to specify the width of all columns in the > table. And the height

Re: IIS Web Server Tuning?

2005-03-19 Thread Gonzo Rock
Yes, those are all EXCELLENT suggestions... unfortunately most of them are already in place. The issue is this seems to be recent and the 200k page is being served in-houe on a local 100mbs network... almost seems like it might be something else... ergo I was asking about IIS tuning because it's s

RE: IIS Web Server Tuning?

2005-03-19 Thread Dawson, Michael
-Original Message- From: Gonzo Rock [mailto:[EMAIL PROTECTED] Sent: Saturday, March 19, 2005 6:37 PM To: CF-Talk Subject: Re: IIS Web Server Tuning? Yes, those are all EXCELLENT suggestions... unfortunately most of them are already in place. The issue is this seems to be recent and the 200k pag

RE: IIS Web Server Tuning?

2005-03-20 Thread Connie DeCinko
Other than split up the tables and use CSS to place them. -Original Message- From: Duane Boudreau [mailto:[EMAIL PROTECTED] Sent: Saturday, March 19, 2005 11:20 AM To: CF-Talk Subject: RE: IIS Web Server Tuning? You biggest problem here is client side rendering. When using tables, IE

Re: IIS Web Server Tuning?

2005-03-20 Thread Kwang Suh
Use style="table-layout: fixed" along with and tags to let IE render the table on the fly. ~| Find out how CFTicket can increase your company's customer support efficiency by 100% http://www.houseoffusion.com/banners/view.cfm?

RE: IIS Web Server Tuning?

2005-03-21 Thread Matthew Small
Try after a row is created. It might help. - Matt Small -Original Message- From: Kwang Suh [mailto:[EMAIL PROTECTED] Sent: Sunday, March 20, 2005 11:10 PM To: CF-Talk Subject: Re: IIS Web Server Tuning? Use style="table-layout: fixed" along with and tags to let IE render