Archive: flush

 

Posts Tagged ‘flush’


I have recently been messing around trying to figure out the best way of running long processes within a Zend Framework App. Usually I would code in regular flush(); commands to make sure that the browser didnt time out and also that the user can see that something is happening. However, the standard MVC structure [...]



 

After a bunch of digging around and some help from the nice people on the #php channel on freenode IRC, I have cleared up the issue regarding PHP script execution and client connection. If a client disconnects (closes the browser window / tab) and PHP subsequently tries to send information to the client but fails, [...]