Event

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

  - Fixed whitespace in Event.pod.  (Gisle Aas again.)
  - Optimized priority queue (hopefully).  I probably should have
    benchmarked it first.  :-P

0.13 1998-09-27
  - Moved and renamed lots of methods.  Yet, added code to ease backward compatibility.  (perl-loop suggested)
  - Integrated rewritten documentation contributed by Gisle Aas. Thanks!

0.12 1998-09-22
  - Event::MakeMaker & event_api.h.
  - Add 'total' stat.  Moved stat methods to Event::Loop package.

0.11 1998-09-11
  - Regularized exception handling.  $Event::DIED is now called if an event dies.
  - Allow timer interval to be a scalar ref.
  - Tweaked queue scheduling.  Events with priorities <= 5 now starve if higher priority events are available.
  - Changing the event priority of a queued event will now reque the event into the appropriate queue.
  - Split NetServer::ProcessTop into it's own tarball.

0.10 1998-09-03
  - Fixed serious bug in the event destructor.
  - Accept file descriptor numbers in addition to filehandles, etc.
    Maybe non-portable, but nice for unixen.
  - Fixed repeating timer logic.  Tweaks for idle events.
  - Completed re-write of almost everything in C.
  - NetServer::ProcessTop implements a top-style control panel
    available via telnet ($$ % 7000).  See util/top.pl.
  - Proxy "tied" event type that allows completely perl-side
    implementation of new event handlers.
  - Event::process is working again (implementation is entirely in perl).
  - Eliminated race conditions in signal handling.
  - Zombie events are still not being collected due to mysterious
    refcnt problems.  It is possible that this cannot be resolved
    until perl implements tied hashes properly (through a VTBL!).
  - Removed $Event::*::Count since it is superceded by
    NetServer::ProcessTop.

0.08 1998-08-14
  - C rewrite

0.07 1998-08-05
  - test callbacks
  - doc queuing
  - remove debugging

0.06 1998-07-24
  - parameterise register method so 'check' not fixed method but callback
  - doc priorities
  - doc callbacks

0.05 1998-07-20
  - queuing, waiting
  - Status method

0.04 1998-07-20
  - registering forces class to be child of Event
  - add waitForEvents

0.03 1998-07-18
  - Event::watchvar now passes $ref to callback
  - added use attrs qw(locked method) to all subs, and code to
    ensure this will work on pre-threaded perl
  - Event.xs Fixed so will compile with threaded perl
  - Event::timer Added -hard option
  - Tweaks to keys dispatchAsyncEvents()
  - added Time::HiRes
  - moved idle events into sub-module
  - Makefile.PL removed INSTALLDIRS => 'perl'

0.01 1998-01-26
  - Initial



( run in 0.657 second using v1.01-cache-2.11-cpan-75ffa21a3d4 )