Hi,
Do you know if I can launch a PHP script kept-alive by an infinite loop (it's a socket client script) through AJAX without blocking the other JS commands coming afterwards?
The idea is that a script is always launched, and sends returns data only when needed, and we execute this returned...