Steven Van Gemert
Fri, 19 Oct 2007 14:55:31 -0700
|
Joe & Eric, Thanks for your input. I welcome any other ideas as well. I'm beginning to understand this... Joe, you pointed me to the question from Chris Jordan... well, Chris and I work together! This issue is for the same client, and so I have the same questions he had (which he put very well). We didn't get exact answers to some of them, and I added a few, maybe you guys can help us again. 1. Can you use the CF Standard edition with the three tiered architecture? 2. Joe, you stated (in the other thread) that a professional CF consultant recommended eliminating the middle tier, and putting the CF application server on the same box as the webserver. Well, that is what we are doing now, and they want to go to the three tiered architecture for security reasons (you know, put the linux webserver in the DMZ, and if some hacker gets in and blows it up, big deal, we put another in - at least the CF server is safe). That's their idea. I want to know if that is sound? Why would that consultant say to go with them on one box, if you sacrifice security (at least, in my clients eyes) to do it? 3. Joe, again in that other thread you've said that JRun should be avoided because it is old and has not had any patches in 2 years. You mean the software JRun, and not the jrun.exe that my current CF server runs on, correct? 4. I still do not understand the J2EE application server. Is that the only way to deploy CF in a three-tiered load-balanced environment where the webserver and the application server are separate boxes? Can that not be done with CF installed as a service on Windows? If not, do we have to buy JRun (or WebSphere or WebLogic, or get JBoss for free) to run it? (Pardon my ignorance - I am willing to learn) 5. Will my current structures that I store in the server and application and session scopes cease to work as I expect if we switch to the three-tiered architecture (and have everything configured correctly)? I know you don't know how I've coded things for my programs, but is there even a way to code these variables such that switching to the three-tiered environment will ruin those variables? Have they figured out all those inherent problems? Any answers you can provide would be much appreciated, even if you can only answer one of them! Thanks all! Steven Van Gemert Joe Kelly wrote: There was a discussion started by Christopher Jordan entitled "CF8 Enterprise" which various opinions were shared. Mine was that you should allow the load balancer to handle your clustering as the overhead is high for the servers to handle the clustering themselves. Go to http://www.mail-archive.com/list%40list.dfwcfug.org/ and search Christopher Jordan CF8 Enterprise Thanks, Joe Kelly On 10/19/07, Eric Knipp <[EMAIL PROTECTED]> wrote:CF8 offers some improvements in this area. Previous releases of CF would do session replication (if you turned it on) but this was limited to simple data types, arrays, and structures. If you followed OO "best practices" you would be up a creek as CFC's would not be replicated. However, in CF8, CFC's will be replicated as well, so you really don't need to use sticky sessions. Sticky sessions should be avoided as they create a single point of failure for the users "stuck" to the server(s) in question. On 10/19/07, [EMAIL PROTECTED] <[EMAIL PROTECTED] > wrote: |
_______________________________________________ Reply to DFWCFUG: List@list.dfwcfug.org Subscribe/Unsubscribe: http://lists1.safesecureweb.com/mailman/listinfo/list List Archives: http://www.mail-archive.com/list%40list.dfwcfug.org/ http://www.mail-archive.com/list%40dfwcfug.org/ DFWCFUG Sponsors: www.instantspot.com/ www.teksystems.com/
- [DFW CFUG] Variable scopes in CF Enterprise 8 Steven Van Gemert
- RE: [DFW CFUG] Variable scopes in CF Enterprise 8 dfwcfug
- Re: [DFW CFUG] Variable scopes in CF Enterprise 8 Eric Knipp
- Re: [DFW CFUG] Variable scopes in CF Enterprise 8 Joe Kelly
- Re: [DFW CFUG] Variable scopes in CF Enterprise 8 Eric Knipp
Re: [DFW CFUG] Variable scopes in CF Enterprise 8 Steven Van Gemert
- Re: [DFW CFUG] Variable scopes in CF Enterprise 8 Chris Jordan
- Re: [DFW CFUG] Variable scopes in CF Enterprise 8 Chris Jordan
- Re: [DFW CFUG] Variable scopes in CF Enterprise 8 Joe Kelly