Re: [cfaussie] Melbourne CFUG Programme 2010, request for presenters

2010-03-24 Thread Mark Mandel
I'm sure we can rustle up something, somewhere ;o) Maybe we come up with an idea for a special event, or possible do a CodeWar like Robin does at WebDU. Or even maybe do a national CFUG like has been done in the past at WebDU's... all sorts of good options are available, and plenty of time to

Re: [cfaussie] RocketBoots - Galaxy

2010-03-22 Thread Mark Mandel
Didn't Robin say this was alpha,alpha,alpha? ;o) All sounds pretty nifty though - good luck with it all. Mark On Tue, Mar 23, 2010 at 2:01 PM, Gavin Baumanis beauecli...@gmail.comwrote: Hi Everyone, As a result of the Melbourne CFUG meeting last week, the company I work for has decided to

Re: [cfaussie] cfcache / ehcache in a cluster

2010-03-16 Thread Mark Mandel
I *believe* Rob Brooks Bilson has got it to work, from my conversations with him, and I'm pretty sure he demo'd it at MAX last year (I think I was in the session with technical difficulties). http://www.brooks-bilson.com/blogs/rob/index.cfm/Ehcache You can view his presentations here:

Re: [cfaussie] Question about a method call in a cfoutput query={method call here}

2010-02-22 Thread Mark Mandel
This is where cf can get a little quirky. cfoutput query=queryName You will notice is not: cfoutput query=#queryName# That is because the 'query' attribute only takes the NAME of the variable containing the query. Not the query itself. (Don't ask me why, blame engineers back in CF4) So when

Re: [cfaussie] Re: CF7 (and 8) High CPU usage on production box

2010-02-03 Thread Mark Mandel
Those are the threads in the thread pool waiting to be used. They aren't doing anything. Mark On Thu, Feb 4, 2010 at 12:05 AM, Andrew Myers am2...@gmail.com wrote: Ummmme again :-) I'm seeing about 20 of these in my thread dump. Is anyone able to tell me if they anything to be

Re: [cfaussie] Re: CF7 (and 8) High CPU usage on production box

2010-02-01 Thread Mark Mandel
i thought this came up on a recent thread, but now I can't remember. If you are getting lots of CPU spikes - you need to thread dump, thread dump and then thread dump some more. That way you can actually see what is going on on the server, and start to look at what code is executing when. I

Re: [cfaussie] Re: CF7 (and 8) High CPU usage on production box

2010-02-01 Thread Mark Mandel
Yup, that's the stuff. You're looking for threads name jppr* (If I remember correctly), they will show you what CF is doing. Mark On Tue, Feb 2, 2010 at 11:12 AM, Andrew Myers am2...@gmail.com wrote: Is this what you guys all mean by the thread dumps? I got this from Resources - List All

Re: [cfaussie] Re: CF7 (and 8) High CPU usage on production box

2010-02-01 Thread Mark Mandel
MaxPermSize set the PermGen size Xmx is the Maximum heap size Mark On Tue, Feb 2, 2010 at 11:22 AM, Andrew Myers am2...@gmail.com wrote: Hi Barry, I've just got hold of this java.args=-server -Djava.awt.headless=true -Xmx1024m -Dsun.io.useCanonCaches=false -XX:MaxPermSize=256m

Re: [cfaussie] Melbourne ColdFusion Job

2010-02-01 Thread Mark Mandel
There is only about ~50 people difference b/w cfaussie and cfjobs http://groups.google.com/group/cfaussie?hl=en http://groups.google.com/group/cfjobs So you aren't missing many eyeballs. Mark On Tue, Feb 2, 2010 at 12:07 PM, Dale Fraser d...@fraser.id.au wrote: Not many watch it. I have

Re: [cfaussie] Re: CF7 (and 8) High CPU usage on production box

2010-02-01 Thread Mark Mandel
cfloop itself isn't bad. You're just doing a lot of work in a single thread. I.e. you have a selfish thread. I guess the question is what is this doing in that thread that is so important, and can it be optimised. Is it the only place that causes the CPU to spike? Mark On Tue, Feb 2, 2010

Re: [cfaussie] Re: CF7 (and 8) High CPU usage on production box

2010-02-01 Thread Mark Mandel
For some more reading, there is an article I posted about managing selfish threads in CF: http://www.compoundtheory.com/?action=displayPostID=373 This is generally for situations where you can't optimise any further, or is something that is just simply going to be expensive no matter what you do.

Re: [cfaussie] CF Drinks, Melbourne, Wed 3 Feb

2010-01-31 Thread Mark Mandel
I'm on my way. Should be a good chance to catch up and chat to people :D Who else is coming? See you then! Mark On Fri, Jan 29, 2010 at 3:26 PM, Peter Robertson pe...@p-robertson.comwrote: To get the year rolling, and to talk about what we'd like the Melbourne UG to do for us in 2010,

Re: [cfaussie] CF Drinks, Melbourne, Wed 3 Feb

2010-01-31 Thread Mark Mandel
on list. Cheers PR On 1 February 2010 10:58, Mark Mandel mark.man...@gmail.com wrote: I'm on my way. Should be a good chance to catch up and chat to people :D Who else is coming? See you then! Mark On Fri, Jan 29, 2010 at 3:26 PM, Peter Robertson pe...@p-robertson.com

Re: [cfaussie] Re: Melbourne CF UG

2010-01-17 Thread Mark Mandel
It is true... I am stepping down from my co-manager role, so I can focus on things like cf.Objective(ANZ), and various other community endeavours. I will still be around at CFUGs and stuff, so don't worry, you won't miss me too much ;o) I was just getting a little too much on my plate, so I

Re: [cfaussie] looking for CF version 7.02 download

2010-01-12 Thread Mark Mandel
http://www.brothersoft.com/adobe-coldfusion-67104.html http://wareseeker.com/Software-Development/adobe-coldfusion-mx-7.0.2.zip/385561 Here is a .torrent if you are desperate: http://www.torrentbit.nl/torrent/1458139/Macromedia%20Coldfusion%20MX%207.0.2%20True%20Enterprise%20Edition%20+%20CR/

Re: [cfaussie] Thanks for emailing me

2010-01-10 Thread Mark Mandel
Can someone set this lady to ignore, and send her an email letting her know what is going on, please? Mark On Mon, Jan 11, 2010 at 6:05 PM, cas...@bluerocksoftware.com wrote: Thanks for your email. I am on a family camp this week. I will be returning on Monday 18th January, 2010 and will

Re: [cfaussie] Eclipse Memory Analyzers

2010-01-04 Thread Mark Mandel
Yup, you can do this. But it does show you the Java objects - so it takes a while to wrap your head around until you have a feel for how CF's internals work. I've been using the Memory Analyzer Toolkit for ages to help track down memory leaks in my OSS projects, and also for clients as well.

Re: [cfaussie] Fusebox 4 and friendly URLs

2009-12-19 Thread Mark Mandel
No reason you couldn't use a application specific missing template handler, that's what we do in CodexWiki, for both CF8 and CF9 support. Just means that all your requests have to end in .cfm. http://help.adobe.com/en_US/ColdFusion/9.0/CFMLRef/WSc3ff6d0ea77859461172e0811cbec22c24-7d2a.html Mark

Re: [cfaussie] Re: CFUG Vic end of year meet

2009-12-11 Thread Mark Mandel
Done! Mark On Fri, Dec 11, 2009 at 3:54 PM, Steve Onnis st...@cfcentral.com.au wrote: sure why not. would you mind doing that for me? Also yes that is the address -- *From:* Mark Mandel [mailto:mark.man...@gmail.com] *Sent:* Friday, 11 December 2009 1:13 PM

Re: [cfaussie] Re: CFUG Vic end of year meet

2009-12-10 Thread Mark Mandel
Steve, want to throw this up on the Groups site? Mark On Fri, Dec 11, 2009 at 1:08 PM, Peter Robertson pe...@p-robertson.comwrote: Just checking that the venue is still Toto's Pizza House 101 Lygon St Carlton 3053 VIC Phone: (03) 9347 1888 ?? Cheers Peter -- You received this

Re: [cfaussie] CFUG Vic end of year meet

2009-12-09 Thread Mark Mandel
always try for early in the new year. On 12/10/09, Mark Mandel mark.man...@gmail.com wrote: Was a decision made on this yet? I'd like to get something in my calendar with some notice ;o) Mark On Thu, Dec 3, 2009 at 1:18 PM, Gavin Baumanis b...@palcare.com.au wrote: I'm easy

Re: [cfaussie] CFUG Vic end of year meet

2009-12-01 Thread Mark Mandel
I'm up for any of the 3... so I'm easy. Count me in. Mark On Wed, Dec 2, 2009 at 5:04 PM, Steve Onnis st...@cfcentral.com.au wrote: Hey everyone in Melb I am putting together something for end of year CFUG and wanted to get some feedback as to what people will be up for. I am thinking

Re: [cfaussie] Weird Problem Element is Undefined problem

2009-11-24 Thread Mark Mandel
Where did the struct come from? Maybe it's a Java Map object? Mark On Wed, Nov 25, 2009 at 4:37 PM, KC Kuok kck...@gmail.com wrote: When I try to get key value from a structure I get an error however if I do a dump function, I can see the struct AND the variable which is referred to

Re: [cfaussie] Calculate variable size in bytes

2009-11-17 Thread Mark Mandel
The only way I know to reliably do this is through the sizeOf Project: http://sizeof.sourceforge.net/ But this does mean you have to include an agent with your JVM, and I don't know what the overhead of that agent will be. Mark On Wed, Nov 18, 2009 at 11:38 AM, BarryC barrychester...@gmail.com

Re: [cfaussie] Calculate variable size in bytes

2009-11-17 Thread Mark Mandel
barrychester...@gmail.com wrote: Cool, thanks I'll give it a try On Wed, Nov 18, 2009 at 1:53 PM, Mark Mandel mark.man...@gmail.comwrote: The only way I know to reliably do this is through the sizeOf Project: http://sizeof.sourceforge.net/ But this does mean you have to include an agent

Re: [cfaussie] Re: Calculate variable size in bytes

2009-11-17 Thread Mark Mandel
are actually storing too much information in our application scope, so I want to be able to run a script to spit out the current size of the application scope, and possibly parts within the application scope. Barry On Nov 18, 3:17 pm, Mark Mandel mark.man...@gmail.com wrote: Do you need

Re: [cfaussie] Re: Calculate variable size in bytes

2009-11-17 Thread Mark Mandel
server, session, application to see what overall size they have, and sizes of things within them? I was under the impression that you could only see the low level data in memory. If that's the case, then I'll give it a go :) On Nov 18, 6:00 pm, Mark Mandel mark.man...@gmail.com wrote: I use

Re: [cfaussie] Dinner Tonight...??

2009-11-11 Thread Mark Mandel
I figure we'll all end up at the hotel bar upstairs this evening for drinks. See you all there. Mark On Thu, Nov 12, 2009 at 10:11 AM, MrBuzzy mrbu...@gmail.com wrote: Could do. Have to go back to the office about 4pm. On 11/12/09, Dawesi daw...@gmail.com wrote: What's everyone up to

[cfaussie] Re: Persistent Scopes and Memory

2009-11-05 Thread Mark Mandel
Technically it's not 'CF' doing the GC, it's the JVM, and that is controlled by whatever garbage collection settings you have in your jvm.config file. I'm not sure what you mean by 'small' and 'large'? do you have a link to the blog post? Mark On Fri, Nov 6, 2009 at 8:05 AM, Mark Ireland

[cfaussie] Re: Persistent Scopes and Memory

2009-11-04 Thread Mark Mandel
Really, I don't think there is any specific way to tell. The JVM does it's own optimisation about when and where a object is held, depending on how long its been alive, and quite possibly how often it is accessed and various other forms of black magic. Is the real question you are asking: I am

[cfaussie] Re: Persistent Scopes and Memory

2009-11-04 Thread Mark Mandel
by storing something of a reasonable size in a persistent scope, and watch the garbage collection to see what each generation is doing, which is what I may do. Barry On Thu, Nov 5, 2009 at 12:46 PM, Mark Mandel mark.man...@gmail.comwrote: Really, I don't think there is any specific way to tell

[cfaussie] Re: Persistent Scopes and Memory

2009-11-04 Thread Mark Mandel
at 1:43 PM, Mark Mandel mark.man...@gmail.com wrote: When tracking down memory leaks for clients, I tend to use Eclipse Memory Analyzer. I've also heard very good things about VisualVM, which I've been meaning to look at. Mark On Thu, Nov 5, 2009 at 11:41 AM, Barry Chesterman barrychester

[cfaussie] [ANN] Last day for early bird pricing on cf.Objective(ANZ)

2009-10-11 Thread Mark Mandel
Today is the last day to get the early bird pricing for cf.Objective(ANZ), to be held on the 12th and 13th of November in Melbourne Australia. Register now at: http://cfobjective.com.au/go/register Not only do we have a stellar speaker line up, but the amazing BEN FORTA will be in attendance,

[cfaussie] Re: Doing Adobe Max on the cheap

2009-09-25 Thread Mark Mandel
I'm there, and I'm speaking too! Last session of the last day, 'ColdFusion for Java Developers', but should be good for anyone who is interested in Java/CF integration. See you there Chris! Mark On Fri, Sep 25, 2009 at 4:21 PM, Chris Velevitch chris.velevi...@gmail.comwrote: Well...it might

[cfaussie] Re: Melbourne CFUG topic Request.

2009-09-13 Thread Mark Mandel
Yeah, I'm crazy busy with MAX looming and cf.Objective(ANZ) after that. Gavin - I think it's a great idea. Maybe this is a great opportunity to spend some time looking into these things, and presenting what you have found? Mark On Mon, Sep 14, 2009 at 3:30 PM, Steve Onnis

[cfaussie] Re: CF Error Submitting An Interactive PDF to CFML page

2009-09-10 Thread Mark Mandel
What is the URL that is the action to the form? It looks like it's throwing a wobbly because the Query String is null. You may want to try just putting a '?' on the end of your Action URL. Mark On Thu, Sep 10, 2009 at 5:04 PM, rai...@ozemail.com.au wrote: Hi, I have created a

[cfaussie] Re: [ANN] Registration is now open for cf.Objective(ANZ)

2009-09-09 Thread Mark Mandel
, Mark Mandel mark.man...@gmail.com wrote: There is... if you register you get the details, we've just been waiting on the link to come through from the hotel. Apparently it's $199 a night, if you quote cf.Objectivr(ANZ) in the email. The details are in the registration email you get I'll

[cfaussie] Re: Backing up MySQL Databases

2009-09-08 Thread Mark Mandel
Schedule a mysqldump? Mark On Tue, Sep 8, 2009 at 7:23 PM, Steve Onnisst...@cfcentral.com.au wrote: Does anyone know of an application i could install on a server to automate the backup on MySQL databases? I have seen there are plenty of scripts around but would rather something i can

[cfaussie] Re: [ANN] Registration is now open for cf.Objective(ANZ)

2009-09-08 Thread Mark Mandel
There is... if you register you get the details, we've just been waiting on the link to come through from the hotel. Apparently it's $199 a night, if you quote cf.Objectivr(ANZ) in the email. The details are in the registration email you get I'll chase up where the link on the website is

[cfaussie] [ANN] Registration is now open for cf.Objective(ANZ)

2009-09-06 Thread Mark Mandel
There were a few unforeseen hiccups in coordinating a conference over international borders, but we are now very proud to announce that registration for cf.Objective(ANZ), to be held on the 12th and 13th of November in Melbourne Australia is now open at http://cfobjective.com.au/go/register We

[cfaussie] Re: Melbourne CFUG This TONIGHT

2009-08-19 Thread Mark Mandel
I'll be there with bells on :D No really. Bells. Okay, maybe not ;o) Mark On Thu, Aug 20, 2009 at 10:57 AM, Steve Onnis st...@cfcentral.com.auwrote: Reminder for Melbourne CFUG is TONIGHT Date and Time: August 20, 2009 from 7:00pm - 8:30pm Address: 21 Victoria Street, Melbourne,

[cfaussie] Re: Stripping out characters

2009-08-17 Thread Mark Mandel
Is this the only string, or is there more? Does the position of 'Brian Knott' change, or is it always after the first ;# ? Easiest way in my mind - delim = ;#; split = line.split(delim); newline = split[1] delim split[3] delim split[4] But it kinda depends what you are doing. Mark On

[cfaussie] Re: Stripping out characters

2009-08-17 Thread Mark Mandel
oh, well if you want that, that is even easier. split = line.split(;#); name1 = split[2]; name2 = split[4]; Done. Mark On Tue, Aug 18, 2009 at 2:01 PM, Mark Mandel mark.man...@gmail.com wrote: Is this the only string, or is there more? Does the position of 'Brian Knott' change

[cfaussie] Re: Bolt

2009-07-28 Thread Mark Mandel
From everything I have read/heard it will be a commercial product, although Adobe isn't saying what the price point will be at this time. As to 'will it offer more' - there is a public beta, go check it out :D make your own decision. Mark On Wed, Jul 29, 2009 at 1:08 PM, Ryan Sabir

[cfaussie] Re: Bolt

2009-07-28 Thread Mark Mandel
on something I can't afford and my company won't buy me. :-| 2009/7/29 Mark Mandel mark.man...@gmail.com From everything I have read/heard it will be a commercial product, although Adobe isn't saying what the price point will be at this time. As to 'will it offer more' - there is a public

[cfaussie] Re: Bolt

2009-07-28 Thread Mark Mandel
Now that is an interesting question! Like a Developer Suite - Something like ColdFusion Builder Flex Builder Fireworks Acrobat Pro (?) Flash (?) Would that work? Mark On Wed, Jul 29, 2009 at 1:37 PM, Barry Beattie barry.beat...@gmail.comwrote: What we need is Flex Builder and Bolt to

[cfaussie] Re: Bolt

2009-07-28 Thread Mark Mandel
Would you like fries with that? ;) On Wed, Jul 29, 2009 at 1:57 PM, Peter pe...@p-robertson.com wrote: Are you taking orders Mark? I'll have one, here's what I'd like. Current Web Premium set Dreamweaver Fireworks Acrobat Pro Photoshop Illustrator Flash Pro Plus

[cfaussie] Re: OutOfMemoryError

2009-07-27 Thread Mark Mandel
What are the JVM arguments you have set for each box? I.e. Xmx, -Xms etc? Mark On Tue, Jul 28, 2009 at 10:52 AM, thealpha thealphaschoolsys...@gmail.comwrote: Hi Mark, What does your system monitor say about how much RAM they have available? Depends on server. 2Gb server 1.5Gb available.

[cfaussie] Re: OutOfMemoryError

2009-07-27 Thread Mark Mandel
You may want to set the -Xms argument to something like 256/512m, which will start the heap off at a lower setting, and then allow for it to grow. So, -Xms256m Doing some googling for this issue in Java apps, this seems to be one solution. Mark On Tue, Jul 28, 2009 at 11:27 AM, thealpha

[cfaussie] Re: Bolt

2009-07-24 Thread Mark Mandel
a 'workspace'? The popup from the Browse button isn't a directory/file browser. B) Mark Mandel wrote: You want to use the Remote Search. It's a tab when you hit CTRL+H Mark On Fri, Jul 24, 2009 at 1:25 PM, Brett Payne-Rhodes bret...@gmail.com mailto:bret...@gmail.com wrote

[cfaussie] Re: Bolt

2009-07-24 Thread Mark Mandel
- having found the file I want to just click on it, and to be honest I just want it built in... Many thanks! B) Mark Mandel wrote: So you are correct! I never really search outside my projects (if I do I grep), so I just assumed you could specify any folder. Stupid question though

[cfaussie] Re: Bolt

2009-07-24 Thread Mark Mandel
There is no reason you can't have more than 1 project dedicated to an application. Quite often I have done this, where I have had all the CFCs I am using, which are stored off the webroot in one project, and the actual view code in another project. Something like: project-wwwroot project-mapped

[cfaussie] Re: Bolt

2009-07-23 Thread Mark Mandel
You want to use the Remote Search. It's a tab when you hit CTRL+H Mark On Fri, Jul 24, 2009 at 1:25 PM, Brett Payne-Rhodes bret...@gmail.comwrote: Is anyone trying out Bolt, aka Coldfusion Builder? If so... Do you know how to make the Search function work over a directory rather than a

[cfaussie] Re: OT : Friday discussion To browse or not to browse

2009-07-17 Thread Mark Mandel
On Fri, Jul 17, 2009 at 5:56 PM, Steve Onnis st...@cfcentral.com.au wrote: Zac I have to disagree with your every other mainstream browsers works the same comment. Safari renders certain things different between MAC and PC, and same goes for FireFox. The of course there is Opera and now

[cfaussie] Re: Submit data remotely to Twitter using HTTP POST

2009-07-15 Thread Mark Mandel
Heaps of options: http://www.riaforge.org/index.cfm?event=page.search Search for 'twitter' Mark On Wed, Jul 15, 2009 at 4:17 PM, Kevin Pepperman chorno...@gmail.comwrote: I know of this component for Twitter. http://code.google.com/p/cftwitterlib/

[cfaussie] Re: Delivering Mobile Content

2009-07-13 Thread Mark Mandel
I guess it depends on whether they want: a) A mobile application b) A website that is accessible from a mobile device. Those are two different things, with different requirements. Mark On Tue, Jul 14, 2009 at 2:53 PM, Barry Beattie barry.beat...@gmail.comwrote: clean, simple

[cfaussie] Re: some of us make web sites, right?

2009-06-29 Thread Mark Mandel
Geez guys whatever happened to the 'open and friendly' ColdFusion community we used to be known for. Way to be cynical and negative :P Thanks for letting us know Kay. I, for one, appreciate it. I actually seriously considered entering, but I haven't got anything public I can really show

[cfaussie] Re: Watch configuration files?!?

2009-06-29 Thread Mark Mandel
Mark, How were you running CF8? Was it on a J2EE container? Mark On Tue, Jun 30, 2009 at 9:47 AM, Mark Ireland markinc...@hotmail.comwrote: No Charlie, we are running CF8 on Solaris. I am worried because CF undeployed itself! -- From:

[cfaussie] Re: Virtual ANZ Friday beer o'clock...

2009-06-23 Thread Mark Mandel
There is also: http://tinychat.com/ Mark On Tue, Jun 23, 2009 at 4:19 PM, Robin Hilliard ro...@rocketboots.com.auwrote: To be fair - I have no idea how the server and the Connect room will cope, but I thought it's worth a try If connect runs into problems and we feel like eating our own

[cfaussie] Re: Virtual ANZ Friday beer o'clock...

2009-06-21 Thread Mark Mandel
Assuming I'm not stuck at a clients, I think it's a great idea! Mark On Mon, Jun 22, 2009 at 8:35 AM, Andrew Muller andrew.mul...@gmail.comwrote: Sounds good to me... 2009/6/22 Kai Koenig k...@bloginblack.de: Heya all, just wondering - anyone interesting to have a cross-country

[cfaussie] Re: What does {} do?

2009-06-21 Thread Mark Mandel
StructNew() :D Mark On Mon, Jun 22, 2009 at 11:49 AM, Andrew Myers am2...@gmail.com wrote: Hi All, I've seen a few components with code like this in it: !--- Define the local scope. --- cfset var LOCAL = {} / It seems the CF7 doesn't like the {} syntax. What does the {} actually do,

[cfaussie] Re: THIS WEDNESDAY : Coldfusion 9 and FLEX 4 Product Preview Presentation

2009-06-18 Thread Mark Mandel
On Thu, Jun 18, 2009 at 12:16 PM, Matthew matthewbchamb...@gmail.comwrote: Thanks Mark and Steve for putting last night together. Thanks also to whoever sponsered the food / venue. It's a shame it ran behind schedule because I had to leave at 9pm and miss the 2nd half of the CF9

[cfaussie] Re: PHP to CF help

2009-06-16 Thread Mark Mandel
Is there an error? Mark On Wed, Jun 17, 2009 at 11:40 AM, Ben Lowndes ben.lown...@gmail.com wrote: Hi, I've got a Cocoa app which posts data to a PHP script and I'd like to switch out the PHP script for CF, but I can't seem to get it working. At the end of this email is the simplified (but

[cfaussie] Re: PHP to CF help

2009-06-16 Thread Mark Mandel
Yeah, get rid of the cftry Grab firebug, and turn on the net monitoring, that'll track the response. If you're running cf8 you could also do this: cfloop list= type,version,comment,email,exception,system,console,crashes,preferences,shell index=thisFile cftry cffile action=upload

[cfaussie] Re: Coldfusion 9 and FLEX 4 tour

2009-06-07 Thread Mark Mandel
Says 6pm to me... where where you looking Dale? http://groups.adobe.com/posts/081e9d435f Mark On Mon, Jun 8, 2009 at 12:48 PM, Dale Fraser d...@fraser.id.au wrote: Steve, Can you post what time this event is. I see Date and Time:June 17, 2009 from 4:00am - 7:00am Now that could be

[cfaussie] Re: Session / application scope management.

2009-04-17 Thread Mark Mandel
Some questions / points 1) Are you using Application.cfm, or Application.cfc? I assume you are using Application.cfm, you will need to do some locking of this, as you can definitely get 2 people hitting your website at the same time, which can instantiate 2 copies of your model. Not what you

[cfaussie] Re: Session / application scope management.

2009-04-17 Thread Mark Mandel
On Fri, Apr 17, 2009 at 7:45 PM, Mike Kear afpwebwo...@gmail.com wrote: Back when i was first experimenting with Coldspring, I found i got big improvements in time-to-page-rendering in low-traffic sites when i tidied up my XML file - making the following settings, which should have been

[cfaussie] Re: Eclipse ColdFusion debugging sucks!

2009-03-24 Thread Mark Mandel
I've used it before, and not found it particularly slow, and it's given me access to any variables I liked, as long as I configured it to I find it's one of those tools that you generally don't need that often, but when you do, it invaluable. Mark On Wed, Mar 25, 2009 at 2:25 PM, theog

[cfaussie] Re: IT Software Developer Professional Indemnity Insurance

2009-03-15 Thread Mark Mandel
I have an insurance broker, who I contacted, and he sorted it out for me. If you want his details, contact me off list. Mark On Mon, Mar 16, 2009 at 12:25 AM, Chris Velevitch chris.velevi...@gmail.com wrote: Try the Australian Computer Society (acs.org.au) [1] [1]

[cfaussie] Re: Happy Birthday to Mark Mandel

2009-03-09 Thread Mark Mandel
Why thank you * blushes * .. what did I do to deserve special cfaussie attention? :oD Mark On Tue, Mar 10, 2009 at 11:04 AM, Steve Onnis st...@cfcentral.com.au wrote: Birthday wishes for Mark Mandel -- E: mark.man...@gmail.com W: www.compoundtheory.com

[cfaussie] Re: CFDOCUMENT hanging server!?!?!

2009-02-25 Thread Mark Mandel
I've had similar things happen when the DNS has changes, and the server can't resolve it's own name. A quick fix to the hosts file can usually solve this one. Mark On Thu, Feb 26, 2009 at 9:27 AM, Matthew matthewbchamb...@gmail.com wrote: Hi everyone Suddenly I'm having a problem with

[cfaussie] Re: CFDOCUMENT hanging server!?!?!

2009-02-25 Thread Mark Mandel
need to solve this! Cheers Matthew On Feb 26, 3:45 pm, Mark Mandel mark.man...@gmail.com wrote: I've had similar things happen when the DNS has changes, and the server can't resolve it's own name. A quick fix to the hosts file can usually solve this one. Mark On Thu, Feb 26, 2009 at 9

[cfaussie] Re: Finally a CF conference for Melbourne

2009-02-16 Thread Mark Mandel
..some extra blog reading for you if you would like as well: http://www.web-relevant.com/blogs/cfobjective/index.cfm?mode=entryentry=8133D166-BDB9-5320-EEF16B4E23414129 http://kay.smoljak.com/index.php/a-dedicated-cf-conference-down-under-cfobjectiveanz/ Oh yeah, and me :D

[cfaussie] Re: Finally a CF conference for Melbourne

2009-02-16 Thread Mark Mandel
] *On Behalf Of *Mark Mandel *Sent:* Monday, 16 February 2009 6:43 PM *To:* cfaussie@googlegroups.com *Subject:* [cfaussie] Re: Finally a CF conference for Melbourne ..some extra blog reading for you if you would like as well: http://www.web-relevant.com/blogs/cfobjective/index.cfm?mode=entryentry

[cfaussie] Survey for Melbourne CFUG, for 2009!

2009-01-26 Thread Mark Mandel
All, We are conducting a survey to try and tailor CFUG Melbourne to best fit the ColdFusion users in Melbourne, and provide you guys with the best CFUG we can. Please take 10 minutes to fill ou this quick survey on Google Docs, we would greatly appreciate it:

[cfaussie] Re: JRUN hanging

2009-01-06 Thread Mark Mandel
What makes you think this is the case? What version of CF are you on? If you are on CF8, you can use either - snapshots via the server monitor, a tool like JConsole, or thread dumps to find out exactly what is causing the infinite loop. Mark On Tue, Jan 6, 2009 at 5:20 PM, Matthew

[cfaussie] Re: JRUN hanging

2009-01-06 Thread Mark Mandel
On Jan 7, 7:42 am, Mark Mandel mark.man...@gmail.com wrote: What makes you think this is the case? What version of CF are you on? If you are on CF8, you can use either - snapshots via the server monitor, a tool like JConsole, or thread dumps to find out exactly what is causing the infinite

[cfaussie] Re: JRUN hanging

2009-01-06 Thread Mark Mandel
. @Mark: not sure which point you were refering to with your first question? It's running on a CF7 server. So I'm guessing I'll need to use JConsole. Where do I start? Cheers Matthew On Jan 7, 7:42 am, Mark Mandel mark.man...@gmail.com wrote: What makes you think this is the case

[cfaussie] Re: Which apache version?

2008-12-22 Thread Mark Mandel
All of them, as far as I am aware. Mark On Tue, Dec 23, 2008 at 12:08 PM, Mike Kear afpwebwo...@gmail.com wrote: I have to rebuild my system over Christmas, (which is going to make me popular with my family, I DONT think!) and it's been a while since i installed Apache- which version

[cfaussie] Re: Whats's broken here? is it CFIMAGE?

2008-12-02 Thread Mark Mandel
Usually this is caused by a sandbox not allowing access to C:\ColdFusion8\wwwroot\WEB-INF\cftags\ CF will require access for things like getmetaData(), duplicate, and some other pieces. If you set the sandbox to having access to that folder, you should be okay. Mark On Wed, Dec 3, 2008 at

[cfaussie] Re: CFMAIL On Shared Hosting Servers

2008-12-01 Thread Mark Mandel
Yes but you can write anything before the email.. it could be Fozzie the Bear [EMAIL PROTECTED] I think that was what Chris was getting at. Mark On Tue, Dec 2, 2008 at 2:06 PM, Claude Raiola [EMAIL PROTECTED] wrote: The from emailaddress needs to be a valid address associated with the

[cfaussie] Re: RegEx Banging Head

2008-11-24 Thread Mark Mandel
I always find it really funny how people try and avoid regex. I * love * regex, and use it quite regularly, including doing all sorts of crazy find and replaces in Eclipse to essentially do code generation. Regex FTW ;) RLY! Mark On Tue, Nov 25, 2008 at 4:58 PM, Dale Fraser [EMAIL PROTECTED]

[cfaussie] Adobe Groups

2008-11-18 Thread Mark Mandel
Just wanted to make sure everyone is aware of the fact that Adobe Groups is now up and running! This is a central repository for User Group and Community information. Here you will find the Australia User Groups that have been set up: http://groups.adobe.com/pages/c9b6d661e2/pages/cfa2fbd9a7

[cfaussie] Re: Adobe Groups

2008-11-18 Thread Mark Mandel
You are TOTALLY correct! I just clicked 'Australia' on the map, and didn't look at the title. The Pacific groups it is, and the Pacific groups it should be! My apologies. Mark On Wed, Nov 19, 2008 at 9:38 AM, Kai Koenig [EMAIL PROTECTED] wrote: Could we be a bit more political correct by

[cfaussie] Re: Verity vs SQL Server Full-text index

2008-11-18 Thread Mark Mandel
I recently implemented a SQL Server full text search over Verity. The major reason was to be able to do +10 levels of filtering on the results, which just wasn't possible with Verity, as Verity only gives you 4 custom columns. In theory, I may have been able to do it with categories (with some

[cfaussie] Re: OT : Open source or very cheap project management applications

2008-10-23 Thread Mark Mandel
, but overall I've not found it to be too bad. You now have me worried that we may have problems when more users start using it :) Cheers Mark On Oct 21, 10:46 am, Mark Mandel [EMAIL PROTECTED] wrote: Works for me...? For CF I would say skweegee. I would stay away from project tracker

[cfaussie] Re: webdu agenda: community brainstorming

2008-10-21 Thread Mark Mandel
Hey Geoff, I've got about 3 different submissions for webDU I'm playing around with in my head that I could do, is it worth adding them all, even though only one may get selected? Mark On Tue, Oct 21, 2008 at 5:19 PM, Geoff Bowers [EMAIL PROTECTED] wrote: Folks, It's coming round to the

[cfaussie] Re: webdu agenda: community brainstorming

2008-10-21 Thread Mark Mandel
* runs off to find the immunity idol * On Wed, Oct 22, 2008 at 11:51 AM, Barry Beattie [EMAIL PROTECTED] wrote: Mark, my understanding it'd be like voting on Survivor The tribe has spoken sort of thing. I could be wrong tho... On Wed, Oct 22, 2008 at 10:45 AM, Mark Mandel [EMAIL

[cfaussie] Re: webdu agenda: community brainstorming

2008-10-21 Thread Mark Mandel
Added all my presentations. Very interesting approach :D Mark On Wed, Oct 22, 2008 at 11:53 AM, Mark Mandel [EMAIL PROTECTED] wrote: * runs off to find the immunity idol * On Wed, Oct 22, 2008 at 11:51 AM, Barry Beattie [EMAIL PROTECTED] wrote: Mark, my understanding it'd be like voting

[cfaussie] Re: OT : Open source or very cheap project management applications

2008-10-20 Thread Mark Mandel
Works for me...? For CF I would say skweegee. I would stay away from project tracker (on riaforge), as it has issues with sessions and security. Mark On Tue, Oct 21, 2008 at 9:53 AM, Steve Onnis [EMAIL PROTECTED] wrote: Both websites are down for me.

[cfaussie] Re: OT : Open source or very cheap project management applications

2008-10-20 Thread Mark Mandel
and anyone can get to them. I need to have user roles and be able to assign permissions to be able to view and access particular projects and that sort of thing... Steve -Original Message- From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Mark Mandel Sent: Tuesday, 21

[cfaussie] ANN: Transfer 1.1 Now available for download

2008-10-16 Thread Mark Mandel
This is an announcement to let you all know that Transfer 1.1 is now available for download. New features include: * A huge performance increase * Cache Monitoring * Transfer Object Proxies * TQL Custom tags ... and more. For more details, please check out the blog post:

[cfaussie] Re: How to update JVM CF7?

2008-10-13 Thread Mark Mandel
What does your /bin/jvm.config look like? Mark On Tue, Oct 14, 2008 at 2:29 PM, Chris Velevitch [EMAIL PROTECTED] wrote: I downloaded 1.4.2_17 of the jre and jdk and installed them into the Jrun4 jre directory and when I start jrun admin server, it fails with:- ---

[cfaussie] REMINDER: Melbourne CFUG - 16th of October

2008-10-07 Thread Mark Mandel
All, This Month's CFUG is lined up! Location: NGA.net, Level 2, 17 Raglan St, South Melbourne Map: http://link.toolbot.com/google.com/73016 When: 16th of October, Meeting starts at 7:00, so get there before hand (doors open at 6:30). Agenda: Recorded Presentation by Dan Wilson Refactoring

[cfaussie] Re: REMINDER: Melbourne CFUG - 16th of October

2008-10-07 Thread Mark Mandel
Dale Fraser http://learncf.com http://flexcf.com -Original Message- From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Mark Mandel Sent: Wednesday, 8 October 2008 3:34 PM To: cfaussie@googlegroups.com; [EMAIL PROTECTED] Subject: [cfaussie] REMINDER: Melbourne CFUG

[cfaussie] Re: CF8 Ent on windows 64Bit

2008-09-25 Thread Mark Mandel
I was going to say, I did a bunch of heap introspection, and found a bunch of stuff just waiting to be Finalized, but it never seemed to get there. It was really, really weird. Mark On Fri, Sep 26, 2008 at 12:55 PM, Steve Onnis [EMAIL PROTECTED] wrote: I have had Mark Mandel do some heap

[cfaussie] Re: Version control + ColdFusion development

2008-09-25 Thread Mark Mandel
There was a FAQU that was full of SVN resources on doing workflow management etc, I would suggest tracking it down. Mark On Fri, Sep 26, 2008 at 11:06 AM, Toby Tremayne [EMAIL PROTECTED] wrote: Hi Matthew, there were some posts about this a few weeks back in which I detailed the

[cfaussie] Re: CFQUERYPARAM - is my understanding correct?

2008-09-24 Thread Mark Mandel
If you set NULL=true, it will ALWAYS send null to the DB. Mark On Thu, Sep 25, 2008 at 2:23 PM, Mike Kear [EMAIL PROTECTED] wrote: I'm afraid that either I'm a bit dense today or the CF8 docs are a bit vague on this .. but is my understanding correct?Can someone please tell me if the

[cfaussie] Re: CFQUERYPARAM - is my understanding correct?

2008-09-24 Thread Mark Mandel
You could shorten that to: cfqueryparam cfsqltype=cf_sql_integer value=#form.iAge# maxlength=3 null=#(NOT len(form.iAge))# / (I'm not a huge fan of trim's there... sometimes you want the extra spaces) Mark On Thu, Sep 25, 2008 at 2:33 PM, AJ Mercer [EMAIL PROTECTED] wrote: cfqueryparam

[cfaussie] Re: Prompting user to download file

2008-09-23 Thread Mark Mandel
iFrame? Mark On Wed, Sep 24, 2008 at 12:17 AM, Steve Onnis [EMAIL PROTECTED] wrote: I know how to push a file download but has anyone managed to do it using Ajax? I am trying to do something behind the scenes and push a file download. Steve -- E: [EMAIL PROTECTED] W:

<    1   2   3   4   5   6   >