Download List

Projeto Descrição

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.

System Requirements

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.

2010-12-28 07:10
5.29

O FAQ foi melhorada. AnyEvent: Strict se tornou opcional. Compatibilidade com o Tk foi melhorada.
Tags: Stable, Minor
The FAQ was improved. AnyEvent::Strict was made optional. Compatibility with Tk was improved.

2009-07-07 09:51
4.8

A principal característica desta nova versão é o novo AnyEvent: módulo TLS, TLS que abstrai / parâmetros de conexão SSL de uma forma muito simples. Esta é, esperamos também mais fácil de entender e mais racional do que o habitual, enquanto continua a fornecer padrões de segurança e integração essencial para AnyEvent:: Handle para, por exemplo verificação de nome de pares. No lado do back-end, existe agora um pouco limitado IO:: Async backend. Além de novos recursos, há um grande número de correções para melhorar a qualidade, tais como AnyEvent:: DNS não manipulação metas CNAME maiúsculas corretamente.
The major new feature in this release is the new AnyEvent::TLS module, which abstracts TLS/SSL connection parameters in a very simple way. This is hopefully also easier to understand and more rational than usual, while still providing secure defaults and essential integration into AnyEvent::Handle for e.g. peer name verification. On the backend side, there is now a somewhat limited IO::Async backend. Apart from new features, there are a large number of bugfixes to further improve the quality, such as AnyEvent::DNS not handling uppercase CNAME targets correctly.

2009-02-15 16:26
4.34

Esta versão adiciona um tutorial introdutório. Além disso, muitas soluções para Windows e bugs Tk têm sido implementadas, para tornar o comportamento AnyEvent comportamento idêntico ao Unix. Suporte IPv6 só é ativado quando o SO realmente suporta. Plataformas BSD execução das estruturas de tomada de forma incorrecta são contornada. Unix domain sockets são agora suportadas transparente. NAPTR e manipulação SRV foi melhorada. Por fim, um grande número de bugs e melhorias de desempenho foram aplicados, em especial para AnyEvent:: Handle e suporte TLS.
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.

2008-05-25 20:56
4.03

Esta versão adiciona backends para Qt, POE, e eventos:: Lib. O puro-perl ciclo de eventos é muito mais rápido, e pode agora competir com (e superar) a maioria dos C-bibliotecas evento baseado. A fully non-blocking DNS resolver library esboço foi adicionado. A biblioteca de sockets que podem transparente (e sem bloquear em tudo) criar IPv4 e IPv6 e servidores de clientes, aproveita-se de registros SRV foi adicionado. Um identificador de arquivo de mensagens publicitárias que suporta transferências de dados estruturados e transparentes (e não-bloqueio) SSL / TLS filtragem foi adicionado. Lotes de melhorias gerais e correções foram adicionadas. Windows é suportado oficialmente.
Tags: Major feature enhancements
This release adds backends for Qt, POE, and
Event::Lib. The pure-perl event loop is much
faster, and it can now compete with (and surpass)
most C-based event libraries. A fully non-blocking
DNS stub resolver library was added. A Socket
library that can transparently (and without
blocking at all) create IPv4 and IPv6 servers and
clients, takes advantage of SRV records was added.
A file handle wrapper that supports structured
data transfers and transparent (and non-blocking)
SSL/TLS filtering was added. Lots of general
improvements and bugfixes were added. Windows is
officially supported.

2008-04-16 22:25
3.1

A um observador por fd / limitação enquete foi levantada por um backend Tk novo que funciona em torno de muitos bugs em Tk. Apoio ao ciclo de eventos EV (eo Coro:: Módulo de EV) foi adicionado, e é de longe a opção mais rápida disponível para AnyEvent agora. Watchers PID não são mais AutoReset e pode ser usado para ver qualquer saída da criança. A documentação foi prorrogado e esclarecidos, e todos os backends agora tem uma página de manual (simples).
Tags: Major feature enhancements
The one-watcher per fd/poll limitation has been lifted by a new Tk backend that works around the many bugs in Tk. Support for the EV event loop (and the Coro::EV module) has been added, and is by far the fastest choice available for AnyEvent now. PID watchers are no longer autoreset and can be used to watch for any child exit. The documentation has been extended and clarified, and all backends now have a (simple) man page.

Project Resources