Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个网络应用程序,用户可以在其中上传巨大的 Excel 表格,然后在后端进行处理。用户上传 excel 文件后,完成整个处理过程大约需要 5-10 分钟。所以目前我所做的是当单击一个按钮时,它链接到使页面冻结的功能,因为后端进程仍在运行。
我的问题是如何将烧瓶应用程序与此过程功能分开?
python 正在 Cpanel 中运行。