I've been using the trial for a while, even increased the memory to 1gb,
but it really doesn't feel stable enough as a primary IDE, I'm finding it often
locks up and even simple things like clicking search results don't always
actually open the file and scroll to the first match?
if there was a swear jar on my desk, it would be full
z
--
Zac Spitzer
Solution Architect / Director
Ennoble Consultancy Australia
http://www.ennoble.com.au
http://zacster.blogspot.com
+61 405 847 168
--
You received this message because you are subscribed to the Google Groups "cfaussie" group.
To post to this group, send email to cfau...@googlegroups.com.
To unsubscribe from this group, send email to cfaussie+u...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/cfaussie?hl=en.
my desktop is beefy enough, it's a quad core 2.67ghz i5 with
4gb running on win7 64-bit
jvm settings I changed are
-Xmx1024m
-Xms256m
-XX:MaxPermSize=512m
it runs with about 270-360 mb of ram usually assigned
I've tried turning off all the syntax checking, but that only helped a
little bit
z
-Xdock:icon=../Resources/Eclipse.icns
-XstartOnFirstThread
-Dorg.eclipse.swt.internal.carbon.smallFonts
-Xms512m
-Xmx1024m
-XX:MaxPermSize=256m
-XX:PermSize=64m
-Xdock:icon=../Resources/Eclipse.icns
-XstartOnFirstThread
-Dorg.eclipse.swt.internal.carbon.smallFonts
-Dosgi.requiredJavaVersion=1.6
It usually hovers around 200 MB used heap (and that's with 15-20 cfm/cfc/js files open).
I had performance trouble during some of the pre-release rounds but the CF team did an awesome job eliminating those issues imho.
Personally I run CFB2 (actually everything) as plugins in an Eclipse setup instead of a stand-alone install. It _shouldn't_ make a difference re performance, but I subjectively feel that it does to me (besides the flexibility) - I use Eclipse 3.6.1 64bit.
Cheers
Kai
Windows 7 Ultimate 64-bit - 8Gb RAM.
Peter Tilbrook
Managing Director, ColdGen Internet Solutions
Professional Adobe ColdFusion 9 Application Development
President, ACT and Region ColdFusion Users Group
PO Box 2247
Queanbeyan, NSW, 2620
AUSTRALIA
Tel: +61-2-6284-2727
Mob: +61-2-0457-449-016
Email Address: pe...@coldgen.com
WWW: http://www.coldgen.com/
ABN: 80 826 226 128
Peter Tilbrook
Managing Director, ColdGen Internet Solutions
Professional Adobe ColdFusion 9 Application Development
President, ACT and Region ColdFusion Users Group
PO Box 2247
Queanbeyan, NSW, 2620
AUSTRALIA
Tel: +61-2-6284-2727
Mob: +61-2-0457-449-016
Email Address: pe...@coldgen.com
WWW: http://www.coldgen.com/
ABN: 80 826 226 128
One thing I did run into was having to run it as the administrator to install plugins. Have you tried running it as administrator just to be sure?
Also have you tried launching it from the command line? Does it give any useful output?
Sent from my mobile
Peter, I realize you can't see it because you can't get it to respond at
all. BTW, are you saying that every time you open CFB, this happens? If not,
then you can try the above. If so, then here's another idea, with perhaps
some other potential benefits.
Have you tried open CFB with a new workspace. (There's a command-line switch
that can get it to do that if you can't get into the interface to switch
workspaces). I would expect that any problem would go away. You could then
add back the things you may have configured that may be failing (and again,
keep an eye on the Progress view in case it shows when it goes amiss). For
instance, you may have configured a connection to a server that is causing a
problem, or perhaps your workspace file itself is configured to exist on a
network drive (rather than a local drive), and so on.
BTW, about the server configuration matter, note that CFB does try to talk
to any configured servers (as listed in the Servers view) at startup. That's
another configurable option, where you could tell it to only refresh when
you do it manually. (The server refresh is needed if CFB is to know that
you've added new CFCs and other such items on the server that it tries to
"know about" about your environment. Since those can exist in locations
other then where your code/project itself lives, that's why it talks to the
server to get such configuration info.)
I talk about a lot of these tuning matters in a section of my "Hidden Gems
in CFBuilder" talk I did in 2009-2010 (they still apply to CFB2). That's
available on my site at www.carehart.org/presentations/. Hope some of that's
helpful.
/charlie
Just not right now (1:30am lol)!
Cheers!
Peter Tilbrook
Managing Director, ColdGen Internet Solutions
Professional Adobe ColdFusion 9 Application Development
President, ACT and Region ColdFusion Users Group
PO Box 2247
Queanbeyan, NSW, 2620
AUSTRALIA
Tel: +61-2-6284-2727
Mob: +61-2-0457-449-016
Email Address: pe...@coldgen.com
WWW: http://www.coldgen.com/
ABN: 80 826 226 128
So thinking a permission issue by default - one I am not going to
change for now but Adobe might want to look into why it defaults to an
area that is .... not allowed by default.
Nite!
Peter Tilbrook
Managing Director, ColdGen Internet Solutions
Professional Adobe ColdFusion 9 Application Development
President, ACT and Region ColdFusion Users Group
PO Box 2247
Queanbeyan, NSW, 2620
AUSTRALIA
Tel: +61-2-6284-2727
Mob: +61-2-0457-449-016
Email Address: pe...@coldgen.com
WWW: http://www.coldgen.com/
ABN: 80 826 226 128
On 30 June 2011 01:28, ColdGen Internet Solutions
Rock solid. I have it open 24x7 and restart it maybe once every week
or two (mostly because I'm doing other stuff that needs more memory,
like running some big ass server VM for a test).
That's on a quad core iMac 2.8GHz i7 8GB RAM.
--
Sean A Corfield -- (904) 302-SEAN
An Architect's View -- http://corfield.org/
World Singles, LLC. -- http://worldsingles.com/
Railo Technologies, Inc. -- http://www.getrailo.com/
"Perfection is the enemy of the good."
-- Gustave Flaubert, French realist novelist (1821-1880)
Sagar, thanks so much for responding to this thread.
Just to let everyone else on the list know, Sagar is part of the CF and CF Builder engineering team based in Bangalore.
Cheers
Kai
> A few of you are facing some performance related issues, here are my
> suggestions:
>
> After installing CFBuilder please read the Post_Install_Readme.txt
> file located under the CFBuilder install directory.
>
> Can you start CFBuilder (standalone) or Eclipse (plugin install) from
> the command line with an option -consolelog to see if any error
> messages are shown.
>
> When the workbench is launched Eclipse asks the user to specify a
> workspace location, the default workspace location is specified in the
> textbox (this is eclipse behavior). As Charlie pointed out the
> progress view can come handy and tasks which are running in the IDE
> can be observed.
>
> Thanks,
> Sagar Ganatra.
> Fusioned with ColdFusion - www.sagarganatra.com
>
--
Kai Koenig - Ventego Creative Ltd
ph: +64 4 476 6781 - mob: +64 21 928 365 / +61 435 263 414
web: http://www.ventego-creative.co.nz
blog: http://www.bloginblack.de
twitter: http://www.twitter.com/agentK
--
now I'm in a total quandry on whether to fork out money to buy the
software as my trial expires today and I've had so much grief
> --
> You received this message because you are subscribed to the Google Groups "cfaussie" group.
> To post to this group, send email to cfau...@googlegroups.com.
> To unsubscribe from this group, send email to cfaussie+u...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/cfaussie?hl=en.
>
>
--
Cheers
Kai
-----Original Message-----
From: Kai Koenig [mailto:k...@koeni.de]
Sent: Friday, 1 July 2011 6:03 PM
To: cfau...@googlegroups.com
All of the files I'm editing are only are small, most like 5-10k a few
approaching
20k, which is just mostly some chunky sql gateways cfc's
I have the console open, see what happens, maybe I will see the
heisenberg effect
I tried the progress window, but it locked up with everything else
BTW thanks everyone for taking the time to help out :)
so I fired it up and opened a new project, with process monitor running
in the background, I'm seeing a hell of lot of these messages
I am using an mapped drive via an IP, rather than using a hostname
Date & Time: 5/07/2011 5:15:04 PM
Event Class: File System
Operation: CreateFile
Result: NAME NOT FOUND
Path: C:\Windows\CSC\v2.0.6\namespace\192.168.2.6
TID: 6300
Duration: 0.0000159
Desired Access: Read EA, Write EA, Read Attributes, Write Attributes,
Delete, Read Control, Synchronize
Disposition: Open
Options: Synchronous IO Non-Alert
Attributes: n/a
ShareMode: Read, Write, Delete
AllocationSize: n/a
On Tue, Jul 5, 2011 at 4:56 PM, Sagar Ganatra <sa...@sagarganatra.com> wrote:
> Zac,
>
> Once the trial expires, you'll still be able to use CFBuilder2. It
> switches to Express Edition, please see this blog post:
> http://cfdocyard.blogspot.com/2011/05/coldfusion-builder-express-edition-free.html
>
> Can you try launching CFBuilder and see whether the workbench is
> available to you and the projects located over the network are
> accessible.
>
> Thanks,
> Sagar.
> Adobe ColdFusion QE.
> Fusioned with ColdFusion - www.sagarganatra.com
>
feel free to contact me off list for the connect session
z
With respect to the "project whose location is on a shared network drive",
are you referring to the location of the workspace? Or the files within the
project? I assume the latter, but just want to make sure.
With respect to "changing the jre location to the default one", do you mean
the default one that comes with CFB? If so, what had he changed it to (for
those who want to understand the problem). Or do you mean a default one for
the OS, if it had a default JRE (since you don't mention his OS, we're left
to possibly interpret "default" in different ways".)
Thanks.
/charlie
> -----Original Message-----
> From: cfau...@googlegroups.com [mailto:cfau...@googlegroups.com] On
Brian
-----Original Message-----
From: cfau...@googlegroups.com [mailto:cfau...@googlegroups.com] On Behalf
Of bryn
Sent: Tuesday, 12 July 2011 6:28 PM
To: cfaussie
Subject: [cfaussie] Re: CFbuilder2 thoughts?
-----
No virus found in this message.
Checked by AVG - www.avg.com
Version: 10.0.1390 / Virus Database: 1516/3759 - Release Date: 07/11/11
Or are you saying you've tried that feature and it doesn't work for you,
perhaps?
/charlie
Frustrating like "why is ColdFusion not free" but after 16 years as a CF
developer I have given up on that.
We have great talent and front-men like Ben Forta, Raymond Camden and many
others but as far as the IDE we wanted should have been FREE.
>>
/charlie
Just wanted to be clear since you've taken this thread in this other
direction.
/charlie
> -----Original Message-----
> From: cfau...@googlegroups.com [mailto:cfau...@googlegroups.com] On
> Behalf Of Peter Tilbrook
> Sent: Tuesday, July 12, 2011 10:25 AM
> To: cfau...@googlegroups.com
> Subject: RE: [cfaussie] Re: CFbuilder2 thoughts?
>
Why do so many people feel it's a god-given right to have a free
CF IDE from Adobe?
Sorry, seriously beyond me.
Cheers
Kai
Peter Tilbrook
Managing Director, ColdGen Internet Solutions
Professional Adobe ColdFusion 9 Application Development
President, ACT and Region ColdFusion Users Group
PO Box 2247
Queanbeyan, NSW, 2620
AUSTRALIA
Tel: +61-2-6284-2727
Mob: +61-2-0457-449-016
Email Address: pe...@coldgen.com
WWW: http://www.coldgen.com/
ABN: 80 826 226 128
I also wasn't getting into a comparison of DW and CFB. (Feeling a little
testy, there, Peter?) As for CF Studio, it went on to live as HomeSite Plus.
While it's no longer updated (or sold), I'm not sure what you mean by "after
so long without CF Studio proper it had to happen".
/charlie
> -----Original Message-----
> From: cfau...@googlegroups.com [mailto:cfau...@googlegroups.com] On
> Behalf Of ColdGen Internet Solutions
> Sent: Tuesday, July 12, 2011 1:43 PM
> To: cfau...@googlegroups.com
> Subject: Re: [cfaussie] Re: CFbuilder2 thoughts?
>
DW is like a silk glove.
Peter Tilbrook
Managing Director, ColdGen Internet Solutions
Professional Adobe ColdFusion 9 Application Development
President, ACT and Region ColdFusion Users Group
PO Box 2247
Queanbeyan, NSW, 2620
AUSTRALIA
Tel: +61-2-6284-2727
Mob: +61-2-0457-449-016
Email Address: pe...@coldgen.com
WWW: http://www.coldgen.com/
ABN: 80 826 226 128
/charlie
> -----Original Message-----
> From: cfau...@googlegroups.com [mailto:cfau...@googlegroups.com] On
> Behalf Of ColdGen Internet Solutions
> Sent: Tuesday, July 12, 2011 3:32 PM
> To: cfau...@googlegroups.com
> Subject: Re: [cfaussie] Re: CFbuilder2 thoughts?
>
-----Original Message-----
From: cfau...@googlegroups.com [mailto:cfau...@googlegroups.com] On Behalf
Of charlie arehart
Sent: Wednesday, 13 July 2011 12:13 AM
To: cfau...@googlegroups.com
Subject: RE: [cfaussie] Re: CFbuilder2 thoughts?
Brian, that's indeed a frequent question. If you just google for coldfusion
builder wrap you'll find several explanations of how to enable it, including
my hidden gems in CF talk (on CFB1, most of which still applies to CFB2 so
worth a read for those who haven't seen it).
Or are you saying you've tried that feature and it doesn't work for you,
perhaps?
/charlie
> -----Original Message-----
> From: cfau...@googlegroups.com [mailto:cfau...@googlegroups.com] On
> Behalf Of Brian Knott
> Sent: Tuesday, July 12, 2011 4:50 AM
> To: cfau...@googlegroups.com
> Subject: RE: [cfaussie] Re: CFbuilder2 thoughts?
>
> Any idea how to get CF builder to wrap text?
>
> Brian
>
--