寻找经过验证的 Blackberry 或 J2ME (HttpConnection) 库
我有一个应用程序,它对 REST 服务进行多次后续调用,以便将数据批处理到 BlackBerry 设备上的数据库。我尝试了几种将 HttpConnection 与各种流结合使用的方法,看看哪种方法效果最好。到目前为止,对于相同的服务,其他平台(例如 Windows Mobile 和 iPhone)可以在非常短的时间内处理下载<;获取相同数据需要 1 分钟,而 BlackBerry 大约需要 6 分钟。
所以我真正的问题是,有谁知道 J2ME 或 BlackBerry 的任何经过验证的库将有助于在发出 Http 请求时提高性能。
I have an application that makes many subsequent calls to a REST service for batching data to a database on the BlackBerry devices. I have tried several methods of using HttpConnection with various streams to see which might perform the best. So far to the same service other Platforms like Windows Mobile and iPhone can handle the downloads at a very minimal time < 1 minute whereas the BlackBerry will take around 6 minutes for the same data.
So my real question is, does anyone know of any proven libraries for J2ME or BlackBerry that will help gain performance while making Http request.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以在此处尝试这个库,看看它是否有任何可以合并的改进
You could try this library here and see whether it has any improvements you could incorporate