> Just want to get some thoughts on having multiple instances of CFMX on a server, the 
> good the bad the ugly...

Just starting to look at single instances of CF - and the only reasons
I can find to do multiple instances are:

1) Security across applications is a large concern for you.  i.e.
Files being accessed via other apps, sneaking a look at other scoped
variables in other apps via ServiceFactory methods etc.  This is a lot
easier to do fix all up with multiple instances.

2) You want to do some hard core customisation of CF with J2EE stuff
and you don't want to make it overlap.  I.e. if you make a servlet
that maps to *.action and you don't want other cf-apps to hit it, then
you will need to use multiple instances.

That's just my take.

Mark

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

---
You are currently subscribed to cfaussie as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]
Aussie Macromedia Developers: http://lists.daemon.com.au/

Reply via email to