我有一个简单的无限循环看起来像这样:
set_time_limit (0); for (;;) { ... //Doing some stuff including to write to a file sleep(300); }
它正在我的服务器上运行. (共享主机帐号)
我怎么可以阻止它?