Revision history for IPC::Messaging 0.01_12 Thu Nov 6 10:06:09 CET 2008 Use IO::Epoll instead of IO::Select if available. 0.01_11 Mon Sep 8 09:41:51 CEST 2008 Use temporary dir per user. 0.01_10 Mon Aug 18 14:29:02 CEST 2008 Add tcp_error message for connecting sockets. 0.01_09 Tue Aug 5 22:41:07 2008 Add tcp_client functionality. 0.01_08 Mon Jun 23 10:40:13 2008 Reap zombies. Robin Redeker: remove JSON::XS from the list of dependencies. 0.01_07 Thu Nov 22 22:43:00 2007 Use IO::KQueue instead of IO::Select if available. 0.01_06 Thu Nov 22 15:10:33 2007 Add optional by_line mode for TCP servers. Add optional listen_queue parameter for TCP servers. 0.01_05 Sun Oct 7 15:48:46 2007 Add receive_loop {} as a convenience wrapper for receive {} while 1. Remove ReusePort's usage. Use ole good Storable instead of JSON::XS for serialization. Call processing sub in the scalar context. Incomplete implementation of timers. 0.01_04 Tue Jun 5 22:22:01 2007 Add support for custom functional filters. 0.01_03 Sat May 12 23:15:53 2007 Change syntax for message matching. Add UDP sockets support. 0.01_02 tcp_server added 0.01_01 initial