Running concurrent PHP scripts

后端 未结 6 2087
孤独总比滥情好
孤独总比滥情好 2020-12-10 15:45

I\'m having the following problem with my VPS server.

I have a long-running PHP script that sends big files to the browser. It does something like this:



        
6条回答
  •  时光取名叫无心
    2020-12-10 16:15

    The same happens go to me and i'm not using sessions. session.auto_start is set to 0 My example script only runs "sleep(5)", and adding "session_write_close()" at the beginning doesn't solve the problem.

提交回复
热议问题