Paketname | libeventmachine-ruby1.8 |
Beschreibung | Event-driven I/O library for high-performance threaded network programming |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 0.12.10-1 |
Sektion | ruby |
Priorität | optional |
Installierte Größe | 620 Byte |
Hängt ab von | libc6 (>= 2.4), libgcc1 (>= 1:4.1.1), libruby1.8 (>= 1.8.7.249), libstdc++6 (>= 4.2.1) |
Empfohlene Pakete | |
Paketbetreuer | Daigo Moriwaki |
Quelle | libeventmachine-ruby |
Paketgröße | 154822 Byte |
Prüfsumme MD5 | 70b8b23206cf4e6a4a7e020dd57e043d |
Prüfsumme SHA1 | 9017b03730ba046518eaf99f2e52a30b1aec9cbc |
Prüfsumme SHA256 | 9bc826fa25e35ad47b2f7ebf4425281b28f47c81983840e4a9b818f90d69d714 |
Link zum Herunterladen | libeventmachine-ruby1.8_0.12.10-1_i386.deb |
Ausführliche Beschreibung | EventMachine 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.
|