Re: Current PHP implementation [message #180012 is a reply to message #180005] |
Wed, 26 December 2012 12:40 |
Thomas 'PointedEars'
Messages: 701 Registered: October 2010
Karma:
|
Senior Member |
|
|
SL@maxis wrote:
^^^^^^^^
Who?
> I ask this question in 'comp.unix.programmer. It seems like it is more
> related to PHP.
It is not more related to PHP as apples are to oranges.
> I ask here to find out the current PHP implementation.
Do you know what PHP is?
> Assume at a given time 10 users send in AJAX calls; server end handled by
> '123.php'.
| AJAX call \noun\
| Term indicating that the per-
| son using it has no clue what
| they are talking about. See
| also: AJAX.
> 1. Handler (script): 123.php
>
> Does the server initiate 10 processes to handle the calls ? Which means 10
> processes are closed after processing !?
Server processes are not the domain of the compiler-interpreter of a
programming language, but of the Web server software.
PointedEars
--
Prototype.js was written by people who don't know javascript for people
who don't know javascript. People who don't know javascript are not
the best source of advice on designing systems that use javascript.
-- Richard Cornford, cljs, <f806at$ail$1$8300dec7(at)news(dot)demon(dot)co(dot)uk>
|
|
|