Classes for safe data transfer (enhancements for pb.spread)
[email protected] Wed, 30 Sep 2009 14:14:09 -0000
| Newsgroups | gmane.comp.python.twisted.bugs |
|---|---|
| Message-ID | <[email protected]> |
New submission from moonstruxx <None>: These classes should help to transfer data blobs. The Baseclass are the Transferable and as the remote counterpart the RemoteTransferable. Subclasses are TransferableDictionary,TransferableString and TransferableList. It's possible to mix the datatypes. The client will receive a RemoteTransferable which has to be restored by it's .restore() function. The restore function returns the restored element. Exception will be raised if the data element of an unrestored RemoteTransferable is accessed. ---------- Type : enhancement Component: pb Keywords : Priority : normal Nosy : ---------- http://twistedmatrix.com/trac/ticket/4046