|  | Posted by  on 06/15/47 11:25 
"Max" <max@max.com> wrote in message news:G3xNe.31436$uo4.30357@fe01.news.easynews.com...
 | You definitely can create a windows service out of a php script, I have
 | several running now.
 |
 | A windows service is just a program running in the background.
 |
 | You simply create looped script running whatever process is needed, use a
 | PHP compiler to create an executable, and use srvany.exe to create the
 | service. Works great.
 |
 | Once you compile a PHP script, it is no longer running through a parsing
 | engine, therefore it's not actually called a script anymore.
 
 wow, max...i'd no idea you could do compile php. that does change things a
 bit in the equation.
 
 learn something new every day.
 [Back to original message] |