Adding distinct names in Application.cfc will separate the memory spaces. Right 
now, both of your applications are in the same memory space. Hence why both 
reload when you call reload on one.

Applications in ColdFusion are kept in a main application struct container. The 
application name provides the key and the application variable for that 
application are the entry.

If you want to have fun, cfdump the application while there is no name.

You'll get all applications on the server.

DW


Sent from a mobile. Please excuse brevity and typos. 

-----Original Message-----
From: Brettski <[email protected]>
Sender: [email protected]
Date: Sun, 3 Apr 2011 17:33:51 
To: model-glue<[email protected]>
Reply-To: [email protected]
Subject: [Model-Glue] Re: 2 Model Glue apps 1 server

mmm...maybe I should add app name, haven't done that..

Will there be anything else?

On Apr 4, 10:16 am, Andrew Myers <[email protected]> wrote:
> Do they have different app names in application.Cfc?
>
> Sent from my mobile
>
> On 04/04/2011, at 10:11 AM, Brettski <[email protected]> wrote:
>
>
>
>
>
>
>
> > Ok, I have 2 MG apps running on one server. When I re-init one app it
> > affects the second one. Seems like somewhere they are interfering with
> > each other..
>
> > They are on different sub-domains, so I guess my question is, what are
> > the requirements to make sure that each app is separated and the
> > different apps don't interfere with each other?
>
> > --
> > Model-Glue Sites:
> > Home Page:http://www.model-glue.com
> > Documentation:http://docs.model-glue.com
> > Bug Tracker:http://bugs.model-glue.com
> > Blog:http://www.model-glue.com/blog
>
> > You received this message because you are subscribed to the Google
> > Groups "model-glue" group.
> > To post to this group, send email to [email protected]
> > To unsubscribe from this group, send email to
> > [email protected]
> > For more options, visit this group at
> >http://groups.google.com/group/model-glue?hl=en

-- 
Model-Glue Sites:
Home Page: http://www.model-glue.com
Documentation: http://docs.model-glue.com
Bug Tracker: http://bugs.model-glue.com
Blog: http://www.model-glue.com/blog

You received this message because you are subscribed to the Google
Groups "model-glue" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/model-glue?hl=en

-- 
Model-Glue Sites:
Home Page: http://www.model-glue.com
Documentation: http://docs.model-glue.com
Bug Tracker: http://bugs.model-glue.com
Blog: http://www.model-glue.com/blog

You received this message because you are subscribed to the Google
Groups "model-glue" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/model-glue?hl=en

Reply via email to