RE: HTTP Compression with CF7

2007-04-26 Thread Jacob
http://dotnetjunkies.com/Article/16267D49-4C6E-4063-AB12-853761D31E66.dcik Basically what I followed in the book. -Original Message- From: Leitch, Oblio [mailto:[EMAIL PROTECTED] Sent: Thursday, April 26, 2007 9:53 AM To: CF-Talk Subject: RE: HTTP Compression with CF7 Care to share

Re: HTTP Compression with CF7

2007-04-26 Thread Robertson-Ravo, Neil (RX)
al Message- From: Jacob To: CF-Talk Sent: Thu Apr 26 19:22:03 2007 Subject: RE: HTTP Compression with CF7 IIS 6.0 Resource Kit from Microsoft Press. Page 654 :) -Original Message- From: Leitch, Oblio [mailto:[EMAIL PROTECTED] Sent: Thursday, April 26, 2007 9:53 AM To: CF-Talk Subject

RE: HTTP Compression with CF7

2007-04-26 Thread Jacob
IIS 6.0 Resource Kit from Microsoft Press. Page 654 :) -Original Message- From: Leitch, Oblio [mailto:[EMAIL PROTECTED] Sent: Thursday, April 26, 2007 9:53 AM To: CF-Talk Subject: RE: HTTP Compression with CF7 Care to share? -Original Message- From: Jacob [mailto:[EMAIL

RE: HTTP Compression with CF7

2007-04-26 Thread Leitch, Oblio
Care to share? -Original Message- From: Jacob [mailto:[EMAIL PROTECTED] Sent: Thursday, April 26, 2007 12:49 PM To: CF-Talk Subject: RE: HTTP Compression with CF7 Found it.. never mind! -Original Message- From: Robertson-Ravo, Neil (RX) [mailto:[EMAIL PROTECTED] Sent

RE: HTTP Compression with CF7

2007-04-26 Thread Jacob
Found it.. never mind! -Original Message- From: Robertson-Ravo, Neil (RX) [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 25, 2007 3:39 PM To: CF-Talk Subject: Re: HTTP Compression with CF7 You also shouldn't need filters for compression, IIS does it out of the box it is just h

RE: HTTP Compression with CF7

2007-04-26 Thread Jacob
Care to tell me where is should I have to pop out my IIS7 Administrator book :) -Original Message- From: Robertson-Ravo, Neil (RX) [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 25, 2007 3:39 PM To: CF-Talk Subject: Re: HTTP Compression with CF7 You also shouldn't need filter

Re: HTTP Compression with CF7

2007-04-26 Thread Matt Robertson
I have used cfx_gzip for years with no adverse effects. Check the Exchange for it. Requires a separate custom tag also found at the Exchange. -- [EMAIL PROTECTED] Janitor, The Robertson Team mysecretbase.com ~| Macromedia Cold

Re: HTTP Compression with CF7

2007-04-26 Thread Pete Ruckelshaus
uot;#fileOut.toByteArray()#"> > > > > > > > > > > > > > > > > As you can tell from the comment, there were portions of code that had > > issues with the gzip encoding, but overall it works quite well. > > > > pete

Re: HTTP Compression with CF7

2007-04-25 Thread Barney Boisvert
Original Message > From: Andrew Scott <[EMAIL PROTECTED]> > To: CF-Talk > Sent: Wednesday, April 25, 2007 2:58:36 PM > Subject: Re: HTTP Compression with CF7 > > You know Pete... > > If you are going to give something, some credit would have been good:-) > > htt

Re: HTTP Compression with CF7

2007-04-25 Thread Ariel Jakobovits
7 2:58:36 PM Subject: Re: HTTP Compression with CF7 You know Pete... If you are going to give something, some credit would have been good:-) http://www.andyscott.id.au/index.cfm/2006/9/12/Proof-of-Concept On 4/26/07, Pete Ruckelshaus <[EMAIL PROTECTED]> wrote: > > Roll your o

Re: HTTP Compression with CF7

2007-04-25 Thread John Blayter
Exhibitions." > Visit our website at http://www.reedexpo.com > > -Original Message- > From: Russ > To: CF-Talk > Sent: Wed Apr 25 20:45:23 2007 > Subject: RE: HTTP Compression with CF7 > > I don't know about IIS, but we've never had a problem with com

Re: HTTP Compression with CF7

2007-04-25 Thread Andrew Scott
ions." > Visit our website at http://www.reedexpo.com > > -Original Message- > From: Russ > To: CF-Talk > Sent: Wed Apr 25 20:45:23 2007 > Subject: RE: HTTP Compression with CF7 > > I don't know about IIS, but we've never had a problem with comp

Re: HTTP Compression with CF7

2007-04-25 Thread Robertson-Ravo, Neil (RX)
xhibitions." Visit our website at http://www.reedexpo.com -Original Message- From: Russ To: CF-Talk Sent: Wed Apr 25 20:45:23 2007 Subject: RE: HTTP Compression with CF7 I don't know about IIS, but we've never had a problem with compression using Apache and CF... Russ

Re: HTTP Compression with CF7

2007-04-25 Thread Andrew Scott
; > > > As you can tell from the comment, there were portions of code that had > issues with the gzip encoding, but overall it works quite well. > > pete > > > On 4/25/07, Jacob <[EMAIL PROTECTED]> wrote: > > > > Can you run HTTP Compression on IIS with CF 7

Re: HTTP Compression with CF7

2007-04-25 Thread Barney Boisvert
It's worth mentioning that this will only compress resources served via CF. It won't capture anything the web server serves directly (images, CSS, JS, etc.). cheers, barneyb On 4/25/07, Pete Ruckelshaus <[EMAIL PROTECTED]> wrote: > Roll your own. Here's a code snippet from my application.cfc: >

Re: HTTP Compression with CF7

2007-04-25 Thread Pete Ruckelshaus
but overall it works quite well. pete On 4/25/07, Jacob <[EMAIL PROTECTED]> wrote: > > Can you run HTTP Compression on IIS with CF 7? > > I know CF4 and CF5 has a problem, but how about CF7? > > I downloaded a couple ISAPI Filters for HTTP Compression for IIS, but it >

RE: HTTP Compression with CF7

2007-04-25 Thread Russ
I don't know about IIS, but we've never had a problem with compression using Apache and CF... Russ > -Original Message- > From: Jacob [mailto:[EMAIL PROTECTED] > Sent: Wednesday, April 25, 2007 3:31 PM > To: CF-Talk > Subject: HTTP Compression with

HTTP Compression with CF7

2007-04-25 Thread Jacob
Can you run HTTP Compression on IIS with CF 7? I know CF4 and CF5 has a problem, but how about CF7? I downloaded a couple ISAPI Filters for HTTP Compression for IIS, but it does not work. When I install it on a IIS server not running CF, HTTP Compression runs fine. TIA... Jacob

Re: Web Services choke on HTTP Compression?

2006-12-12 Thread Michael Schreiber
t our business partner swears that they don't use HTTP compression on the server. Maybe its just an incompatibility with ColdFusion, Web Services and SSL. Thanks Agan! ~| Create robust enterprise, web RIAs. Upgrade & i

RE: Web Services choke on HTTP Compression?

2006-12-11 Thread Steven Erat
-Original Message- > From: Michael Schreiber [mailto:[EMAIL PROTECTED] > Sent: Monday, December 11, 2006 3:51 PM > To: CF-Talk > Subject: Web Services choke on HTTP Compression? > > When I try to call a web service from one of our business > partners, I get the error: java.uti

Web Services choke on HTTP Compression?

2006-12-11 Thread Michael Schreiber
When I try to call a web service from one of our business partners, I get the error: java.util.zip.ZipException: unknown compression method. This seems to have something to do with HTTP Compression on the partner's server. I've seen a work-around for CFHTTP (passing additional HT

IIS HTTP compression and CF

2006-02-06 Thread Phill B
If I use HTTP Compression in IIS for sites running CF and fusebox, will it do any good? From what I could tell, by watching the temp folder, it doesn't look like it. Thanks! -- Phil ~| Message: http://www.houseoffusio

RE: HTTP Compression and/or Caching breaks CFChart?

2004-12-15 Thread John Munyan
From: Stephen Cassady [mailto:[EMAIL PROTECTED] Sent: Wed 12/15/2004 10:58 AM To: CF-Talk Subject: HTTP Compression and/or Caching breaks CFChart? I just initialized HTTP Compression and better caching on our servers and not CFChart never loads/displays. Just a space where they should be

HTTP Compression and/or Caching breaks CFChart?

2004-12-15 Thread Stephen Cassady
I just initialized HTTP Compression and better caching on our servers and not CFChart never loads/displays. Just a space where they should be. The HTTP Compression is set to dynamic compression (so the cfm are being compressed). Any suggestions, thoughts, or options I should look at to have

RE: http compression

2004-05-07 Thread Hugo Ahlenius
: +46 733 467111    WWW:   http://www.grida.no - | -Original Message- | From: Thomas Chiverton [mailto:[EMAIL PROTECTED] | Sent: Friday, May 07, 2004 17:04 | To: CF-Talk | Subject: Re: http

Re: http compression

2004-05-07 Thread Thomas Chiverton
On Friday 07 May 2004 12:33 pm, Hugo Ahlenius wrote: > How much would that impact the server load? Not alot. Maybe some more memory will be used, but your CPU usage will be about the same. You may even benifit by having Apache serve your none CFML files. -- Tom Chiverton Advanced ColdFusion P

RE: http compression

2004-05-07 Thread Hugo Ahlenius
- | -Original Message- | From: Thomas Chiverton [mailto:[EMAIL PROTECTED] | Sent: Thursday, May 06, 2004 16:11 | To: CF-Talk | Subject: Re: http compression | | On Wednesday 05 May 2004 17:16 pm, Hugo Ahlenius wrote: | > this purp

Re: http compression

2004-05-06 Thread Thomas Chiverton
On Wednesday 05 May 2004 17:16 pm, Hugo Ahlenius wrote: > this purpose... Are anyone using that? I guess the only other option is > to use a compression proxy (not a very attractive solution). What about Apache's mod_proxy ? -- Tom Chiverton Advanced ColdFusion Programmer Tel: +44(0)1749 83499

http compression

2004-05-05 Thread Hugo Ahlenius
Hi, I might have asked this question earlier... But I really, really want to be using gzip/http1.1 compression on all text output from the server (Apache, Solaris, CFMX). It seems like I am unable to use mod_deflate, since jrun kicks in and Apache does not have any control over it. I have seen a

Re: HTTP Compression and ColdFusion

2002-10-24 Thread cf-talk
Just a quick update to my findings on HTTP Compression, IIS5, and ColdFusion. I was able to get everything working successfully on CFMX but was unable to make it work correctly on CF5. Here is a link to a very good article I found concerning the subject: http://www.eggheadcafe.com/articles

Re: HTTP Compression and ColdFusion

2002-10-24 Thread cf-talk
uot;Jochem van Dieten" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Thursday, October 24, 2002 4:29 AM Subject: Re: HTTP Compression and ColdFusion > Jesse Houwing wrote: > > > Do you ahve any information as to how to do this? I can run the

Re: HTTP Compression and ColdFusion

2002-10-24 Thread Jochem van Dieten
Jesse Houwing wrote: > Do you ahve any information as to how to do this? I can run the > script, but it is not very self expleining I'm afraid. Download the metabase editor from Microsoft http://support.microsoft.com/default.aspx?scid=kb;en-us;Q232068 It is a RegEdit lookalike, only it is used

Re: HTTP Compression and ColdFusion

2002-10-24 Thread Jesse Houwing
[EMAIL PROTECTED] wrote: > Has anyone here used IIS5's built in HTTP Compression successfully with > ColdFusion 5 or ColdFusion MX? I was playing around with it this evening > but interestingly enough the problem I'm getting is that some of my headers > are now showin

Re: HTTP Compression and ColdFusion

2002-10-24 Thread cf-talk
ovak - Original Message - From: "Jochem van Dieten" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Thursday, October 24, 2002 1:20 AM Subject: Re: HTTP Compression and ColdFusion > [EMAIL PROTECTED] wrote: > > > But running "te

Re: HTTP Compression and ColdFusion

2002-10-24 Thread Jochem van Dieten
[EMAIL PROTECTED] wrote: > But running "test.cfm" with the "Compress Application Files" turned on > I get the following output: > > - Snip - > Content-type: text/html > Page-Completion-Status: Normal > > Done > > > 10.0.0.102 > - Snip - > > Interesting huh? Which CF version? This

Re: HTTP Compression and ColdFusion

2002-10-24 Thread cf-talk
k" <[EMAIL PROTECTED]> Sent: Thursday, October 24, 2002 12:58 AM Subject: Re: HTTP Compression and ColdFusion > [EMAIL PROTECTED] wrote: > > > Has anyone here used IIS5's built in HTTP Compression successfully > > with ColdFusion 5 or ColdFusion MX? > &

Re: HTTP Compression and ColdFusion

2002-10-24 Thread Jochem van Dieten
[EMAIL PROTECTED] wrote: > Has anyone here used IIS5's built in HTTP Compression successfully > with ColdFusion 5 or ColdFusion MX? I switched it on a couple of days ago for CF MX and haven't seen any problems. Not sure if it is a performance improvement in my situation thoug

HTTP Compression and ColdFusion

2002-10-24 Thread cf-talk
Has anyone here used IIS5's built in HTTP Compression successfully with ColdFusion 5 or ColdFusion MX? I was playing around with it this evening but interestingly enough the problem I'm getting is that some of my headers are now showing on the page. I have experienced an error like t