使用Python在后台下载文件

发布于 2024-12-07 13:59:49 字数 166 浏览 0 评论 0原文

我有一个可用的 Python Web 应用程序,它可以根据用户的请求将文件下载到 Web 服务器中。这对于小文件下载来说效果很好,但是当用户请求更大的文件时,连接就会超时。所以,我想我需要在后台处理下载,但我不确定什么工具最适合这个。 Celery 似乎是对的,但我真的不想让它排队(下载必须立即开始)。你有什么建议?

I have got a working web application in Python that downloads a file into the web server upon a user's request. This works fine for small file downloads but when the user requests a larger file, the connection times out. So, I think I need to process the download in the background but I'm not sure what tool is most suitable for this. Celery seems to be right but I don't really want it to be queued(the download must start immediately). What would you suggest?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

焚却相思 2024-12-14 13:59:49

超时时间由您决定,您可以将其延长。

无论如何,有很多 flash 或 AJAX 上传器,你只能服务器端 AFAIK

Timout duration is up to you, you could just make it longer.

Anyway there are plenty of flash or AJAX uploaders out there, nothing you can do only server side AFAIK

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