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 <ngocdaoth...@gmail.com> 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 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 -~----------~----~----~----~------~----~------~--~---