Hi,
I've seen several php scripts to implement a page counter and
they all read a file, update the counter and write the new
counter to the file, for every request ?!?
Isn't there something like having a php script which keeps
track of the counter variable 'in-memory', a bit like a java
servlet which is loaded just one single time and where you
can use context (application scope) variables ?
Is a PHP script loaded (and initialized) for every request or
just once ?
Another question, what about the threading model ? Is PHP
multi or single threaded ?
Greetings,
tdipster