1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105
|
REFERENCES
==========
Advanced Programming in the UNIX Environment
W. Richard Stevens
Addison-Wesley Professional Computing Series, 1992
UNIX Network Programming
W. Richard Stevens
Prentice Hall Software Series, 1990
UNIX System V Network Programming
Stephen A. Rago
Addison-Wesley Professional Computing Series, 1993
TCP/IP Illustrated Volume 1, The Protocols
W. Richard Stevens
Addison-Wesley Professional Computing Series, 1994
UNIX Network Programming Volume 1, Networking APIs: Sockets and XTI
W. Richard Stevens
Prentice Hall Software Series, 1998
The Practice of Programming
Brian W. Kernighan and Rob Pike,
Addison-Wesley Professional Computing Series, 1999
Multithreaded Programming with Pthreads
Bil Lewis and Daniel J. Berg
Sun Microsystem Press/Prentice Hall, 1998
Effective TCP/IP Programming
Jon C. Snader
Addison-Wesley, 2000
Design Patterns - Elements of Reusable Object-Oriented Software
Erich Gamma, Richard Helm, Ralph Johnson and John Vlissides
Addison-Wesley Professional Computing Series, 1995
The Standard C Library
P. J. Plauger
Prentice Hall, 1992
The Discipline and Method Architecture for Reusable Libraries
Kiem-Phong Vo
Software - Practice & Experience, v.30, pp.107-128, 2000
http://www.research.att.com/sw/tools/sfio/dm-spe.ps
strlcpy and strlcat--Consistent, Safe, String Copy and Concatenation
Todd C. Miller and Theo De Raadt
Proceedings of the FREENIX Track: 1999 USENIX Annual Technical Conference
http://www.usenix.org/events/usenix99/millert.html
The Perl manpages
Larry Wall
http://www.perl.com/
Practical UNIX and Internet Security
Simson Garfinkel and Gene Spafford
O'Reilly, 1996
Interconnections - Bridges, Routers, Switches and Internetworking Protocols
Radia Perlman
Addison-Wesley Professional Computing Series, 2000
MT-Disciplined
raf
https://raf.org/papers/mt-disciplined.html, 2001
I/O Event Handling Under Linux
Richard Gooch
http://www.atnf.csiro.au/~rgooch/linux/docs/io-events.html, 1999
Scalable kernel performance for Internet servers under realistic loads
Gaurav Banga and Jeffrey C. Mogul
Proceeding of the Refereed Papers Track: 1998 USENIX Annual Technical Conference
http://www.usenix.org/publications/library/proceedings/usenix98/banga.html
TCP Buffering and Performance Over An ATM Network
Purdue Technical Report CSD-TR 94-026 (Revision)
Journal of Internetworking: Research and Experience, Vol. 6 (1), Pages 1-13
Douglas E. Comer and John C. Lin
ftp://gwen.cs.purdue.edu/pub/lin/TCP.atm.ps.Z, 1994
Experimental and Simulation Performance Results of TCP/IP over High-Speed ATM over ACTS
Charalambos, C.; Lazarou, G.; Frost, V.; Evans, J.; Jonkman, R.
Information and Telecommunication Technology Center,
Department of Electrical Engineering & Computer Science,
The University of Kansas
http://acts.lerc.nasa.gov/library/docs/gsn/charalambous.pdf
Revelation X: The "Bob" Apocryphon
Translated by The Subgenius Foundation,
Edited by Reverend Ivan Stang,
Simon & Schuster, 1994
--------------------------------------------------------------------------------
URL: https://libslack.org/daemon
URL: https://raf.org/daemon
GIT: https://github.com/raforg/daemon
GIT: https://codeberg.org/raforg/daemon
Date: 20230824
Author: raf <raf@raf.org>
|