plugin: sftp transport
John A Meinel
john at arbash-meinel.com
Thu Oct 20 05:27:26 BST 2005
Aaron Bentley wrote:
> Martin Pool wrote:
>
>>>>This at least seems like a fancy async system, where you keep making
>>>>requests for new stuff as the information comes in.
>>>
>>>
>>>I think you could build this on top of something like the http clients
>>>you and i did, but perhaps you'd just end up reinventing Twisted.
>
>
> I'm sure we wouldn't make the mistake that if a function has an async
> implementation and the ultimate client is async, you have to provide an
> async version of every function in the call stack.
>
> Aaron
My understanding is that the basic cause of this is the
"make_synchronous" function call. It causes problems if you call it from
inside itself. Is that correct?
Is there a way to write a function that does something similar, without
destroying everything else?
Or is the real problem the Deferred design?
John
=:->
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 253 bytes
Desc: OpenPGP digital signature
Url : https://lists.ubuntu.com/archives/bazaar/attachments/20051019/0dbaac23/attachment.pgp
More information about the bazaar
mailing list