移动应用程序和服务器之间的大数据传输

发布于 2024-08-21 23:55:12 字数 169 浏览 2 评论 0原文

用于移动应用程序(例如 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

々眼睛长脚气 2024-08-28 23:55:12

从服务器端来看,PHP/Apache 应该没问题,但是这一切都会发送到同一个客户端吗?

From the server side PHP/Apache should be fine, but is this all going to the same client?

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文