1ServerLoop(3kaya) Kaya module reference ServerLoop(3kaya)
2
3
4
6 ServerLoop - Forking server loop implementation
7
9 This module provides a basic implementation of a server loop.
10
12 ServerLoop.forkfunDefault (3kaya)
13 ServerLoop.serverLoop (3kaya)
15 Kaya standard library by Edwin Brady, Chris Morris and others
16 (kaya@kayalang.org). For further information see http://kayalang.org/
18 The Kaya standard library is free software; you can redistribute it
19 and/or modify it under the terms of the GNU Lesser General Public
20 License (version 2.1 or any later version) as published by the Free
21 Software Foundation.
22
23
24
25Kaya December 2010 ServerLoop(3kaya)