Downloadliste

Projektbeschreibung

AnyEvent provides an identical interface to
multiple event loops. This allows module authors
to utilize an event loop without forcing module
users to use the same event loop (as only a single
event loop can coexist peacefully at any one
time). The interface itself is vaguely similar but
not identical to the Event module. On the first
call of any method, the module tries to detect the
currently loaded event loop by probing for an
already-loaded event loop, such as Glib or Event.
The first one found is used. If none is found, the
module tries to load an event module, and failing that, it will fall back to an optimized pure Perl implementation.

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2009-02-15 16:26 Zurück zur Release-Liste
4.34

Diese Veröffentlichung fügt einen einführenden Tutorial. Auch wurden viele Umgehungsmöglichkeiten für Windows und Tk Bugs durchgeführt, damit ausgeschlossen sein Verhalten identisch mit Unix-Verhalten zu machen. IPv6-Unterstützung ist nur aktiv, wenn das Betriebssystem unterstützt es tatsächlich. BSD-Plattformen die Umsetzung der Steckdose Strukturen falsch sind jetzt umgingen. Unix Domain Sockets sind nun transparent unterstützt. NAPTR und SRV-Handling wurde verbessert. Schließlich wurden zahlreiche Fehler und Performance-Verbesserungen angewandt werden, insbesondere zu ausgeschlossen sein:: Handle-und TLS-Unterstützung.
This release adds an introductory tutorial. Also, many workarounds for Windows and Tk bugs have been implemented, to make AnyEvent behavior identical to Unix behavior. IPv6 support is only enabled when the OS actually supports it. BSD platforms implementing the socket structures incorrectly are now worked around. Unix domain sockets are now supported transparently. NAPTR and SRV handling has been improved. Lastly, a great many bugs and performance improvements have been applied, especially to AnyEvent::Handle and TLS support.

Project Resources