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

cfquery -- passing details of counts dynamically

2005-03-19 Thread Daniel Kang
I have a cfquery below: cfquery name=NumofIntake datasource=foo select datepart(mm, DateofReferral) as TheMonth, count(datepart(mm, DateofReferral)) as TheCount from Intake where datepart(mm, DateofReferral) is not null cfif form.YearSelection eq select cfelse and datepart(yy,

Re: cfquery -- passing details of counts dynamically

2005-03-19 Thread Michael Traher
Hi Daniel, Not sure I fully understand. You have a form which the user can change, which, when submitted causes CF to run your query and generate some results in 'NumofIntake'. You are then displaying these. You can certainly use the 'onclick' attribute of some html tag to run some javascript

Re: Embed styles in CFMAIL

2005-03-19 Thread Stan Winchester
I used a full URL, but it did work, so I added some style tags and it worked! Thanks, Stan If you've got a full URL in the LINK tag it should work. I usually add a BASE tag, and then use relative URLs throughout (including the LINK) tag. cheers, barneyb On Fri, 18 Mar 2005 22:18:14 -0800, Stan

Re: cfquery -- passing details of counts dynamically

2005-03-19 Thread Daniel Kang
Mike, Yes, that is what I am trying to do, but here is the issue. Let's say #TheCount# (from the cfoutput below) returns 15 (meaning 15 cfquery results). cfoutput query=NumofIntakecfif NumofIntake.TheMonth eq 2 #TheCount#/cfif/cfoutput I want to see the details of 15 cfquery results when

RE: IIS Web Server Tuning?

2005-03-19 Thread Duane Boudreau
You biggest problem here is client side rendering. When using tables, IE (most/all browsers?) have to load the entire table into memory before it can start to render on screen. I'm not sure you can do anything in IIS to speed the process up. Duane -Original Message- From: Gonzo Rock

Re: cfquery -- passing details of counts dynamically

2005-03-19 Thread Dave Francis
link to a display page? cfoutput query=NumofIntake a href=displayPage.cfm?mm=#TheMonth# #theCount# /a /cfoutput and in DisplayPage.cfm SELECT * from Intake WHERE datepart(blah blah) = #URL.mm# - Original Message - From: Daniel Kang [EMAIL PROTECTED] To: CF-Talk

Freaky application.cfm wierdness...

2005-03-19 Thread Jared Rypka-Hauer - CMG, LLC
I'm having a little difficulty getting the application.cfc set up just right... I keep getting a cannot cast to an incompatible datatype. error... but that's not what this post is about. As part of my troubleshooting process, I remarked out everything in application.cfc, so it's effectively an

Re: CFLDAP in CFMX (6.1 and 7.0)

2005-03-19 Thread Douglas Knudsen
ditto what Dave said. Also note, there is a bug with the timeout attribute in CFLDAP, it is actually in ms, not s. D On Fri, 18 Mar 2005 21:49:34 -0500, Dave Watts [EMAIL PROTECTED] wrote: No, I termed into the server and ran it from the command line on there. I was actually using the

RE: Ajax

2005-03-19 Thread Micha Schopman
Dave, I understand the direction you are heading at, .. but the difficulty in building these types of applications is not in knowing the technology. There is much more involved in knowing Javascript. There is no such thing as training, because the implementations vary alot. This is not only

Re: CFLDAP in CFMX (6.1 and 7.0)

2005-03-19 Thread Aaron Rouse
Why would not using the one the search tool that came with oracle help rule this out? On Fri, 18 Mar 2005 21:49:34 -0500, Dave Watts [EMAIL PROTECTED] wrote: No, I termed into the server and ran it from the command line on there. I was actually using the ldapsearch that came with the

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: Best, Fastest, Cleanest, Most Elegant way to determine if your in an application?

2005-03-19 Thread Jim Davis
-Original Message- From: Sean Corfield [mailto:[EMAIL PROTECTED] Sent: Friday, March 18, 2005 6:26 PM To: CF-Talk Subject: Re: Best, Fastest, Cleanest, Most Elegant way to determine if your in an application? On Fri, 18 Mar 2005 17:41:01 -0500, Jim Davis [EMAIL PROTECTED] wrote:

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 and width of all images. Basically

X-Mailer value

2005-03-19 Thread Asim Manzur
Is there anyway to change the X-Mailer value? I tried cfmailparam name = X-Mailer value = Put some text here but in result it shows two X-Mailer in the header of the email X-Mailer: ColdFusion MX Application Server X-Mailer: Put some text here Is there any way to replace the

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

Re: X-Mailer value

2005-03-19 Thread Howie Hamlin
User the MailerID parameter in the CFMAIL tag - that should do it. cfmail mailerid=put some text here ... HTH, -- Howie Hamlin - inFusion Project Manager On-Line Data Solutions, Inc. - www.CoolFusion.com inFusion Mail Server (iMS) - The Award-winning, Intelligent Mail Server PrismAV - Virus

Re: X-Mailer value

2005-03-19 Thread Asim Manzur
That does the same thing It put two X-Mailer values. X-Mailer: ColdFusion MX Application Server X-Mailer: Put some text here On Sat, 19 Mar 2005 19:06:18 -0500, Asim Manzur [EMAIL PROTECTED] wrote: Is there anyway to change the X-Mailer value? I tried cfmailparam name = X-Mailer

Re: X-Mailer value

2005-03-19 Thread Asim Manzur
Sorry that works fine, I overlooked it. I was using as a cfmailparam When I used it with CFMAIL with mailerid it works fine Thanks ~| Find out how CFTicket can increase your company's customer support efficiency by 100%

Basic WWW-Authenticate question?

2005-03-19 Thread Johnny Le
I am playing with basic WWW-Authenticate tonight and I got this far: cfif CGI.HTTP_AUTHORIZATION IS Basic Og== cfsetting enablecfoutputonly=yes showdebugoutput=no cfheader statuscode=401 cfheader name=WWW-Authenticate value=Basic realm=test Authorization failed cfelse ??? /cfif What I don't

RegEx that deals with optional End tags?

2005-03-19 Thread Jim Davis
Before I embark on what's sure to be a frustrating endeavor I thought I'd ask. I'm adding a custom documentation tag to my CFCs. It works very well with closed tags such as: dpDoc type=Information name=Author description=Jim Davis ([EMAIL PROTECTED]) / Before

RE: IIS Web Server Tuning?

2005-03-19 Thread Dawson, Michael
I just remembered this issue... http://www.macromedia.com/cfusion/knowledgebase/index.cfm?event=viewid= KC.tn_19588extid=tn_19588dialogID=701096 http://support.microsoft.com/default.aspx?scid=kb;EN-US;840875 See if that has any affect on your performance. Also, you might make sure your network