Télécharger la liste

Description du projet

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.

Système requise

System requirement is not defined
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 Retour à la liste release
4.34

Cette version ajoute un tutoriel d'introduction. En outre, de nombreuses solutions de contournement pour Windows et les bogues de savoirs traditionnels ont été mis en œuvre, de faire toute façon un comportement identique au comportement Unix. Le support IPv6 est activé que lorsque le système d'exploitation supporte effectivement. BSD plates-formes de mise en œuvre des structures de prise de manière incorrecte sont désormais contournés. Unix domain sockets sont maintenant supportés de façon transparente. NAPTR et SRV de manutention a été améliorée. Enfin, un grand nombre de bugs et des améliorations de performance ont été appliquées, en particulier pour toute façon:: Handle et TLS support.
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