diod 1.0~pre52-1 source package in Ubuntu

Changelog

diod (1.0~pre52-1) unstable; urgency=low

  * New upstream release
  * Remove proto.h workaround — merged upstream
  * Add parallel build support
 -- Ubuntu Archive Auto-Sync <email address hidden>   Tue,  27 Dec 2011 20:44:06 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Precise
Original maintainer:
Eugeniy Meshcheryakov
Architectures:
any
Section:
admin
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
diod_1.0~pre52.orig.tar.gz 2.4 MiB d14803cc3f38d76b24c5020b8d758192a672c9fa707fe8df6b542e1351ca86e3
diod_1.0~pre52-1.debian.tar.gz 5.0 KiB 17bc470d82e9f15212e35ee39a702a0d767b7b2f6ca5f9d1410f8e76748015db
diod_1.0~pre52-1.dsc 1.3 KiB 6dfd1066dfdb9fe49c4556b977734f26143cced71dc714f353be03f56076ac64

Available diffs

View changes file

Binary packages built by this source

diod: I/O forwarding server for 9P

 diod is an I/O forwarding server that implements a variant of the 9P protocol
 from (9P2000.L) the Plan 9 operating system. When paired with a modern version
 of the v9fs Linux 9P client, diod allows a file system to be exported over a
 TCP/IP network in a manner similar to NFS.
 .
 The file system that is exported can itself be NFS or a parallel file system
 like Lustre or GPFS. This can be done with minimal loss of distributed
 semantics because the v9fs client (when used with appropriate mount options)
 has no page or directory cache - all I/O operations trigger a network request.
 The page cache effectively moves to the server system, with diod appearing as
 a multi-threaded user application accessing the file system in the usual way
 through the VFS.