On 08/12/16 12:58, Burak Arslan wrote:
> Do you think I can get away
> with relying on mmap here?
So I'll go with the usual "don't touch it from the reactor thread" and I
guess I'll be good :)
Cheers,
Burak
___
Twisted-Python mailing list
Twisted-Pyt
Hey Adi, hey Glyph,
Thanks a lot for your answers.
On 08/12/16 12:28, Adi Roiban wrote:
> On 11 August 2016 at 21:52, Glyph Lefkowitz wrote:
>> Thanks for using Twisted, and sorry about this shortcoming.
Nothing to be sorry about, twisted is made of man-years of good work.
Once you twist your
On 11 August 2016 at 21:52, Glyph Lefkowitz wrote:
> On Aug 11, 2016, at 8:55 AM, Burak Arslan
> wrote:
>
> Hello All,
>
> You can find a sample HTTP POST request using HTTP multipart/form-data at
> the end of this message.
>
> The server that handles this request is using twisted so I end up wit
> On Aug 11, 2016, at 8:55 AM, Burak Arslan wrote:
>
> Hello All,
>
> You can find a sample HTTP POST request using HTTP multipart/form-data at the
> end of this message.
>
> The server that handles this request is using twisted so I end up with a
> Request object. Is there a way I can extrac