Database
lapnet.txt
Associated article: Distributing Data Using TLT30G
Tags: Database Parallel
Published source code accompanying the article by Oleg Kiselyov in which he presents TLT30G, a software system for distributing data from a central location to a number of clients over unidirectional, noisy, and generally slow communication links. Also see LAPNET.ZIP.
Distributing Data Using TLT30G by Oleg Kiselyov Example 1: (a) declare -x LAPFILENAME=test_output.dat receiver cp @f /tmp/@n.1 (b) set LAPFILENAME=test_output.dat receiver copy @f temp@n (c) ~/croot/Frag-Assem> /etc/mknod /tmp/mypipe ...


