Parse.com 请求每秒限制? [英] Parse.com request per second limit?

查看:71
本文介绍了Parse.com 请求每秒限制?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

只是想弄清楚 parse.com 每秒请求数限制.他们是否将来自数据浏览器的获取"视为请求?或者只是从客户端开始的请求?

我正在从事一个项目,该项目检索图像和文本的组合,每秒超过 30 个.(大约 45 个).

谢谢

解决方案

对解析服务器的任何请求都被计算在内,并在网站上描述了他的限制(新定价,默认 req/s = 30 ,所以每分钟 1800 个请求).

基本上,您必须检索尽可能多的元素/需要的元素,而要解析的请求数量较少(当然需要与必要性和性能相平衡),最多可以查询 1000 行.

无论如何,假设您已经拥有照片对象列表(比方说,作为解析对象的照片列表)并且每个都保留图像文件字段,对直接图像 url 的任何调用都不会计入突发限制

希望能帮到你

Just trying to get some clarity regarding parse.com request per second limit. Do they count a 'get' from the data browser as a request? Or is it just a request that starts from the client side?

I'm working on a project that retrieves a combo of images and text and it's over 30 per second.(around 45).

Thanks

解决方案

Any request to the parse server is counted and his limitation is described on the website ( with new pricing, default req/s = 30 , so 1800 requests per minute).

Basically you have to retrieve as many elements as possible/needed with less number of request to parse ( balanced with the necessity and performance of course ), up to the limit of 1000 rows for query.

Anyway imagine you already have the list of photo objects ( let's say ,a list of Photo as Parse object ) and each one keep the image file field, any call to the direct image url is not counted for the burst limit

Hope it helps

这篇关于Parse.com 请求每秒限制?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆