Re: Isolating CF instances

2007-11-06 Thread Adam Haskell
You should be able to specify which version of the DLL you want to use when
you use createObject (assuming they are both registered). You can do this in
the same instance of CF:

http://livedocs.adobe.com/coldfusion/7/htmldocs/1574.htm

Adam Haskell
http://cfrant.blogspot.com

On 11/6/07, gary gilbert <[EMAIL PROTECTED]> wrote:
>
> Thanks for the reply Cutter.
>
> I am of the same mind as you but I am looking for definitive yes or no on
> this one.
>
> --
> Gary Gilbert
> http://www.garyrgilbert.com/blog
>
>
> 

~|
Enterprise web applications, build robust, secure 
scalable apps today - Try it now ColdFusion Today
ColdFusion 8 beta - Build next generation apps

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:292808
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Isolating CF instances

2007-11-06 Thread gary gilbert
Thanks for the reply Cutter.

 I am of the same mind as you but I am looking for definitive yes or no on
this one.

-- 
Gary Gilbert
http://www.garyrgilbert.com/blog


~|
Download the latest ColdFusion 8 utilities including Report Builder,
plug-ins for Eclipse and Dreamweaver updates.
http;//www.adobe.com/cfusion/entitlement/index.cfm?e=labs%5adobecf8%5Fbeta

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:292787
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Isolating CF instances

2007-11-06 Thread Cutter (CFRelated)
With the separate instances, ColdFusion itself would operate within 
their respective Virtual Machines, each with it's own memory allocation 
independent of the other. That being said, the DLL is a Windows library, 
operating within the OS memory space. I don't think it really can be 
separated, unless you were running CF inside of Virtual servers (VMWare 
type setup), where each virtual server essentially would have it's own 
independent OS. I could be wrong on this, but I think that's how it 
would have to work. Dave Watts my have more experience in this type of 
arena...

Steve "Cutter" Blades
Adobe Certified Professional
Advanced Macromedia ColdFusion MX 7 Developer
_
http://blog.cutterscrossing.com

gary gilbert wrote:
> Hey All,
> 
> I have a question with regards to isolating CF instances.  We have a
> customer with two different projects that until recently used, without
> problem, the same DLL for certain processing.  The DLL version has now
> increased and they are having issues with backwards compatibility so would
> like to have the two projects use different versions of the same DLL on the
> same machine with the only difference being the CF Instance.
> 
> Is this even possible?  I know you can specify java class paths per CF
> instance but with dll's and windows how would one go about doing that per
> instance?
> 
> Thanks
> 

~|
ColdFusion 8 - Build next generation apps
today, with easy PDF and Ajax features - download now
http://download.macromedia.com/pub/labs/coldfusion/cf8_beta_whatsnew_052907.pdf

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:292736
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Isolating CF instances

2007-11-06 Thread gary gilbert
Hey All,

I have a question with regards to isolating CF instances.  We have a
customer with two different projects that until recently used, without
problem, the same DLL for certain processing.  The DLL version has now
increased and they are having issues with backwards compatibility so would
like to have the two projects use different versions of the same DLL on the
same machine with the only difference being the CF Instance.

Is this even possible?  I know you can specify java class paths per CF
instance but with dll's and windows how would one go about doing that per
instance?

Thanks

-- 
Gary Gilbert
http://www.garyrgilbert.com/blog


~|
ColdFusion is delivering applications solutions at at top companies 
around the world in government.  Find out how and where now
http://www.adobe.com/cfusion/showcase/index.cfm?event=finder&productID=1522&loc=en_us

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:292726
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4