New upstream release
[pkg-ocaml-ocsigen.git] / doc / manual-wiki / lwtoc.wiki
blob1d0c30661021e0317d2db0aa9d7261aa931dcd15
1 =Cooperative threads
3 Ocsigen is not using the usual preemptive threads model to handle simultaneaous requests. Instead of this, it is based on a model of //cooperative threads//. Ocsigen's cooperative threads are implemented in monadic style by Jérôme Vouillon, which makes them really easy to use.
5 If you want to write an extension for Ocsigen or a Web site with Eliom, you must use this thread model.
7 See [[wiki(21):|Lwt's documentation]].