Path to this page:
Subject: CVS commit: pkgsrc/devel
From: Juan Romero Pardines
Date: 2006-08-20 22:04:57
Message id: 20060820200457.AD3E4211CA@cvs.netbsd.org
Log Message:
Add Event::RPC, DESCRiption:
Event::RPC supports you in developing Event based networking client/server
applications with transparent object/method access from the client to the
server. Network communication is optionally encrypted using IO::Socket::SSL.
Several event loop managers are supported due to an extensible API.
Currently Event and Glib are implemented.
Files: