Re: Re: Persistent PHP web application?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Tue, 2005-01-04 at 16:06, Josh Whiting wrote:
> > > However, would a single process PHP server daemon be able to
> > > appropriately handle the incoming load from Apache, which will be
> > > running multiple processes handling concurrent incoming requests?
> >
> > I don't think you've quite got the right picture here...
> >
> > When you write your single process PHP server daemon, Apache's not even in
> > the same picture frame any more.

FWIW, I can't see how a WYW server is going to make his application run
faster. The transfer of the data he wants will still have to be
serialized and unserialized (in an optimal WYW server only unserialized)
and this is is exactly his bottleneck using an include. Actually I'd
imagine because he's using an accelerator it's fast as it can get
without using some kind of shared memory system. Correct me if I'm
confused and you know how to transfer raw zend vars over a socket
without the need to unserialize on the receiver end.

Cheers,
Rob.
-- 
.------------------------------------------------------------.
| InterJinn Application Framework - http://www.interjinn.com |
:------------------------------------------------------------:
| An application and templating framework for PHP. Boasting  |
| a powerful, scalable system for accessing system services  |
| such as forms, properties, sessions, and caches. InterJinn |
| also provides an extremely flexible architecture for       |
| creating re-usable components quickly and easily.          |
`------------------------------------------------------------'

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux