There is a whole range of issues, one being "Scalability".

It looks like a PHP site hosting company.

Unless your PHP code can "scale", you can not just though more computers at
it.
PHP sessions if not done right will bite you in the ass.
Same with database's, having the concept of read / write servers,  your PHP
code has to be aware of it, unless its going though a sql proxy that detects
select statements.

What happens when you need something custom? Like memcached or pecl modules.

Its a great idea for pre built sites like Drupal and such.

-- Trevor Benedict
- MrEcho


On Mon, Jan 10, 2011 at 5:52 PM, David Kaiser <dkai...@cdk.com> wrote:

> I saw someone talking about this on twitter today.
>
> http://www.phpfog.com/    "You can create a new site in seconds. You do
> not even need to know how to code."
>
> (Not sure if that's a good thing or not.)
> _______________________________________________
> LinuxUsers mailing list
> LinuxUsers@socallinux.org
> http://socallinux.org/cgi-bin/mailman/listinfo/linuxusers
>
_______________________________________________
LinuxUsers mailing list
LinuxUsers@socallinux.org
http://socallinux.org/cgi-bin/mailman/listinfo/linuxusers

Reply via email to