Download List

專案描述

The DUP System is a language for productive, parallel, and distributed stream processing on POSIX systems. Programming with DUP is similar to writing shell scripts with pipes except that filters can have multiple inputs and outputs. Furthermore, the computation can be spread across multiple computers. A distinguishing characteristic of DUP compared to other streaming languages is that filters can be written in almost any programming language. The DUP System distribution includes the runtime system and a collection of over a dozen multi-stream filters.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2010-06-14 20:28
0.1.0

This release adds support for authentication via SSH. DUP will now also secure the establishment of data streams in the system. This release also adds some minor improvements and various bugfixes. Most importantly, IPv6 support was improved, making the code more robust on dual-stack machines.
標籤: Major, Stable

2009-11-27 21:01
0.0.1

In addition to fixing various bugs, this release improves the performance of most filters, especially for long lines of input. It also adds support for writing a PID file to dupd, increases the number of file descriptors to 65536 (overriding FD_SETSIZE), fixed various performance issues in dup to dupd communication, and also adds caching of DNS lookups to dupd. The language and network protocol are entirely backwards-compatible. The main changes for this release either improve performance or fix (largely minor) bugs.

Project Resources