I don't see the point of the discussion.
You are here ranting about... CGI?
There's plenty of places where you can rant about that, this mailing list
is not in that set :) Have a nice day :)
Marco Pivetta

http://twitter.com/Ocramius

http://marco-pivetta.com



On 12 March 2012 09:18, IamTrying [via Zend Framework Community] <
ml-node+s634137n446551...@n4.nabble.com> wrote:

> There was a time, feeling proud with PHP for web speed.- Ruby failed in
> the game, because we keep saying/neglecting PHP is speed/faster then Ruby.
>
> *But not anymore, PHP failed with Go (payback) for speed game in the
> market and backed by Google*.
> - PHP Sockets even anything, are dead slow compared to Go (yea take
> that!).
>
> *Go is not running behind Apache nor having any boundary for heavyweight
> web servers? *
> - Where ZendFramwork is about stupid investment for higher amount of time
> to get nothing in return (no documentation etc)
>
> There official example i was testing over and over with Go, which is 100
> time faster then PHP/ZF in speed competition for anything (which was the
> neglecting case before with Ruby vs PHP):
>
> package main
> import (
>         "fmt"
>         "http"
> )
>
> func handler(w http.ResponseWriter, r *http.Request) {
>         fmt.Fprintf(w, "Hi there, I love %s!", r.URL.Path[1:])
> }
>
> func main() {
>         http.HandleFunc("/", handler)
>         http.ListenAndServe(":8080", nil)
> }
>
>
> If you run this program and access the URL:
>
> http://localhost:8080/monkeys
> the program would present a page containing:
>
> Hi there, I love monkeys!
>
>
> Comparing this with PHP makes PHP completely junior use Zend framework or
> not is still remain junior. Because we are giving away the speed, where
> others have it now back.
>
>
>
>
>
> ------------------------------
>  If you reply to this email, your message will be added to the discussion
> below:
>
> http://zend-framework-community.634137.n4.nabble.com/Why-ZendFramework-50-Times-slower-then-Go-Tell-me-the-true-plz-tp4465519p4465519.html
>  To unsubscribe from Zend Framework Community, click 
> here<http://zend-framework-community.634137.n4.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=634137&code=b2NyYW1pdXNAZ21haWwuY29tfDYzNDEzN3wxNzE0OTI1MTk4>
> .
> NAML<http://zend-framework-community.634137.n4.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml>
>


--
View this message in context: 
http://zend-framework-community.634137.n4.nabble.com/Why-ZendFramework-50-Times-slower-then-Go-Tell-me-the-true-plz-tp4465519p4465535.html
Sent from the Zend Framework mailing list archive at Nabble.com.

Reply via email to