移动应用程序和服务器之间的大数据传输
用于移动应用程序(例如 Android)和服务器之间数据通信的服务器设置是什么?带有 PHP 的 Apache http 服务器就足够了吗?假设您需要每天传输一次 1 GB 的二进制或文本数据,或者将其分散为小块并在一天中的不同时间传输。 Tomcat + Java servlet 怎么样?
欢迎所有建议。
What's the server setup used for data communication between a mobile app (e.g. Android) and a server? Would an Apache http server with PHP be sufficient? Assume you need to transfer 1 GB of binary or text data once per day, or spread it out over small chunks and transfer at different times of the day. What about Tomcat + Java servlet?
All suggestions are welcome.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
从服务器端来看,PHP/Apache 应该没问题,但是这一切都会发送到同一个客户端吗?
From the server side PHP/Apache should be fine, but is this all going to the same client?