Posted by Berislav Lopac on 08/24/05 13:57
Ramon wrote:
> How are 2 users able to share a run-time object in memory?
A very brief answer: They are not, and they not need to be. As you rightly
said, HTTP is stateless, and PHP follows this concept.
Also keep one more thing in mind: PHP is some kind of a pushmi-pullyu
monster: on one site it's a Web development framework, but at the same time
it is also its own scripting language. So you can't do most things you can
do with common purpose languages, as PHP is *not* a common purpose language.
Berislav
[Back to original message]
|