ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/AnyEvent-Fork-RPC/Changes
Revision: 1.33
Committed: Tue Mar 26 04:19:31 2019 UTC (7 years, 5 months ago) by root
Branch: MAIN
CVS Tags: rel-1_24
Changes since 1.32: +2 -0 lines
Log Message:
1.24

File Contents

# Content
1 Revision history for Perl extension AnyEvent::Fork::RPC
2
3 TODO: better exit conditions in Async, see Art Sackett mail
4 TODO: allow overtaking existing $fh
5 TODO: compatible $0 method, somehow
6
7 1.24 Tue Mar 26 05:18:55 CET 2019
8 - check if connection has succeeded, rather than crashing
9 (based on patch by Johan Finnved).
10 - add t/03_connfail.t testcase by Johan Finnved.
11
12 1.23 Thu Nov 10 17:31:14 CET 2016
13 - async backend had an optimization for EV that failed to
14 actually trigger when EV was used (analyzed by sten).
15 - adapt to new AnyEvent::Fork process name.
16
17 1.22 Thu May 12 18:53:37 CEST 2016
18 - add $CBOR_XS_SERIALISER.
19
20 1.21 Tue Oct 15 10:52:09 CEST 2013
21 - work around perl 5.14 and earlier bug causing
22 "Goto undefined subroutine &CORE::exit" messages.
23
24 1.2 Wed Sep 25 13:05:46 CEST 2013
25 - INCOMPATIBLE CHANGE: remove dependency on, and autoloading
26 of, AnyEvent::Fork.
27 - provide an eof option to specify an alternative to exiting
28 in the asynchronous backend.
29 - add $NSTORABLE_SERIALISER.
30 - use "AE::log die" instead of die to report uncaught errors.
31 - ->run now provides a better $0 (as seen in some ps outputs).
32 - add a nice async Coro RPC server example.
33 - add an example of how to use AnyEvent::Log and on_event to
34 forward log messages to the parent.
35 - work around bugs in the TCP/IP stack on windows, aborting
36 connections instead of properly closing them on exit.
37 - log any errors via AE::log fatal instead of die'ing in the
38 async backend.
39
40 1.1 Sun Apr 28 15:48:17 CEST 2013
41 - add support for the AnyEvent::Fork::Remote API.
42 - switch to an ABI-independent protocol.
43 - emit clearer diagnostic for some broken cpan-testers setups.
44
45 0.2 Sun Apr 21 14:26:16 CEST 2013
46 - do not create a watcher when shutting down the object, shut down
47 directly, to work around perl global destruction bugs.
48 - expliticly call exit in child server - not elegant, but
49 doesn't disturb any sane perl, and helps broken win32 perls
50 to clean up.
51
52 0.1 Thu Apr 18 15:29:48 CEST 2013
53 - first release.
54
55 0.00 Tue Apr 16 21:40:55 CEST 2013
56 - post planning, pre writing.
57