for the hello world test, you are using the helloworld from
front page of node.js at http://nodejs.org/
right?

how did you setup the clojure one?

was it what you posted before?

(defn hello-world [request]
  (future
   (Thread/sleep 1)
   (respond! request
             {:status 200
              :headers {"Content-Type" "text/html"}
              :body "Hello world!"})))

On Wed, Jul 7, 2010 at 10:04 PM, David Nolen <dnolen.li...@gmail.com> wrote:
> I don't really care if threads do or don't get eaten up. In fact, in the
> "Hello world" microbenchmark Node.js gets trounced by aleph because aleph
> can take advantage of all cores.



-- 
Omnem crede diem tibi diluxisse supremum.

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to