randombit + networking 60
Kamaelia - Concurrency made useful, fun
december 2008 by randombit
In Kamaelia you build systems from simple components that talk to each other. This speeds development, massively aids maintenance and also means you build naturally concurrent software. It's intended to be accessible by any developer, including novices. It also makes it fun :)
python
opensource
networking
december 2008 by randombit
Apache MINA
august 2008 by randombit
NIO (and other networking/socket stuff) for Java (and Scala (and Joe-E?))
udp
tcp
socket
java
scala
jvm
joe-e
networking
framework
august 2008 by randombit
RFC 5218: What Makes for a Successful Protocol?
july 2008 by randombit
The Internet community has specified a large number of protocols to date, and these protocols have achieved varying degrees of success. Based on case studies, this document attempts to ascertain factors that contribute to or hinder a protocol's success.
ietf
rfc
protocol
design
networking
july 2008 by randombit
DNS Lookup Utility
may 2008 by randombit
Runs DNS lookups against around a dozen name servers, good for testing propagation
dns
tools
networking
testing
may 2008 by randombit
Netstrings
may 2008 by randombit
A netstring is a self-delimiting encoding of a string. Netstrings are very easy to generate and to parse. Any string may be encoded as a netstring; there are no restrictions on length or on allowed bytes.
protocol
netstring
protocols
djb
networking
may 2008 by randombit
RFC 3208: PGM Reliable Transport Protocol Specification
april 2008 by randombit
Pragmatic General Multicast (PGM) is a reliable multicast transport protocol for applications that require ordered or unordered, duplicate-free, multicast data delivery from multiple sources to multiple receivers.
multicast
rfc
networking
distributed
april 2008 by randombit
Skip graphs
april 2008 by randombit
Skip graphs are a novel distributed data structure, based on skip lists, that provide the full functionality of a balanced tree in a distributed system where resources are stored in separate nodes that may fail at any time. They are designed for use in se
algorithm
datastructures
networking
distributed
april 2008 by randombit
Foolscap - Trac
april 2008 by randombit
"Foolscap" is the name for the next-generation RPC protocol, intended to replace Perspective Broker. It has been under development (on and off) by Brian Warner for several years.
networking
distributed
python
security
capabilities
twisted
rpc
april 2008 by randombit
MRG Messaging Features
april 2008 by randombit
MRG Messaging is an open source, high performance, reliable messaging distribution that implements the Advanced Message Queuing Protocol (AMQP) standard.
amqp
redhat
infrastructure
networking
april 2008 by randombit
RFC 3309: Stream Control Transmission Protocol (SCTP) Checksum Change
april 2008 by randombit
Contains a good discussion of CRC-related issues in the appendix
rfc
sctp
networking
standard
mathematics
ietf
crc
checksum
april 2008 by randombit
Kosmos Distributed File System (KFS)
march 2008 by randombit
Applications that process large volumes of data (such as, search engines, grid computing applications, data mining applications, etc.) require a backend infrastructure for storing data.
architecture
c++
clustering
filesystem
distributed
google
linux
networking
performance
storage
systems
unix
march 2008 by randombit
PAST - A peer-to-peer scalable, persistent and anonymous storage utility
january 2008 by randombit
POST is a generic messaging infrastructure that is built upon Pastry. It is being used to support services like secure email (ePOST), secure instant messaging (imPOST), and collaborative applications like shared calendars, notes and whiteboards without th
networking
distributed
system
january 2008 by randombit
OSE
january 2008 by randombit
OSE is a generic application framework suitable for constructing general purpose applications, distributed systems and web based services. The four main parts of OSE are an extensive C++ class library, a set of Python wrappers, a build environment based o
c++
networking
python
web
distributed
library
january 2008 by randombit
memcached: a distributed memory object caching system
december 2007 by randombit
memcached is a high-performance, distributed memory object caching system, generic in nature, but intended for use in speeding up dynamic web applications by alleviating database load.
distributed
networking
storage
systems
unix
december 2007 by randombit
Fireflies: Scalable Support for Intrusion-Tolerant Network Overlays
december 2007 by randombit
: This paper describes and evaluates Fireflies, a scalable protocol for supporting intrusion-tolerant network overlays. While such a protocol cannot distinguish Byzantine nodes from correct nodes in general, Fireflies provides correct nodes with a reasona
networking
distributed
protocol
december 2007 by randombit
Time and Message Optimal Leader Election in Asynchronous Oriented Complete Networks
october 2007 by randombit
Mathematical Foundations of Computer Science, 2000
networking
distributed
p2p
paxos
october 2007 by randombit
RFC 5052: Forward Error Correction (FEC) Building Block
october 2007 by randombit
This document describes how to use Forward Error Correction (FEC) codes to efficiently provide and/or augment reliability for bulk data transfer over IP multicast.
rfc
networking
protocol
multicast
ecc
standard
october 2007 by randombit
A C++ Framework for Active Objects in Embedded Real-Time Systems
september 2007 by randombit
Michael E. Caspersen, 1999
networking
c++
september 2007 by randombit
RFC 2001: TCP Slow Start, Congestion Avoidance, Fast Retransmit, and Fast Recovery Algorithms
september 2007 by randombit
W. Richard Stevens, January 1997
tcp
rfc
networking
september 2007 by randombit
FreeBSD networking papers
september 2007 by randombit
Jonathan Lemon's papers on FreeBSD network stack: syncookies, kqueue, hardware checksums, TCP
networking
operatingsystem
kernel
freebsd
unix
september 2007 by randombit
asio C++ library
september 2007 by randombit
"asio is a cross-platform C++ library for network programming that provides developers with a consistent asynchronous I/O model using a modern C++ approach"
c++
boost
computers
library
networking
september 2007 by randombit
Tor Research Ideas
may 2006 by randombit
Some interesting research topics listed here
networking
anonymity
tor
may 2006 by randombit
The C10K problem
may 2006 by randombit
A bunch of docs and links on building highly scalable servers
architecture
kernel
networking
c
c++
unix
may 2006 by randombit
related tags
algorithm ⊕ amqp ⊕ anonymity ⊕ apache ⊕ architecture ⊕ asio ⊕ asn1 ⊕ book ⊕ boost ⊕ bug ⊕ c ⊕ c++ ⊕ cache ⊕ capabilities ⊕ checksum ⊕ click ⊕ cluster ⊕ clustering ⊕ computers ⊕ concurrency ⊕ crc ⊕ crypto ⊕ datastructures ⊕ design ⊕ dht ⊕ distributed ⊕ diy ⊕ djb ⊕ dns ⊕ ecc ⊕ faq ⊕ fec ⊕ filesystem ⊕ framework ⊕ freebsd ⊕ google ⊕ grafton ⊕ hardware ⊕ howto ⊕ html ⊕ ietf ⊕ infrastructure ⊕ internet ⊕ io ⊕ iptables ⊕ java ⊕ joe-e ⊕ jvm ⊕ kernel ⊕ library ⊕ linux ⊕ manual ⊕ mathematics ⊕ mesh ⊕ multicast ⊕ netlink ⊕ netstring ⊕ network ⊕ networking ⊖ opensource ⊕ openwrt ⊕ operatingsystem ⊕ p2p ⊕ papers ⊕ parallel ⊕ parser ⊕ paxos ⊕ performance ⊕ pipeline ⊕ programming ⊕ protocol ⊕ protocols ⊕ python ⊕ redhat ⊕ rfc ⊕ rfc5246 ⊕ router ⊕ routing ⊕ rpc ⊕ scala ⊕ scheme ⊕ sctp ⊕ security ⊕ server ⊕ socket ⊕ software ⊕ ssh ⊕ standard ⊕ stl ⊕ storage ⊕ streamline ⊕ system ⊕ systems ⊕ tcp ⊕ testing ⊕ tls ⊕ tools ⊕ tor ⊕ twisted ⊕ udp ⊕ unix ⊕ voip ⊕ web ⊕ webserver ⊕Copy this bookmark: