Is there a way to detect if data transfer is occuring between the client and the server?
Let me explain...
I have a page that streams a movie.
Is it possible to use php to detect if "transfer of data" to the client has stopped, or if it never started?
This is an unconventional problem, and I don't want to conclude that php can/can't do it until you pros say so.
Thx.