[cfaussie] Re: ShadoMX content management

2007-09-16 Thread Mark Ireland


It done by Grant Staker (the guy who wrote CFMX Performance Troubleshooting and 
Tuning Guide)
From: [EMAIL PROTECTED]
To: cfaussie@googlegroups.com
Subject: [cfaussie] Re: ShadoMX content management
Date: Sat, 15 Sep 2007 00:05:17 +1000








Shado is ment to be pretty high end enterprise so its like 
like "out there". I am sure not many people would have heard of farcry untill 
it 
went open source.



From: cfaussie@googlegroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of M@ Bourke
Sent: 
Friday, 14 September 2007 9:19 PM
To: 
cfaussie@googlegroups.com
Subject: [cfaussie] Re: ShadoMX content 
management


I've never used it so I'm not sure if it is good, I just thought if 
people have heard of the other CMS they would have heard of shado because it's 
been around a long time and is so well known (I thought).
surely everyone who 
has been to webdu atleast would know of it 


On 9/14/07, MrBuzzy 
<[EMAIL PROTECTED]> wrote:
Nope, 
  s what's so good about it? (assuming it's 
good)


http://a.ninemsn.com.au/b.aspx?URL=http%3A%2F%2Fninemsn%2Eseeklearning%2Ecom%2Eau%2F%3Ftracking%3Dsk%3Acon%3Askl%3Anine%3A0%3Ahot%3Acoursetafe&_t=764565661&_r=Seek_learning_AUG07_TAGlines&_m=EXT
--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] Free ActionScript 3.0 tour featuring Colin Moock (in Sydney)

2007-09-16 Thread Darren Tracey

This was announced over the weekend by Adobe.
One of the 10 cities being hit around the world is Sydney.
I would think that for the opportunity to get a day of free AS3
training with Colin Moock, that it would be worth footing the airfares
to get yourself to Sydney for the day (if you happen to live somewhere
nicer, like say, Brisbane!).

The dates and registration for the Sydney event are not open yet, but
shouldn't be far off and will fill fast, so keep you eye on it.

Regards

Darren Tracey
CFUG QLD Manager

--
Adobe is hosting a free ActionScript 3.0 tour with Colin Moock. We'll
be
hitting 10 cities around the world beginning the end of Oct. More
details are available on the site at: www.adobeas3tour.com. (Note:
final
dates are still tbd for many of the cities, but this years schedule is
available.) Registration is required.

This is a great opportunity for our Flash and Flex customers to learn
AS3 from the man himself.

Adobe Presents - Colin Moock's ActionScript 3.0: From the Ground Up
Tour
Join internationally renowned ActionScript expert Colin Moock for an
intensive full day of ActionScript 3.0 training.

Based on Moock's best-selling Essential ActionScript 3.0 (O'Reilly,
2007), this one-day event covers everything you need to get started
programming in ActionScript 3.0.

Topics include object-oriented programming, classes, objects,
variables,
methods, packages, conditionals, loops, operators, functions, error
handling, event handling, display programming, compiling, and running
programs.

Who should attend?
This course is targeted at Flash users with beginner to intermediate
programming skills.  Those completely new to ActionScript are welcome
to
attend, but may feel overwhelmed by the quantity of information in the
course.

This course does not cover expert-level topics. Advanced ActionScript
3.0 programmers are unlikely to encounter new concepts, but are
welcome
to attend for a refresher on ActionScript programming fundamentals.

To get more information on dates and locations, and registration
please
visit: http://www.adobeas3tour.com/.


--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] Re: Free ActionScript 3.0 tour featuring Colin Moock (in Sydney)

2007-09-16 Thread Barry Beattie

> The dates and registration for the Sydney event are not open yet, but
> shouldn't be far off and will fill fast, so keep you eye on it.

just a shout out to Adobe Australia people on keeping the
Australian/New Zealand community informed when this happens? It may be
some weeks before registration opens for Sydney.
 - cfaussie
 - flexaussie
 - flashaussie

just an idea in maximising bums on seats to make it worth his while in
coming all this way

--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] Cannot find key in struct.

2007-09-16 Thread Chris Velevitch

In the following code:-

 
  
  

the StructFind function generates the error:-

 message=Cannot find key KEY in struct.
 detail=The specified key, KEY, does not exist in the structure.

Yet the StructKeyExists function says it exists.

This code is in a function and pStruct is:-

 

I'm using CF7.02.

Why is this happening?


Chris
-- 
Chris Velevitch
Manager - Sydney Flash Platform Developers Group
m: 0415 469 095
www.flashdev.org.au

--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] Re: Cannot find key in struct.

2007-09-16 Thread AJ Mercer
mayve try fully scoping the variable
ARGUMENTS.pStruct


On 9/17/07, Chris Velevitch <[EMAIL PROTECTED]> wrote:
>
>
> In the following code:-
>
>  
>   
>   
>
> the StructFind function generates the error:-
>
>  message=Cannot find key KEY in struct.
>  detail=The specified key, KEY, does not exist in the structure.
>
> Yet the StructKeyExists function says it exists.
>
> This code is in a function and pStruct is:-
>
>  
>
> I'm using CF7.02.
>
> Why is this happening?
>
>
> Chris
> --
> Chris Velevitch
> Manager - Sydney Flash Platform Developers Group
> m: 0415 469 095
> www.flashdev.org.au
>
> >
>


-- 

AJ Mercer
Web Log: http://webonix.net

--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] Re: Cannot find key in struct.

2007-09-16 Thread Barry Beattie

I reckon it's the diff between the name of the structure and the
structure itself for the two diff functions:

structKeyExists takes the name of the structure

try






StructFind: Determines the value associated with a key in a structure.
Returns the value associated with a key in a structure; if structure
does not exist, throws an exception.

Syntax: StructFind(structure, key)

See: http://livedocs.macromedia.com/coldfusion/7/htmldocs/0638.htm

StructKeyExists: Determines whether a specific key is present in a
structure. Returns true, if key is in structure; if structure does not
exist, ColdFusion throws an exception.

Syntax: StructKeyExists(structure, "key")

See: http://livedocs.macromedia.com/coldfusion/7/htmldocs/0645.htm







On 9/17/07, AJ Mercer <[EMAIL PROTECTED]> wrote:
> mayve try fully scoping the variable
> ARGUMENTS.pStruct
>
>
>
> On 9/17/07, Chris Velevitch <[EMAIL PROTECTED] > wrote:
> >
> > In the following code:-
> >
> >  
> >   
> >   
> >
> > the StructFind function generates the error:-
> >
> >  message=Cannot find key KEY in struct.
> >  detail=The specified key, KEY, does not exist in the structure.
> >
> > Yet the StructKeyExists function says it exists.
> >
> > This code is in a function and pStruct is:-
> >
> >  
> >
> > I'm using CF7.02.
> >
> > Why is this happening?
> >
> >
> > Chris
> > --
> > Chris Velevitch
> > Manager - Sydney Flash Platform Developers Group
> > m: 0415 469 095
> > www.flashdev.org.au
> >
> >
> > > >
> >
>

--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] Re: Cannot find key in struct.

2007-09-16 Thread Chris Velevitch

On 9/17/07, Barry Beattie <[EMAIL PROTECTED]> wrote:
> try
> 

This generates an error.

It's not the StructKeyExists function that fails, it's the StructFind
and to make matters worse, it's intermittent.



Chris
-- 
Chris Velevitch
Manager - Sydney Flash Platform Developers Group
m: 0415 469 095
www.flashdev.org.au

--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] Re: Cannot find key in struct.

2007-09-16 Thread Barry Beattie

yeah, I just realised... I actually meant not using the name the
structfind() but that won't help either.



anyhoo:

what do you get with



 #StructKeyList(pStruct)#

is "KEY" in there then?

--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] Re: Cannot find key in struct.

2007-09-16 Thread David Harris

Hi Chris,

is the CFC you that is calling this is a shared scope? (EG:
Application scope)
The reason I ask is because in the past I have seen things like this
because of un-"var"ed variables.

If two threads call the CFC at the same time, it can have odd results
and/or errors.

Just a thought...



Chris Velevitch wrote:
> On 9/17/07, Barry Beattie <[EMAIL PROTECTED]> wrote:
> > try
> > 
>
> This generates an error.
>
> It's not the StructKeyExists function that fails, it's the StructFind
> and to make matters worse, it's intermittent.
>
>
>
> Chris
> --
> Chris Velevitch
> Manager - Sydney Flash Platform Developers Group
> m: 0415 469 095
> www.flashdev.org.au


--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] Re: Cannot find key in struct.

2007-09-16 Thread Chris Velevitch

On 9/17/07, Barry Beattie <[EMAIL PROTECTED]> wrote:
> what do you get with
>
> 
>
>  #StructKeyList(pStruct)#
>
> is "KEY" in there then?

I log a StructKeyList before the cfif and it's there.


Chris
-- 
Chris Velevitch
Manager - Sydney Flash Platform Developers Group
m: 0415 469 095
www.flashdev.org.au

--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] verity collection inspector

2007-09-16 Thread Steve Onnis
does anyone know of a tool that i can use to inspect the contents of a
verity collection?  I have a collection but its not returning any results
and i am trying to work out why

 
 


Steve Onnis


Director / Head Developer


  
[EMAIL PROTECTED]

   Australia
: 1300 856 623
International : +61 3 9882 5875

   0401 667
996

  
www.inevative.com.au

    
  

--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---

<><><><><><><><>

[cfaussie] Re: Cannot find key in struct.

2007-09-16 Thread Chris Velevitch

On 9/17/07, David Harris <[EMAIL PROTECTED]> wrote:
> is the CFC you that is calling this is a shared scope? (EG:
> Application scope)

It's not a cfc, it's a cfm with a function and it's called via Flash Remoting.


Chris
-- 
Chris Velevitch
Manager - Sydney Flash Platform Developers Group
m: 0415 469 095
www.flashdev.org.au

--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] Re: CFMX 6.1 Admin

2007-09-16 Thread christophe albrech
yeah dude, that's madness to have it set up that way on a live box. doesn't
really explain the crashes though, should just make your app run a bit slow.


you should also install the latest version of machii, it's faster.



On 9/14/07, Stephen M <[EMAIL PROTECTED]> wrote:
>
>
> Every one of the MachII apps has 
>
> That's not usual is it? Why would they do that?  The first thing you
> read (well half way down the second page) in the MachII getting
> Started doc is the bit that says set MACHII_CONFIG_MODE to -1 (never
> reload) for production.
>
> Stephen
>
> On Sep 14, 12:47 pm, "Steve Onnis" <[EMAIL PROTECTED]> wrote:
> > Personally I would be looking at the MachII sites. I have found them to
> be
> > very resource hungry as they are storing a lot of stuff in the memory
> and if
> > you are running multiple sites using it, that may be whats causing your
> > memory usage.
> >
> > Although if it was fine untill you put the shadow app on it, then maybe
> the
> > shadow app just pushed it over the edge.  I don't know anything about
> shadow
> > and how it handles cfc persistence but maybe it also stores a lot of
> stuff
> > in memory.
> >
> > Steve
> >
> > -Original Message-
> > From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On
> Behalf
> >
> > Of Stephen M
> > Sent: Friday, 14 September 2007 12:37 PM
> > To: cfaussie
> > Subject: [cfaussie] Re: CFMX 6.1 Admin
> >
> > On Sep 14, 12:14 pm, "Dale Fraser" <[EMAIL PROTECTED]> wrote:
> > > Cough 6.1
> >
> > > Umm, upgrade due soon?
> >
> > Yeah, we're going to CF8 --- WooHoo!! But that won't happen for a few
> weeks
> > and I need to stabilise this thing right now.
> >
> > > Anyway, 6.1 was pretty stable, you shouldn't have to tweak those
> settings.
> > > If you are getting those types of messages and crashes, I'd seriously
> > > be having a look at your apps to see if your doing anything silly.
> >
> > There's lots of stuff on this server besides the Shado, quite a few
> MachII
> > and then a few plain ole HTML with bits of java thrown in. I've only
> been
> > here 10 days and I'm finding new stuff every day. It could be a
> sociability
> > issue.  But naturally Cold Fusion itself tends to be blamed.
> >
> > > Regards
> > > Dale Fraser
> >
> > >http://learncf.com
> >
> > > -Original Message-
> > > From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On
> > > Behalf
> >
> > > Of Stephen M
> > > Sent: Friday, 14 September 2007 11:34 AM
> > > To: cfaussie
> > > Subject: [cfaussie] CFMX 6.1 Admin
> >
> > > I've got a  6.1MX system that is crashing way too often.  It might be
> > > the Shado content management setup, but I'm asking that question on
> > > another forum.
> >
> > > Ithought I should try to tweak the admin settings.   I have just found
> > > a few java.lang.OutOfMemoryError errors in the exception log so that
> > > means I should increase the JVM Max Heap size doesn't it?
> >
> > > Although the OutOfMemoryError doesn't always correspond to the crashes
> > > so there is probably something else going on as well.
> >
> > >  At the moment the JVM Max Heap size is set to 512MB, there is no Min
> > > size set.  A bit of googling through various java mailing list
> > > archives suggests I should set Min to the same as Max for improved
> > > performance.
> >
> > > Any suggestions?  Its way too late for load testing.  I've just got to
> > > stick something in to see if it works better.  I'm aware that
> > > increasing the Max heap setting makes for more work for the Garbage
> > > Collector and could therefore result in decreased performance.  Are
> > > there any other potential problems?
> >
> > > To complicate thing I have the following startup string set.  Again,
> > > my search of the archives suggests that MaxpermSize is a different
> > > parameter not related to Max or Min Heap size.  Should I be adjusting
> > > this string as well.?
> >
> > > -server -Dsun.io.useCanonCaches=false -Xbootclasspath/
> > > a:"{application.home}/../lib/webchartsJava2D.jar" -XX:MaxPermSize=128m
> > > -XX:+UseParallelGC
> >
> >
> >
> >  winmail.dat
> > 4KDownload
>
>
> >
>

--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] Re: Cannot find key in struct.

2007-09-16 Thread Kai Koenig

Chris,

I once had a pretty weird issue with dynamically created struct keys
that had invisible 
whitespace-type special chars at the beginning/end of the string and had
similar error
messages. Have you tried to make sure that "KEY" (I assume that would be
a variable)
is trimmed and use the result of trim() as the key?

Cheers
Kai

>
>In the following code:-
>
> 
>  
>  
>
>the StructFind function generates the error:-
>
> message=Cannot find key KEY in struct.
> detail=The specified key, KEY, does not exist in the structure.
>
>Yet the StructKeyExists function says it exists.



--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] Re: CFMX 6.1 Admin

2007-09-16 Thread Stephen M

I've changed all the MACHII_CONFIG_MODE settings back to -1  Some were
already set to -1, some were set to 0 and some were set to 1.  There
is no explanation or docos explaining why or why not, but they are all
-1 now.

Most of these apps, if they are run, would be run overnight from
England by 1 person, so they are probably not competing for resources
anyway.

Just had to search up and down the directory trees looking for MachII
apps.  No one seems to know how many there are or how often they get
used.

We are running version 1.1.0

Is 1.1.1 really much faster?  More importantly, there are no issues
with the upgrade?

thanks,
Stephen



On Sep 17, 11:43 am, "christophe albrech"
<[EMAIL PROTECTED]> wrote:
> yeah dude, that's madness to have it set up that way on a live box. doesn't
> really explain the crashes though, should just make your app run a bit slow.
>
> you should also install the latest version of machii, it's faster.
>
> On 9/14/07, Stephen M <[EMAIL PROTECTED]> wrote:
>
>
>
> > Every one of the MachII apps has 
>
> > That's not usual is it? Why would they do that?  The first thing you
> > read (well half way down the second page) in the MachII getting
> > Started doc is the bit that says set MACHII_CONFIG_MODE to -1 (never
> > reload) for production.
>
> > Stephen
>
> > On Sep 14, 12:47 pm, "Steve Onnis" <[EMAIL PROTECTED]> wrote:
> > > Personally I would be looking at the MachII sites. I have found them to
> > be
> > > very resource hungry as they are storing a lot of stuff in the memory
> > and if
> > > you are running multiple sites using it, that may be whats causing your
> > > memory usage.
>
> > > Although if it was fine untill you put the shadow app on it, then maybe
> > the
> > > shadow app just pushed it over the edge.  I don't know anything about
> > shadow
> > > and how it handles cfc persistence but maybe it also stores a lot of
> > stuff
> > > in memory.
>
> > > Steve
>
> > > -Original Message-
> > > From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On
> > Behalf
>
> > > Of Stephen M
> > > Sent: Friday, 14 September 2007 12:37 PM
> > > To: cfaussie
> > > Subject: [cfaussie] Re: CFMX 6.1 Admin
>
> > > On Sep 14, 12:14 pm, "Dale Fraser" <[EMAIL PROTECTED]> wrote:
> > > > Cough 6.1
>
> > > > Umm, upgrade due soon?
>
> > > Yeah, we're going to CF8 --- WooHoo!! But that won't happen for a few
> > weeks
> > > and I need to stabilise this thing right now.
>
> > > > Anyway, 6.1 was pretty stable, you shouldn't have to tweak those
> > settings.
> > > > If you are getting those types of messages and crashes, I'd seriously
> > > > be having a look at your apps to see if your doing anything silly.
>
> > > There's lots of stuff on this server besides the Shado, quite a few
> > MachII
> > > and then a few plain ole HTML with bits of java thrown in. I've only
> > been
> > > here 10 days and I'm finding new stuff every day. It could be a
> > sociability
> > > issue.  But naturally Cold Fusion itself tends to be blamed.
>
> > > > Regards
> > > > Dale Fraser
>
> > > >http://learncf.com
>
> > > > -Original Message-
> > > > From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On
> > > > Behalf
>
> > > > Of Stephen M
> > > > Sent: Friday, 14 September 2007 11:34 AM
> > > > To: cfaussie
> > > > Subject: [cfaussie] CFMX 6.1 Admin
>
> > > > I've got a  6.1MX system that is crashing way too often.  It might be
> > > > the Shado content management setup, but I'm asking that question on
> > > > another forum.
>
> > > > Ithought I should try to tweak the admin settings.   I have just found
> > > > a few java.lang.OutOfMemoryError errors in the exception log so that
> > > > means I should increase the JVM Max Heap size doesn't it?
>
> > > > Although the OutOfMemoryError doesn't always correspond to the crashes
> > > > so there is probably something else going on as well.
>
> > > >  At the moment the JVM Max Heap size is set to 512MB, there is no Min
> > > > size set.  A bit of googling through various java mailing list
> > > > archives suggests I should set Min to the same as Max for improved
> > > > performance.
>
> > > > Any suggestions?  Its way too late for load testing.  I've just got to
> > > > stick something in to see if it works better.  I'm aware that
> > > > increasing the Max heap setting makes for more work for the Garbage
> > > > Collector and could therefore result in decreased performance.  Are
> > > > there any other potential problems?
>
> > > > To complicate thing I have the following startup string set.  Again,
> > > > my search of the archives suggests that MaxpermSize is a different
> > > > parameter not related to Max or Min Heap size.  Should I be adjusting
> > > > this string as well.?
>
> > > > -server -Dsun.io.useCanonCaches=false -Xbootclasspath/
> > > > a:"{application.home}/../lib/webchartsJava2D.jar" -XX:MaxPermSize=128m
> > > > -XX:+UseParallelGC
>
> > >  winmail.dat
> > > 4KDownload


--~--~-~--~~~---~--~~
You recei

[cfaussie] Re: CFMX 6.1 Admin

2007-09-16 Thread christophe albrech
yup should be faster, and nope, one of the goal of the machii team is to
keep it 100% backward compatible. 1.5RC1 is out too.

That said I honestly don't know how well machii works with versions as old
as 6.1.

the config mode tells the framework whether it should reload itself or not.
This involves creating objects and other things, which can take some time.


On 9/17/07, Stephen M <[EMAIL PROTECTED]> wrote:
>
>
> I've changed all the MACHII_CONFIG_MODE settings back to -1  Some were
> already set to -1, some were set to 0 and some were set to 1.  There
> is no explanation or docos explaining why or why not, but they are all
> -1 now.
>
> Most of these apps, if they are run, would be run overnight from
> England by 1 person, so they are probably not competing for resources
> anyway.
>
> Just had to search up and down the directory trees looking for MachII
> apps.  No one seems to know how many there are or how often they get
> used.
>
> We are running version 1.1.0
>
> Is 1.1.1 really much faster?  More importantly, there are no issues
> with the upgrade?
>
> thanks,
> Stephen
>
>
>
> On Sep 17, 11:43 am, "christophe albrech"
> <[EMAIL PROTECTED]> wrote:
> > yeah dude, that's madness to have it set up that way on a live box.
> doesn't
> > really explain the crashes though, should just make your app run a bit
> slow.
> >
> > you should also install the latest version of machii, it's faster.
> >
> > On 9/14/07, Stephen M <[EMAIL PROTECTED]> wrote:
> >
> >
> >
> > > Every one of the MachII apps has 
> >
> > > That's not usual is it? Why would they do that?  The first thing you
> > > read (well half way down the second page) in the MachII getting
> > > Started doc is the bit that says set MACHII_CONFIG_MODE to -1 (never
> > > reload) for production.
> >
> > > Stephen
> >
> > > On Sep 14, 12:47 pm, "Steve Onnis" <[EMAIL PROTECTED]> wrote:
> > > > Personally I would be looking at the MachII sites. I have found them
> to
> > > be
> > > > very resource hungry as they are storing a lot of stuff in the
> memory
> > > and if
> > > > you are running multiple sites using it, that may be whats causing
> your
> > > > memory usage.
> >
> > > > Although if it was fine untill you put the shadow app on it, then
> maybe
> > > the
> > > > shadow app just pushed it over the edge.  I don't know anything
> about
> > > shadow
> > > > and how it handles cfc persistence but maybe it also stores a lot of
> > > stuff
> > > > in memory.
> >
> > > > Steve
> >
> > > > -Original Message-
> > > > From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED]
> On
> > > Behalf
> >
> > > > Of Stephen M
> > > > Sent: Friday, 14 September 2007 12:37 PM
> > > > To: cfaussie
> > > > Subject: [cfaussie] Re: CFMX 6.1 Admin
> >
> > > > On Sep 14, 12:14 pm, "Dale Fraser" <[EMAIL PROTECTED]> wrote:
> > > > > Cough 6.1
> >
> > > > > Umm, upgrade due soon?
> >
> > > > Yeah, we're going to CF8 --- WooHoo!! But that won't happen for a
> few
> > > weeks
> > > > and I need to stabilise this thing right now.
> >
> > > > > Anyway, 6.1 was pretty stable, you shouldn't have to tweak those
> > > settings.
> > > > > If you are getting those types of messages and crashes, I'd
> seriously
> > > > > be having a look at your apps to see if your doing anything silly.
> >
> > > > There's lots of stuff on this server besides the Shado, quite a few
> > > MachII
> > > > and then a few plain ole HTML with bits of java thrown in. I've only
> > > been
> > > > here 10 days and I'm finding new stuff every day. It could be a
> > > sociability
> > > > issue.  But naturally Cold Fusion itself tends to be blamed.
> >
> > > > > Regards
> > > > > Dale Fraser
> >
> > > > >http://learncf.com
> >
> > > > > -Original Message-
> > > > > From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED]
> On
> > > > > Behalf
> >
> > > > > Of Stephen M
> > > > > Sent: Friday, 14 September 2007 11:34 AM
> > > > > To: cfaussie
> > > > > Subject: [cfaussie] CFMX 6.1 Admin
> >
> > > > > I've got a  6.1MX system that is crashing way too often.  It might
> be
> > > > > the Shado content management setup, but I'm asking that question
> on
> > > > > another forum.
> >
> > > > > Ithought I should try to tweak the admin settings.   I have just
> found
> > > > > a few java.lang.OutOfMemoryError errors in the exception log so
> that
> > > > > means I should increase the JVM Max Heap size doesn't it?
> >
> > > > > Although the OutOfMemoryError doesn't always correspond to the
> crashes
> > > > > so there is probably something else going on as well.
> >
> > > > >  At the moment the JVM Max Heap size is set to 512MB, there is no
> Min
> > > > > size set.  A bit of googling through various java mailing list
> > > > > archives suggests I should set Min to the same as Max for improved
> > > > > performance.
> >
> > > > > Any suggestions?  Its way too late for load testing.  I've just
> got to
> > > > > stick something in to see if it works better.  I'm aware that
> > > > > increasing the Max heap settin

[cfaussie] Re: Cannot find key in struct.

2007-09-16 Thread Chris Velevitch

On 9/17/07, Kai Koenig <[EMAIL PROTECTED]> wrote:
> I once had a pretty weird issue with dynamically created struct keys
> that had invisible
> whitespace-type special chars at the beginning/end of the string and had
> similar error
> messages. Have you tried to make sure that "KEY" (I assume that would be
> a variable)
> is trimmed and use the result of trim() as the key?

Good point. I my case it's a constant and it's intermittent. Sometimes
it works, sometimes it doesn't work. I all cases, I log the output of
StructKeyList and it's always there.



Chris
-- 
Chris Velevitch
Manager - Sydney Flash Platform Developers Group
m: 0415 469 095
www.flashdev.org.au

--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] Re: Cannot find key in struct.

2007-09-16 Thread Mark Mandel

Chris - What is populating the Struct?

Is it possible that the Struct has a null value against the key?

If there is a null value against the key, then it's quite likely that
the StructKeyExists will return true, but the StruftFind call will
fail as described.

Mark

On 9/17/07, Chris Velevitch <[EMAIL PROTECTED]> wrote:
>
> On 9/17/07, Kai Koenig <[EMAIL PROTECTED]> wrote:
> > I once had a pretty weird issue with dynamically created struct keys
> > that had invisible
> > whitespace-type special chars at the beginning/end of the string and had
> > similar error
> > messages. Have you tried to make sure that "KEY" (I assume that would be
> > a variable)
> > is trimmed and use the result of trim() as the key?

-- 
E: [EMAIL PROTECTED]
W: www.compoundtheory.com

--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] CF8 cfTree with drag and drop

2007-09-16 Thread Mark Ireland

Can anyone point me to an example of the CF8 cfTree with drag and drop?

Cheers.

_
Win Dad the Footy Final with Cadbury Favourites!
http://a.ninemsn.com.au/b.aspx?URL=http%3A%2F%2Fbs%2Eserving%2Dsys%2Ecom%2FBurstingPipe%2FadServer%2Ebs%3Fcn%3Dtf%26c%3D20%26mc%3Dclick%26pli%3D243221%26pi%3D0%26ord%3D%25%25RANDOM%25%25&_t=765445318&_r=hotmail_email_tagline_Aug07_Cadburys&_m=EXT
--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---