Preserved Topic: front end servers (Page 1 of 1) |
|
---|---|
Obsessive-Compulsive (I) Inmate From: |
posted 01-22-2002 09:02
what is the difference between a front end server and a content development server? |
Paranoid (IV) Mad Scientist with Finglongers From: Germany |
posted 01-22-2002 13:40
sorry, I don't know. Sounds like buzzwords to me... |
Maniac (V) Mad Scientist From: Rochester, New York, USA |
posted 01-22-2002 15:08
A front-end server accepts requests from clients and routes them to the appropriate back-end server for processing. |
Obsessive-Compulsive (I) Inmate From: |
posted 01-22-2002 15:17
Thank you, you just settled my argument. I discouraged my client from buying an expensive Vignette solution and we are hand coding HTML. |
Maniac (V) Mad Scientist From: 100101010011 <-- right about here |
posted 01-22-2002 17:13
Well Vignette is not a horrible solution for an enterprise level site. |
Paranoid (IV) Mad Scientist From: Omicron Persei 8 |
posted 01-22-2002 18:21
what is a three tier setup? |
Maniac (V) Mad Scientist From: 100101010011 <-- right about here |
posted 01-22-2002 21:02
I'm not familiar with the term but it sounds like our basic setup. |
Paranoid (IV) Mad Scientist with Finglongers From: Germany |
posted 01-22-2002 21:52
three-tier comes from software development. It basically means that you have three independant layers in your software: |
Paranoid (IV) Inmate From: 127.0.0.1 |
posted 01-22-2002 22:40
I will say this. You can learn alot about rolling your own by looking at stuff like Vignette and others. We developed a CMS using PHP/MySQL without looking at anything else. Then, we looked at some high (and low) end stuff and got some cool ideas, and incorporated them into our solution. I think if you're a small-mid sized company, rolling your own is better, since you can tailor it to your own needs. |