diod 1.0.14-4 source package in Ubuntu

Changelog

diod (1.0.14-4) unstable; urgency=low


  * New patch:
    - tests-num-threads.diff - reduce number of threads run by tests/user/t10.
      This should fix FTBFS on mips(el).

 -- Євгеній Мещеряков <email address hidden>  Mon, 28 Oct 2013 22:41:43 +0100

Upload details

Uploaded by:
Eugeniy Meshcheryakov
Uploaded to:
Sid
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.14-4.dsc 1.3 KiB 83098bc5b68212586515e979a3db4593a629e2a0c95fe2f8e4068ee8b6896a7a
diod_1.0.14.orig.tar.gz 2.4 MiB 06bd4cb6e99f510fe6a99eb9bc6c99d3605cd0f00249fd7c26e59c5b85eb5895
diod_1.0.14-4.debian.tar.gz 5.8 KiB 38bccea1bfd16c908e6ee1688bdde86f949937cb0b6a5edad8db26ceab460010

Available diffs

No changes file available.

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.