[Chicago] Lightweight Async HTTP Client

Japhy Bartlett japhy at pearachute.com
Thu Aug 8 20:17:10 CEST 2013


tornado is pretty light.. the uncompressed full library is only 1.4M, and
splitting out the client code would actually not be insane if you needed to
shave it down further.  (and the client is pretty great, imo!)

maybe all moot though, as it looks like some people have gotten it working
under jython, but nothing official.


On Thu, Aug 8, 2013 at 11:21 AM, Brian Herman <brianherman at gmail.com> wrote:

> http://www.jython.org/docs/library/asyncore.html ?
>
>
> On Thu, Aug 8, 2013 at 10:37 AM, Brantley Harris <deadwisdom at gmail.com>wrote:
>
>> Oh yeah, I should read the whole thing next time.
>>
>>
>> On Thu, Aug 8, 2013 at 10:33 AM, Matt Bone <thatmattbone at gmail.com>wrote:
>>
>>> 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
>>> >
>>> _______________________________________________
>>> 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
>>
>>
>
>
> --
>
>
> Thanks,
> Brian Herman
> college.nfshost.com
>
>
>
>
>
> _______________________________________________
> Chicago mailing list
> Chicago at python.org
> http://mail.python.org/mailman/listinfo/chicago
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/chicago/attachments/20130808/69b89348/attachment.html>


More information about the Chicago mailing list