home *** CD-ROM | disk | FTP | other *** search
/ Magazyn Amiga 13 / MA_Cover_13.bin / source / c / nfsd / readme.source < prev    next >
Encoding:
Text File  |  1999-11-30  |  981 b   |  27 lines

  1. nfsd source distribution, 30th Nov 1999
  2.  
  3. This package contains all the source for nfsd. It's currently only known to
  4. work under DiceC with the Miami SDK - if you get it working with anything
  5. else, send me the patches/makefiles/whatevers.
  6.  
  7. nfsd_src - the actual source to the daemon.
  8.  This needs some reworking for performance, but there are some semantic
  9.  issues to be sorted first.
  10.  There are major changes since the last release; RPC code is now part of the
  11.  server - rpclib has been jettisoned as heavyweight and just too UNIX-ey.
  12.  
  13. There's less debugging output being produced now, but a rationalisation
  14. of the logging/debugging would help.
  15.  
  16. It needs some profiling to find out where the bottlenecks are, and
  17. consequently what would improve them. Dice's profiling code just crashes
  18. for me.
  19.  
  20. This software is distributed under the terms of the GNU General Public
  21. License - feel free to contact me if these terms are unacceptable to you.
  22.  
  23. Have fun,
  24.  
  25. Joseph Walton <ver@etla.org>
  26.  
  27.