With respect to Stuart's comment above - "Erlang is designed for distributed operation across many machines; Clojure is designed for a single machine with many cores.", how are Clojure and Haskell different? I am just curious to know how do Haskell, Clojure and Erlang compare.
On Sep 24, 4:36 am, Lance Carlson <[email protected]> wrote: > I'd recommend an architecture where you utilize ejabberd and create > bots/components that read XML stanzas and react. That way you can just > scale your application servers separately and use any language you > choose. You also get chat for free. > > On Thu, Sep 24, 2009 at 4:23 AM, ngocdaothanh <[email protected]> wrote: > > > I think there are 2 kinds of concurrency: local concurrency (one > > machine) and distributed concurrency (parallel). > > > Is there a comparison about the speed of local concurrency of Clojure > > and Erlang? > > > I would like to create an online multiplayer game server which serves > > thousands of persistent flash connections. On a single machine > > (something like Intel i7 with 6GB RAM), can JBoss Netty + Clojure beat > > gen_tcp + Erlang? > > > Thanks. > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en -~----------~----~----~----~------~----~------~--~---
