[Chicago] Lightweight Async HTTP Client

Matt Bone thatmattbone at gmail.com
Thu Aug 8 17:33:54 CEST 2013


gevent, eventlet, and thus grequests or erequests will not work for
Tal because of his jython requirement.

On Thu, Aug 8, 2013 at 10:25 AM, Brantley Harris <deadwisdom at gmail.com> wrote:
> Highly recommend using a gevent or eventlet solution.
>
>
> On Thu, Aug 8, 2013 at 10:18 AM, Sean Brant <brant.sean at gmail.com> wrote:
>>
>> https://github.com/kennethreitz/grequests is good.
>>
>>
>> On Thu, Aug 8, 2013 at 9:54 AM, Tal Liron <tal.liron at threecrickets.com>
>> wrote:
>>>
>>> Can anybody recommend such a library?
>>>
>>> I know both Tornado and Twisted have good client libraries, but they are
>>> actually too heavy for this use case, because I really just need a client
>>> and not a server.
>>>
>>> Plot twist: Must work on Jython.
>>>
>>> -Tal
>>>
>>> _______________________________________________
>>> Chicago mailing list
>>> Chicago at python.org
>>> http://mail.python.org/mailman/listinfo/chicago
>>>
>>
>>
>> _______________________________________________
>> Chicago mailing list
>> Chicago at python.org
>> http://mail.python.org/mailman/listinfo/chicago
>>
>
>
> _______________________________________________
> Chicago mailing list
> Chicago at python.org
> http://mail.python.org/mailman/listinfo/chicago
>


More information about the Chicago mailing list