Conférence : Serveurs d'applications à haute disponibilité
horaire:
28/05/2011 - 15:00 - 16:00
lieu:
IUT, Dijon
0/ le probleme C10K
1/ serveurs web : les differents modeles
a/ prefork (apache, php)
b/ process residents + threads (apache + mod_wsgi + python)
c/ boucle d'evenement - epoll/kqueue (nginx/gunicorn) node.js etc.
2/ types d'applis web
a/ CPU bound
b/ socket bound
c/ disk bound
3/ applis synchrone vs asynchrone
a/ synchrone classique
b/ asynchrone: twisted, tornado
c/ asynchrone masqué (socket cooperative avec gevent)
4/ Firefox Sync et F1
nginx + gunicorn + gevent
Conférencier : Tarek Ziadé