ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/AnyEvent-MP/MP.pm
(Generate patch)

Comparing AnyEvent-MP/MP.pm (file contents):
Revision 1.27 by root, Tue Aug 4 22:13:45 2009 UTC vs.
Revision 1.28 by root, Tue Aug 4 22:16:54 2009 UTC

582authentication and can use TLS. 582authentication and can use TLS.
583 583
584AEMP can use a proven protocol - SSL/TLS - to protect connections and 584AEMP can use a proven protocol - SSL/TLS - to protect connections and
585securely authenticate nodes. 585securely authenticate nodes.
586 586
587=item * The AEMP protocol is optimised for both text-based and binary
588communications.
589
590The AEMP protocol, unlike the erlang protocol, supports both
591language-independent text-only protocols (good for debugging) and binary,
592language-specific serialisers (e.g. Storable).
593
594It has also been carefully designed to be implementable in other languages
595with a minimum of work while gracefully degrading fucntionality to make the
596protocol simple.
597
587=back 598=back
588 599
589=head1 SEE ALSO 600=head1 SEE ALSO
590 601
591L<AnyEvent>. 602L<AnyEvent>.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines