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 Ubuntu Archiv lucid (universe)
Version0.12.6-1
Sektionuniverse/ruby
Prioritätoptional
Installierte Größe524 Byte
Hängt ab vonlibc6 (>= 2.4), libgcc1 (>= 1:4.1.1), libruby1.8 (>= 1.8.7.72), libstdc++6 (>= 4.2.1)
Empfohlene Pakete
PaketbetreuerUbuntu MOTU Developers
Quellelibeventmachine-ruby
Paketgröße132134 Byte
Prüfsumme MD5095d8e9f079b82e47fbe704edd5ba974
Prüfsumme SHA1238f13146084c7d6a5211757f2fa41a815719429
Prüfsumme SHA256b245fa8aedbd5f36ed4c080db54323628e0ed35fce627abf9f95b53108af78ac
Link zum Herunterladenlibeventmachine-ruby1.8_0.12.6-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