Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 / TODO From: Kristian Köhntopp (kk <email protected>)
Date: 10/13/00

Jacob Verhoeks wrote:
> We came across the problem that we had to much code. The
> new concept we used to get more speed is described here:
> http://www.phpbuilder.com/tips/item.php?id=110
> It uses a combination of a cgi php applicaton with sockets
> and a very light index.php with apache which connects to
> the cgi app.

Now make the communication process between that index.php and
the server native to PHP,

invent a transparent fork/new session to new
server-migration/let old server die when there are no
more sessions active-mechanism to deal with memory leaks in
PHP extensions,

and you are set. There is you appserver.

Kristian

-- 
Kristian Köhntopp, NetUSE AG Siemenswall, D-24107 Kiel
Tel: +49 431 386 436 00, Fax: +49 431 386 435 99
Using PHP3? See our web development library at http://phplib.netuse.de/

-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>