Explain “Event-Driven” Web Servers to Your Grandma
daverecycles.com
Explain “Event-Driven” Web Servers to Your Grandma
1–10 of 38 posts
Re: Explain “Event-Driven” Web Servers to Your Grandma
#2Traditional Web Server:
The pizza shop receives a call for the initial order and starts the pie. Then the customer calls back periodically to check if the pie is done because the pizza shop cannot call back or deliver.
Re: Explain “Event-Driven” Web Servers to Your Grandma
#3Re: Explain “Event-Driven” Web Servers to Your Grandma
#4Re: Explain “Event-Driven” Web Servers to Your Grandma
#5Hmm, perhaps a closer analogy: Traditional Web Server: The pizza shop receives a call for the initial order and starts the pie. Then the customer calls back periodically to check if the pie is done because the pizza shop cannot call back or deliver.
Re: Explain “Event-Driven” Web Servers to Your Grandma
#6Hmm, perhaps a closer analogy: Traditional Web Server: The pizza shop receives a call for the initial order and starts the pie. Then the customer calls back periodically to check if the pie is done because the pizza shop cannot call back or deliver.
Re: Explain “Event-Driven” Web Servers to Your Grandma
#7Re: Explain “Event-Driven” Web Servers to Your Grandma
#8Hmm, perhaps a closer analogy: Traditional Web Server: The pizza shop receives a call for the initial order and starts the pie. Then the customer calls back periodically to check if the pie is done because the pizza shop cannot call back or deliver.
Re: Explain “Event-Driven” Web Servers to Your Grandma
#9Re: Explain “Event-Driven” Web Servers to Your Grandma
#10[deleted]
Maybe i'm not on the same page as the article author on what he meant by "event driven" but if he's talking about websockets/comety web servers, then as I mentioned in a comment below, the difference is that in a traditional web server the customer has to keep calling back to know the status of the pizza (polling) versus having the pizzeria deliver or call the customer back for pickup (server push). Fewer communiques overall.