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-ruby-doc
BeschreibungEvent-driven I/O library for high-performance threaded network programming
Archiv/RepositoryOffizielles Ubuntu Archiv lucid (universe)
Version0.12.6-1
Sektionuniverse/doc
Prioritätoptional
Installierte Größe72 Byte
Hängt ab von
Empfohlene Pakete
PaketbetreuerUbuntu MOTU Developers
Quellelibeventmachine-ruby
Paketgröße20594 Byte
Prüfsumme MD5a7843e0ae3ec3cb5496a1ea7da985281
Prüfsumme SHA19b432f69d8b21c383c6f9eef22acfea509e3b898
Prüfsumme SHA256248f5d77541d34b8db422a41b72c6d973e1743a3df40f3d59798b33cc21c9e33
Link zum Herunterladenlibeventmachine-ruby-doc_0.12.6-1_all.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. . This package contains documentations.


Impressum
Linux is a registered trademark of Linus Torvalds