Click here to Skip to main content
15,888,301 members
Home / Discussions / Design and Architecture
   

Design and Architecture

 
GeneralRe: Command Pattern Implementation Pin
led mike20-May-08 5:38
led mike20-May-08 5:38 
GeneralRe: Command Pattern Implementation Pin
Tristan Rhodes20-May-08 6:03
Tristan Rhodes20-May-08 6:03 
GeneralRe: Command Pattern Implementation Pin
Tristan Rhodes20-May-08 6:11
Tristan Rhodes20-May-08 6:11 
GeneralRe: Command Pattern Implementation Pin
led mike20-May-08 6:30
led mike20-May-08 6:30 
GeneralRe: Command Pattern Implementation Pin
Tristan Rhodes20-May-08 6:53
Tristan Rhodes20-May-08 6:53 
GeneralRe: Command Pattern Implementation Pin
led mike20-May-08 7:30
led mike20-May-08 7:30 
QuestionOnLoad Event for Corel Draw Pin
raja baireddy16-May-08 4:28
raja baireddy16-May-08 4:28 
QuestionStateless server definition Pin
AikinX15-May-08 4:17
AikinX15-May-08 4:17 
Hi, Everyone.

Can someone describe me what is the "stateless server"?



My thoughts (I still want to get an explanation about the term above):
I asked google[^].

The best definition I found is "A stateless server considers each page request independently".
So, I think, the main accent is that the stateless server doesn't do any differences between users' requests. It thinks like every request is a new, from a new user.

Let's imagine a google search server that only search functionality, a very-very simple search functionality: just go to an "indexed sites DB" for results.

Is that one a stateless? I think -- yes.
Because it doesn't bother itself with questions: "Is that user a new, what he did last time,...". It just parses the request, goes to the DB and answers. It uses no information about last requests, so "considers each page request independently".

Am I right?


Thanks, Aikin
AnswerRe: Stateless server definition Pin
led mike15-May-08 4:53
led mike15-May-08 4:53 
GeneralRe: Stateless server definition Pin
AikinX15-May-08 6:11
AikinX15-May-08 6:11 
GeneralRe: Stateless server definition Pin
led mike15-May-08 6:29
led mike15-May-08 6:29 
GeneralRe: Stateless server definition Pin
AikinX15-May-08 20:20
AikinX15-May-08 20:20 
GeneralRe: Stateless server definition Pin
led mike16-May-08 4:39
led mike16-May-08 4:39 
AnswerRe: Stateless server definition Pin
AikinX15-May-08 6:10
AikinX15-May-08 6:10 
QuestionDelegates vs. Class Hierarchy Pin
peterchen10-May-08 22:37
peterchen10-May-08 22:37 
AnswerRe: Delegates vs. Class Hierarchy Pin
led mike12-May-08 4:58
led mike12-May-08 4:58 
GeneralRe: Delegates vs. Class Hierarchy Pin
peterchen12-May-08 5:17
peterchen12-May-08 5:17 
GeneralRe: Delegates vs. Class Hierarchy Pin
led mike12-May-08 5:51
led mike12-May-08 5:51 
GeneralRe: Delegates vs. Class Hierarchy Pin
peterchen12-May-08 11:54
peterchen12-May-08 11:54 
GeneralRe: Delegates vs. Class Hierarchy Pin
led mike15-May-08 6:27
led mike15-May-08 6:27 
GeneralRe: Delegates vs. Class Hierarchy Pin
peterchen15-May-08 7:10
peterchen15-May-08 7:10 
GeneralRe: Delegates vs. Class Hierarchy Pin
led mike15-May-08 7:15
led mike15-May-08 7:15 
GeneralRe: Delegates vs. Class Hierarchy [modified] Pin
peterchen15-May-08 7:26
peterchen15-May-08 7:26 
AnswerRe: Delegates vs. Class Hierarchy [modified] Pin
Roger Alsing14-May-08 23:26
Roger Alsing14-May-08 23:26 
QuestionException Handling Dilemma Pin
Brady Kelly8-May-08 4:21
Brady Kelly8-May-08 4:21 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.