DEBFIND Suche nach Debian-Paketen

Suchplatform für Softwarepakete und Archive Debian-basierter Linux-Distributionen

beta ! Diese website wird noch weiterentwickelt.

Liste aller Kategorien/Sektionen | Suchmaske | Haftungsausschluß

Paketbeschreibung


Paketnamelibeventmachine-ruby1.8
BeschreibungEvent-driven I/O library for high-performance threaded network programming
Archiv/RepositoryOffizielles Debian Archiv squeeze (main)
Version0.12.10-1
Sektionruby
Prioritätoptional
Installierte Größe620 Byte
Hängt ab vonlibc6 (>= 2.4), libgcc1 (>= 1:4.1.1), libruby1.8 (>= 1.8.7.249), libstdc++6 (>= 4.2.1)
Empfohlene Pakete
PaketbetreuerDaigo Moriwaki
Quellelibeventmachine-ruby
Paketgröße154822 Byte
Prüfsumme MD570b8b23206cf4e6a4a7e020dd57e043d
Prüfsumme SHA19017b03730ba046518eaf99f2e52a30b1aec9cbc
Prüfsumme SHA2569bc826fa25e35ad47b2f7ebf4425281b28f47c81983840e4a9b818f90d69d714
Link zum Herunterladenlibeventmachine-ruby1.8_0.12.10-1_i386.deb
Ausführliche BeschreibungEventMachine implements a fast, single-threaded engine for arbitrary network communications. It's extremely easy to use in Ruby. EventMachine wraps all interactions with IP sockets, allowing programs to concentrate on the implementation of network protocols. It can be used to create both network servers and clients. To create a server or client, a Ruby program only needs to specify the IP address and port, and provide a Module that implements the communications protocol. Implementations of several standard network protocols are provided with the package, primarily to serve as examples. The real goal of EventMachine is to enable programs to easily interface with other programs using TCP/IP, especially if custom protocols are required.


Impressum
Linux is a registered trademark of Linus Torvalds