I made a php script to load some data to a serial device, this operation take some seconds (10/15). This is not a problem for the requester, the http request take a while to come back like all heavy pages.
My problem is that this script hold all other requests to that Apache/Php web server.
Is this any way to do something in php asynchonously or to configure php (or apache) to manage it not queuing all other requests? Now my apache and php configuration is the standard production configuration.