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.
我无法在一个浏览器中同时加载两个页面。我有发送 10k 电子邮件的文件。但同时我想在系统中浏览。但是,在发送电子邮件的脚本完成之前,我什么也做不了。
任何建议。如何解决这个问题?如果您需要更多信息,请告诉我。
会话锁定新请求。因此,直到会话关闭,另一个请求才会等待。查看session_write_close
或者,您可以在不同的浏览器中运行另一个实例。