ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/AnyEvent-Fork-RPC/Changes
Revision: 1.32
Committed: Tue Mar 26 04:07:02 2019 UTC (7 years, 6 months ago) by root
Branch: MAIN
Changes since 1.31: +3 -0 lines
Log Message:
*** empty log message ***

File Contents

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