/tutorial/net/READ_ME.txt
Plain Text | 16 lines | 11 code | 5 blank | 0 comment | 0 complexity | f7e91fcf25286c6745c605d2d9bcac30 MD5 | raw file
1Network cluster tutorial 2============================================================================== 3 4First look at the READ_ME.txt provided in the lib/net cluster. It explains the 5basics of the network cluster. 6 7Then look at the classes provided by the tutorial. 8 91. The SOCKETS class: it will teach you how to create a client socket and a 10 basic server socket accepting a single connection. 11 122. The MULTIPLEX_SERVER class: it will show you how to write a full-fledged 13 multiplexed server. For this one, you must know the sequencer cluster. Look 14 at the latter's own tutorial (tutorial/sequencer), especially EXAMPLE4. 15 163. At last, look at PAPOOSE. It is an instance of the provided HTTP server.