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.46 by root, Thu Aug 13 01:46:10 2009 UTC vs.
Revision 1.47 by root, Thu Aug 13 01:57:10 2009 UTC

869overhead, as well as having to keep a proxy object. 869overhead, as well as having to keep a proxy object.
870 870
871Strings can easily be printed, easily serialised etc. and need no special 871Strings can easily be printed, easily serialised etc. and need no special
872procedures to be "valid". 872procedures to be "valid".
873 873
874And a a miniport consists of a single closure stored in a global hash - it
875can't become much cheaper.
876
874=item Why favour JSON, why not real serialising format such as Storable? 877=item Why favour JSON, why not real serialising format such as Storable?
875 878
876In fact, any AnyEvent::MP node will happily accept Storable as framing 879In fact, any AnyEvent::MP node will happily accept Storable as framing
877format, but currently there is no way to make a node use Storable by 880format, but currently there is no way to make a node use Storable by
878default. 881default.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines