On Wed, 13 Apr 2016 at 23:53 Glyph wrote:
>
> On Apr 13, 2016, at 13:18, Itamar Turner-Trauring
> wrote:
>
> Do you wish you could:
>
>- Use the power of Twisted's asynchronous networking in Django, Flask,
>or other threaded applications?
>
> Thanks for the update, Itamar!
>
> Do you thi
> On Apr 14, 2016, at 5:45 AM, Itamar Turner-Trauring
> wrote:
>
> Crochet is a pile of these sort of horrible hacks, encapsulated in one place
> and hidden as much as possible. But there's rough edges that poke out
> occasionally. I'm not sure Twisted ought to be that kind of library.
We a
On 04/13/2016 10:57 PM, Glyph wrote:
One advantage of having this directly supported in Twisted, then, would be
calling no_setup() (or equivalent) early on in 'twistd' and equivalent tools,
so that crochet-using modules could be imported as part of a twisted-native
plugin?
That would be pretty
> On Apr 13, 2016, at 16:50, Itamar Turner-Trauring wrote:
>
> On 04/13/2016 06:52 PM, Glyph wrote:
>>
>> Do you think maybe it's time to integrate Crochet into Twisted proper, so we
>> can obviate the need for the 'setup()' step, and just have the reactor do
>> that itself?
>>
> Well, setup
On 04/13/2016 06:52 PM, Glyph wrote:
Do you think maybe it's time to integrate Crochet into Twisted proper,
so we can obviate the need for the 'setup()' step, and just have the
reactor do that itself?
Well, setup() runs the reactor in a thread, which is probably not what
you want in a regul
> On Apr 13, 2016, at 13:18, Itamar Turner-Trauring wrote:
>
> Do you wish you could:
> Use the power of Twisted's asynchronous networking in Django, Flask, or other
> threaded applications?
Thanks for the update, Itamar!
Do you think maybe it's time to integrate Crochet into Twisted proper,
I messed up the email headers on this, so PLEASE BE CAREFUL if you're
replying to this, or the reply will end up spamming
python-announce-list. Sorry.
___
Twisted-Python mailing list
Twisted-Python@twistedmatrix.com
http://twistedmatrix.com/cgi-bin/ma
Do you wish you could:
* Use the power of Twisted's asynchronous networking in Django, Flask,
or other threaded applications?
* Provide a blocking API powered by Twisted underneath, without
exposing it to the caller?
* Write a library that provides APIs both for Twisted and non-Twisted