We're sorry but this page doesn't work properly without JavaScript enabled. Please enable it to continue.
Feedback

Mongrel2 experiences adding IPv6

Formale Metadaten

Titel
Mongrel2 experiences adding IPv6
Alternativer Titel
Mongrel2: Lighting up IPv6
Serientitel
Anzahl der Teile
64
Autor
Lizenz
CC-Namensnennung 2.0 Belgien:
Sie dürfen das Werk bzw. den Inhalt zu jedem legalen Zweck nutzen, verändern und in unveränderter oder veränderter Form vervielfältigen, verbreiten und öffentlich zugänglich machen, sofern Sie den Namen des Autors/Rechteinhabers in der von ihm festgelegten Weise nennen.
Identifikatoren
Herausgeber
Erscheinungsjahr
Sprache

Inhaltliche Metadaten

Fachgebiet
Genre
Abstract
This talk is to give a short overview of the mongrel2 project and share the experience gained while adding the IPv6 support. Mongrel2 is an application, language, and network architecture agnostic web server that focuses on web applications using modern browser technologies. * Language Agnostic with a simple backend protocol supporting Ruby, Ruby through Rack, Python, C++, PHP, Haskell, Common Lisp, Perl, .NET, Clojure, and Lua all written by Mongrel2 fans. * Modern Browser Friendly designed to handle HTTP, Flash XMLSockets, or WebSockets, Long Polling on the same socket transparently. * ZeroMQ Enabled as well as HTTP proxy support so it works with what you have already while giving you new super powers. * Network Architecture Agnostic so you can carve your operations up anyway that reduces costs. * N:M Messaging Patterns means you can have any N handlers answer to any M browsers arbitrarily, but still easy to do plain request/response. * Automation Loving Configs that are easily accessible via any programming language with an Model-View-Controller design. * Modern Internal Design using the Mongrel 1 HTTP parser powering many big companies with a proven security track record, event based I/O, fast coroutines to handle that I/O, and smart reasonable defaults with zero configuration needed usually. * Documented, Documented, Documented We document everything in a well written manual that shows you how to use every feature.