Paketname | libpoe-component-ikc-perl |
Beschreibung | Perl module for POE Inter-Kernel Communication |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 0.2200-2 |
Sektion | perl |
Priorität | optional |
Installierte Größe | 396 Byte |
Hängt ab von | perl, libpoe-perl (>= 2:1.2860), libpoe-api-peek-perl (>= 1.300) |
Empfohlene Pakete | |
Paketbetreuer | Debian Perl Group |
Quelle | |
Paketgröße | 98848 Byte |
Prüfsumme MD5 | 9f32876d5474ae45642cfe960e6898fa |
Prüfsumme SHA1 | 5f7300bfc8df026921ea1c3e502fe7692d827839 |
Prüfsumme SHA256 | 14ab9349fcea320df2bb781903a21c0685924ab3ecdff2f21bc74fc2c0f25073 |
Link zum Herunterladen | libpoe-component-ikc-perl_0.2200-2_all.deb |
Ausführliche Beschreibung | POE::Component::IKC provides several Inter-Kernel Communication (IKC) methods
for the Perl Object Environment (POE) that help exchange events and related
data between POE kernels.
.
This module allows bidirectional communication between two or more instances
of POE allowing authors to push or retrieve state information from remote
running kernels using TCP/IP networking. It also provides facilities to
monitor external instances and fire events when a new client connects or
disconnects.
.
The included server implementation can handle multiple concurrent connections
and is designed to take advantage of pre-forking for high-demand applications.
It is easily integrable with non-blocking code because it executes the given
callback code when an event happens.
|