mirror of
https://github.com/not-kennethreitz/convore.json.git
synced 2026-06-05 23:20:19 +00:00
1 line
4.0 KiB
JSON
1 line
4.0 KiB
JSON
[{"user_id": 214, "stars": [], "topic_id": 9797, "date_created": 1299016665.5518031, "message": "You're talking about the client lib here, or the server? Both Twisted and eventlet make more sense on the API service side. I don't think performance issues in an HTTP client are really going to be relevant.", "group_id": 292, "id": 239467}, {"user_id": 214, "stars": [], "topic_id": 9797, "date_created": 1299017255.2372961, "message": "I'm a fan of both RestKit and https://github.com/sixapart/remoteobjects - the latter is built on httplib2, which has its weak spots (cookie handling?), but the HTTP layer can be swapped out for anything API-compatible with httplib2.", "group_id": 292, "id": 239598}, {"user_id": 603, "stars": [], "topic_id": 9797, "date_created": 1299016513.4884889, "message": "eventlet would be worth a look.", "group_id": 292, "id": 239429}, {"user_id": 214, "stars": [], "topic_id": 9797, "date_created": 1299016694.774755, "message": "At least, I'd build it and benchmark before I'd start worrying about performance of an HTTP client lib.", "group_id": 292, "id": 239477}, {"user_id": 653, "stars": [], "topic_id": 9797, "date_created": 1299016398.788764, "message": "We are building a service layer API which speaks HTTP. Our app is going to be built on top of it and I'm trying to abstract all the HTTP handling into a single method for the app developers to use. This is an internal API only, but I'd still like to make this client perform well. Can anyone point me to resources and tools that would make this work well? I'm thinking something like Twisted might work here, but I'd like the hear about other options.", "group_id": 292, "id": 239393}, {"user_id": 603, "stars": [], "topic_id": 9797, "date_created": 1299016654.4736719, "message": "quick question, are you talking about creating the api layer or the api client?", "group_id": 292, "id": 239465}, {"user_id": 1152, "stars": [{"date_created": 1299017026.497967, "user_id": 1}, {"date_created": 1299024851.9488561, "user_id": 3751}], "topic_id": 9797, "date_created": 1299016953.4057209, "message": "check out https://github.com/benoitc/restkit/ and pycurl (http://pycurl.sourceforge.net/) - I use a lot of pycurl + threads (https://bitbucket.org/nasuni/workerpool/overview)", "group_id": 292, "id": 239518}, {"user_id": 653, "stars": [], "topic_id": 9797, "date_created": 1299017328.9763961, "message": "The server's performance issues are another issue altogether. I just have this fear of a single method that handles every call to the API from within our app being horribly slow. Perhaps, as noted, my worrying time is misplaced.", "group_id": 292, "id": 239629}, {"user_id": 1, "stars": [], "topic_id": 9797, "date_created": 1299017049.4022641, "message": "Yeah RestKit rocks, they're hardcore--wrote their own HTTP parser!", "group_id": 292, "id": 239544}, {"user_id": 653, "stars": [], "topic_id": 9797, "date_created": 1299017258.0734279, "message": "Sorry for the confusion. I'm talking about the client working against an internal API.", "group_id": 292, "id": 239600}, {"user_id": 214, "stars": [{"date_created": 1299073233.0479269, "user_id": 927}, {"date_created": 1299081879.1908669, "user_id": 6704}], "topic_id": 9797, "date_created": 1299017352.812021, "message": "Unless you're going to have a single client making lots of concurrent connections to multiple servers (reverse of the more common situation), I'd pick your client lib for nice API, good code, and maintainability.", "group_id": 292, "id": 239635}, {"user_id": 653, "stars": [], "topic_id": 9797, "date_created": 1299018391.888361, "message": "Restkit's reusable connections and Resource possibilities seem like a good fit. Thanks all for the pointers.", "group_id": 292, "id": 240284}, {"user_id": 17467, "stars": [], "topic_id": 9797, "date_created": 1299036274.6184261, "message": "is json-rpc worth a consideration?", "group_id": 292, "id": 242961}, {"user_id": 1736, "stars": [], "topic_id": 9797, "date_created": 1299037457.854099, "message": "@crazygir How is that related?", "group_id": 292, "id": 243083}] |