GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
AnyEvent::Impl::Irssi(3) User Contributed Perl Documentation AnyEvent::Impl::Irssi(3)

AnyEvent::Impl::Irssi - AnyEvent adaptor for Irssi

   use AnyEvent;
  
   # this module gets loaded automatically when running under irssi

This module provides transparent support for AnyEvent. You don't have to do anything to make Irssi scripts work with AnyEvent.

Limitations of this backend and implementation details:

  • This backend does not support blocking waits.

    That means you must set a callback on any condvars, or otherwise make sure to never call "recv" on a condvar that hasn't been signalled yet.

  • Child exits will be handled by AnyEvent.

    AnyEvent will take over child handling, as Irssi only polls for children once/second and cannot handle unspecific child watchers.

    This should have no negative effect, as AnyEvent will emit a pidwait signal just like irssi itself would.

  • Artificial timer delays.

    Irssi artificially enforces timers to have at least a 10ms delay (by croaking, even).

    This means that some applications will be limited to a rate of 100Hz (for example, Coro::AnyEvent thread scheduling).

  • Irssi leaks memory like hell.

    Yeah.

Apart from that, documentation is notoriously wrong (e.g. file handles are not supported by "input_add", contrary to documentation), hooking into irssi has to be done in... weird... ways, but otherwise, Irssi is surprisingly full-featured (for basically being a hack).

AnyEvent, Irssi.

 Marc Lehmann <schmorp@schmorp.de>
 http://anyevent.schmorp.de
2012-04-08 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.