[cfaussie] Re: Development application running painfully slow

2009-07-26 Thread Matthew

Thanks for the help Andrew. It turned out to be an IIS issue as per my
suspicions. Somehow the IIS database became corrupted. A re-install
has fixed it.

Cheers
Matthew

On Jul 24, 9:52 am, Andrew Myers am2...@gmail.com wrote:
 This may not be the solution, but here are a couple of things you can check.

 1. Are the pages calling any external resources that might be offline or are
 being blocked by a firewall, etc.?

 2. Not sure if this is applicable because you're on IIS, but I've known
 apache to run very slowly if I have something like Tomcat plugged into it
 using mod_jk and tomcat is not started.  So you might want to check all the
 other web server dependencies / plugins are also running.

 Like I said, it might not be the issue, but worth a try...

 2009/7/24 Matthew matthewbchamb...@gmail.com



  Hi guys

  All of a sudden my development application is running painfully slow.
  When I try to call up the application in the browser it takes 2-5
  minutes to bring up the most basic of pages. I'm pretty sure CF isn't
  guilty because I've got FusionReactor running and I can see that CF is
  processing it at its normal quick speed so it must me something else
  in the HTTP delivery procedure (to confirm this when I try to bring up
  a htm page it's same problem). I've switched on LiveHTTPHeaders in
  Firefox and I can see each HTTP elements coming through one at a time
  very slowly until finally everything arrives and I get the page. Does
  anyone have any ideas?

  Environment: CF8, IIS 5.1, SQL Server 2005.

  I'm not sure if it's related but the application is a SubVersion (SVN)
  project and the only thing I did different recently was copy in
  folders but not make them part of the project.

  I'll keep trying to solve it but I thought someone might have an idea
  or two?

  Cheers
  Matthew
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] Re: Development application running painfully slow

2009-07-26 Thread Dale Fraser

Try putting a plain .html file on the server and see if that is slow also.

Even try that same file with ColdFusion stopped, this will determine if it
is Coldfusion or not.

Regards
Dale Fraser

http://dale.fraser.id.au
http://learncf.com
http://flexcf.com

-Original Message-
From: cfaussie@googlegroups.com [mailto:cfaus...@googlegroups.com] On Behalf
Of Matthew
Sent: Monday, 27 July 2009 9:36 AM
To: cfaussie
Subject: [cfaussie] Re: Development application running painfully slow


Thanks for the help Andrew. It turned out to be an IIS issue as per my
suspicions. Somehow the IIS database became corrupted. A re-install
has fixed it.

Cheers
Matthew

On Jul 24, 9:52 am, Andrew Myers am2...@gmail.com wrote:
 This may not be the solution, but here are a couple of things you can
check.

 1. Are the pages calling any external resources that might be offline or
are
 being blocked by a firewall, etc.?

 2. Not sure if this is applicable because you're on IIS, but I've known
 apache to run very slowly if I have something like Tomcat plugged into it
 using mod_jk and tomcat is not started.  So you might want to check all
the
 other web server dependencies / plugins are also running.

 Like I said, it might not be the issue, but worth a try...

 2009/7/24 Matthew matthewbchamb...@gmail.com



  Hi guys

  All of a sudden my development application is running painfully slow.
  When I try to call up the application in the browser it takes 2-5
  minutes to bring up the most basic of pages. I'm pretty sure CF isn't
  guilty because I've got FusionReactor running and I can see that CF is
  processing it at its normal quick speed so it must me something else
  in the HTTP delivery procedure (to confirm this when I try to bring up
  a htm page it's same problem). I've switched on LiveHTTPHeaders in
  Firefox and I can see each HTTP elements coming through one at a time
  very slowly until finally everything arrives and I get the page. Does
  anyone have any ideas?

  Environment: CF8, IIS 5.1, SQL Server 2005.

  I'm not sure if it's related but the application is a SubVersion (SVN)
  project and the only thing I did different recently was copy in
  folders but not make them part of the project.

  I'll keep trying to solve it but I thought someone might have an idea
  or two?

  Cheers
  Matthew


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] Installing Flash Builder and Coldfusion Builder into FLEX Builder

2009-07-26 Thread Steve Onnis
Does anyone know how i can install Coldfusion Builder and FLASH Builder into
my Flex 3 Builder as the plugin?  I tried but the install does not detect
that Flex Builder is a valid ecplise installation, or am i better off just
installing eclipse on its own to do this?
 
Steve

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] Re: Installing Flash Builder and Coldfusion Builder into FLEX Builder

2009-07-26 Thread Paul Kukiel

You can't coldfusion builder into flexbuilder 3 to the best of my
knowledge it must be installed into flashbuilder 4 or standalone
eclipse.  You can also download flashbuilder 4 as its in public beta.

Paul

On 7/26/09, Steve Onnis st...@cfcentral.com.au wrote:
 Does anyone know how i can install Coldfusion Builder and FLASH Builder into
 my Flex 3 Builder as the plugin?  I tried but the install does not detect
 that Flex Builder is a valid ecplise installation, or am i better off just
 installing eclipse on its own to do this?

 Steve

 


-- 
Sent from my mobile device

Paul Kukiel

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] Re: Installing Flash Builder and Coldfusion Builder into FLEX Builder

2009-07-26 Thread Steve Onnis

Guess I will just have to download the latest eclipse and install everything
into that then will i? 

-Original Message-
From: Paul Kukiel [mailto:kuki...@gmail.com] 
Sent: Monday, 27 July 2009 11:33 AM
To: cfaussie@googlegroups.com
Subject: [cfaussie] Re: Installing Flash Builder and Coldfusion Builder into
FLEX Builder


You can't coldfusion builder into flexbuilder 3 to the best of my
knowledge it must be installed into flashbuilder 4 or standalone
eclipse.  You can also download flashbuilder 4 as its in public beta.

Paul

On 7/26/09, Steve Onnis st...@cfcentral.com.au wrote:
 Does anyone know how i can install Coldfusion Builder and FLASH Builder
into
 my Flex 3 Builder as the plugin?  I tried but the install does not detect
 that Flex Builder is a valid ecplise installation, or am i better off just
 installing eclipse on its own to do this?

 Steve

 


-- 
Sent from my mobile device

Paul Kukiel




--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] Re: Installing Flash Builder and Coldfusion Builder into FLEX Builder

2009-07-26 Thread Paul Kukiel

You could do that or just install it as a plug-in in FlashBuilder 4 ( if
your using Flex ) which has been working well for me.  I also suggest these
modifications:
http://www.adrocknaphobia.com/post.cfm/update-your-coldfusion-builder-beta-s
ettings-for-flash-builder-4-beta

As it made FlashBuilder and ColdFusion builder faster to load and less laggy
on my system.

CFB also works quite well in standalone mode.

Paul

-Original Message-
From: cfaussie@googlegroups.com [mailto:cfaus...@googlegroups.com] On Behalf
Of Steve Onnis
Sent: Sunday, July 26, 2009 9:56 PM
To: cfaussie@googlegroups.com
Subject: [cfaussie] Re: Installing Flash Builder and Coldfusion Builder into
FLEX Builder


Guess I will just have to download the latest eclipse and install everything
into that then will i? 

-Original Message-
From: Paul Kukiel [mailto:kuki...@gmail.com] 
Sent: Monday, 27 July 2009 11:33 AM
To: cfaussie@googlegroups.com
Subject: [cfaussie] Re: Installing Flash Builder and Coldfusion Builder into
FLEX Builder


You can't coldfusion builder into flexbuilder 3 to the best of my
knowledge it must be installed into flashbuilder 4 or standalone
eclipse.  You can also download flashbuilder 4 as its in public beta.

Paul

On 7/26/09, Steve Onnis st...@cfcentral.com.au wrote:
 Does anyone know how i can install Coldfusion Builder and FLASH Builder
into
 my Flex 3 Builder as the plugin?  I tried but the install does not detect
 that Flex Builder is a valid ecplise installation, or am i better off just
 installing eclipse on its own to do this?

 Steve

 


-- 
Sent from my mobile device

Paul Kukiel







--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---