关键词笔记

用户相关:

  - session(session id)


服务器相关:

proxy

Nginx/apache/lighttpd

IMAP/POP3/SMTP

CDN

CGI

LAMP ( linux+apache+mysql+php )


应用数据库相关:

web app structure

  - application layer, database layer(load balance)

restful API

"core api"(the api between webapplication and database)

Database:

  - IDC(InternetData Center)

  - RDB: mysql

  - NoSQL: Redis, MongoDB,

  - Cache: Memcache

Python:

  - ORM

web app:

  - python: django, flask, sdk

  - Nodejs: socket IO(websocket)


其他:

Cache的作用:

  - 一致性

  - 并发性

Dogpile(元搜索引擎)

大型服务器的进化历史

你可能感兴趣的:(关键词笔记)