1SCGI.ChildProcess(3kaya) Kaya module reference SCGI.ChildProcess(3kaya)
2
3
4
6 SCGI::ChildProcess - Internal data type
7
9 SCGI::ChildProcess< >
10
11
12 = ChildProcess(Sockets::Socket cgisock,Sockets::Socket oobsock,Pre‐
13 lude::Maybe<Net::NetHandle> client,Int remaining)
14
16 This data type is used to internally represent the processes within the
17 SCGI server.
18
20 Kaya standard library by Edwin Brady, Chris Morris and others
21 (kaya@kayalang.org). For further information see http://kayalang.org/
22
24 The Kaya standard library is free software; you can redistribute it
25 and/or modify it under the terms of the GNU Lesser General Public
26 License (version 2.1 or any later version) as published by the Free
27 Software Foundation.
28
29
30
31Kaya December 2010 SCGI.ChildProcess(3kaya)