Subject | Re: PHPServer 0.9 |
---|---|
Author | paulruizendaal |
Post date | 2005-09-14T10:56:39Z |
> I have a non-ajax framework that is slick, but not simple (thenI'm interested: tell us more :^)
> again its totally generic...) - I wrote it with Ard (from ibase
> extension fame) which might be interesting to use.
> ok, I never really understood the fast cgi wotsit. thanks for theSee http://phplens.com/phpeverywhere/node/view/13 for more background.
> info!
> does using fastcgi limit stuff like sessions, server env vars etc?I am not sure what sucking you refer to, but for what it is worth:
> in the same way that using php as a cgi with apache sucks compared
> to using it as a module?
- PHPServer supports sessions and env. vars.
- Complicated setups, with multiple fastcgi servers running on
multiple machines, could get messy (myserver does not implement
session affinity). If your workload gets so big that you need a
server farm to support it, use an apache based stack. Horses for
courses: PHPServer is aimed at midmarket needs.
Paul