Date: 10/12/00
- Next message: Pete Frazier: "[PHP-DEV] compiling static libraries into php extensions"
- Previous message: Bug Database: "[PHP-DEV] PHP 4.0 Bug #7168 Updated: Unable to delete "facsimileTelephoneNumber" attribute"
- In reply to: Sebastian Bergmann: "Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 / TODO"
- Next in thread: Kristian Köhntopp: "Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 / TODO"
- Reply: Kristian Köhntopp: "Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 / TODO"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Sebastian Bergmann wrote:
>
> Chuck Hagenbuch wrote:
> > > - PHP Application Server
> >
> > What does this entail?
>
> I'm not an expert here, I'm just chanelling the comments I heard on the
> PHP Kongress to this list.
>
> Regarding PHP's lacking Application Server abilities the following was
> mentioned:
>
> - Distributed Applications
> - permanentely running PHP Application, that's not (entirely)
> http-request driven
We are currently developing such a application server in PHP. It's
called
NeWAS and will be released under GPL soon.
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.
-- = ing. Jacob Verhoeks = Work +31 299 666 077 = www.nedertux.nl = Nedertux Technologies = Fax +31 299 468 903 = www.nedertux.com = jacob <email protected> = GSM +31 626 330 722 =-- 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>
- Next message: Pete Frazier: "[PHP-DEV] compiling static libraries into php extensions"
- Previous message: Bug Database: "[PHP-DEV] PHP 4.0 Bug #7168 Updated: Unable to delete "facsimileTelephoneNumber" attribute"
- In reply to: Sebastian Bergmann: "Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 / TODO"
- Next in thread: Kristian Köhntopp: "Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 / TODO"
- Reply: Kristian Köhntopp: "Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 / TODO"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

