[Twisted-Python] twisted.web questions

Yaroslav Fedevych jaroslaw.fedewicz at gmail.com
Mon Jun 14 14:59:39 EDT 2010


On Mon, Jun 14, 2010 at 6:56 PM, Itamar Turner-Trauring
<itamar at itamarst.org> wrote:
>>> Very large requests get written to disk, rather than memory. This is
>>> still not ideal, streaming is obviously better - someone may be able to
>>> suggest how to do it until Twisted gets fixed.
>>>
>>
>> That is unfortunate.  Do you know of an example that shows to get access
>> to
>> that file or does it just show up as a file object in the request?
>
> It's transparent to the user, it shows up as file-like object in the Request.
>

But while receiving, it won't block, will it?



More information about the Twisted-Python mailing list