Re: [PHP] how to do cloud computing with php

2010-03-24 Thread Rene Veerman
On Wed, Mar 24, 2010 at 3:13 PM, Yousif Masoud wrote: > On Wed, Mar 24, 2010 at 11:55 AM, Rene Veerman wrote: >> >> Hi.. >> >> As a way to take a few steps back from the kinda heated "when will php >> grow up and support threading" thread, i'm requesting you people list >> how you scale from 1 se

Re: [PHP] how to do cloud computing with php

2010-03-24 Thread Yousif Masoud
On Wed, Mar 24, 2010 at 11:55 AM, Rene Veerman wrote: > Hi.. > > As a way to take a few steps back from the kinda heated "when will php > grow up and support threading" thread, i'm requesting you people list > how you scale from 1 server to many servers; what's called cloud > computing. > Intere

Re: [PHP] how to do cloud computing with php

2010-03-24 Thread Stuart Dallas
On 24 Mar 2010, at 11:55, Rene Veerman wrote: > As a way to take a few steps back from the kinda heated "when will php > grow up and support threading" thread, i'm requesting you people list > how you scale from 1 server to many servers; what's called cloud > computing. > > In particular, i'm inte

Re: [PHP] how to do cloud computing with php

2010-03-24 Thread Lester Caine
Rene Veerman wrote: Hi.. As a way to take a few steps back from the kinda heated "when will php grow up and support threading" thread, i'm requesting you people list how you scale from 1 server to many servers; what's called cloud computing. In particular, i'm interested in how to set up an app

Re: [PHP] how to do cloud computing with php

2010-03-24 Thread Nilesh Govindarajan
On 03/24/2010 05:31 PM, jose javier parra sanchez wrote: I have already answer that on the other thread, but anyway http://nanoserv.si.kz/ , or use the web webserver made with it http://nanoweb.si.kz/. And thinking about your 'requirements', avoid mysql from that equation. There are other faster

Re: [PHP] how to do cloud computing with php

2010-03-24 Thread Per Jessen
Rene Veerman wrote: > Hi.. > > As a way to take a few steps back from the kinda heated "when will php > grow up and support threading" thread, i'm requesting you people list > how you scale from 1 server to many servers; what's called cloud > computing. Scaling to N boxes is first a matter of di

Re: [PHP] how to do cloud computing with php

2010-03-24 Thread jose javier parra sanchez
I have already answer that on the other thread, but anyway http://nanoserv.si.kz/ , or use the web webserver made with it http://nanoweb.si.kz/. And thinking about your 'requirements', avoid mysql from that equation. There are other faster alternatives in the SQL world. Or even better think about a

Re: [PHP] how to do cloud computing with php

2010-03-24 Thread Nilesh Govindarajan
On 03/24/2010 05:25 PM, Rene Veerman wrote: Hi.. As a way to take a few steps back from the kinda heated "when will php grow up and support threading" thread, i'm requesting you people list how you scale from 1 server to many servers; what's called cloud computing. In particular, i'm interested

[PHP] how to do cloud computing with php

2010-03-24 Thread Rene Veerman
Hi.. As a way to take a few steps back from the kinda heated "when will php grow up and support threading" thread, i'm requesting you people list how you scale from 1 server to many servers; what's called cloud computing. In particular, i'm interested in how to set up an application that deals wi