1 = Implicit server parameters
4 The documentation is now mostly complete, but we are still working on it
5 (some parts need to be reworked, some small parts are missing).
6 We will release it as a PDF book in a few week.
7 Any help appreciated.>>
9 Starting from version 1.90, the server parameters are no more
10 explicitely passed as parameters. They are stored in Lwt's new local
11 thread storage mechanism.
13 Server parameters are only available in two place:
14 * during initialisation of a site ;
15 * during a request processing.
17 If your program failed with {{{"Server parameters not available
18 here"}}}, here a list of common mistakes.
20 === Service creation inside Lwt thread
22 <<div class="wip"| TODO use Lwt_main.run >>