Is it possible to avoid loading the script for each request
Posted by DavidNorep on 06/01/07 07:00
I do not know PHP, consider to write a CGI with this technology and
have the following question.
Is it possible to invoke a PHP script and let it endlessly wait for
requests from a website (a Java applet in my case) and serve the
requests when they arrive? I want to avoid loading the script for each
request.
In other words, can it function, in this sense, like a Java servlet?