-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi,
> I'm about to start a new web project and they are thinking about > using Go (golang) instead of a JVM (preferably Clojure) based > approach. The idea is "BARE METAL SPEED!!!", but I really think > the network and DB will be the bottlenecks, not Clojure vs Go. You might also be interested in http://docs.paralleluniverse.co/pulsar/ The go take on CSP is limited when you really want to scale, while having an actor Erlang-like model can also give you benefits, so in Clojure (or on the JVM), you can evolve your application differently, while go basically has one (well-done, but fairly primitive, e.g. error handling) concurrency concept baked into the language semantics. I haven't used go myself though and I guess best would be a small prototype application both in go and Clojure + some experiments. It would be nice if you publish the results somewhere and ping back. > > Is anybody out there aware of any speed comparisons using > Clojure/Pedestal and/or Go? I'm thinking basic measurements like > connections/sec, latency, simultaneous users, etc. > > Thanks, Alan > Christian -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.22 (GNU/Linux) iQEcBAEBAgAGBQJV9fW6AAoJEKel+aujRZMkxxoH/3bWMiFW/brS2t+o9qcq7gH6 NsIx+WL9YuSe0Fy2/lp/WKD7owLLM6gIoSfQIbYYurRqSlb4+hjKoei5Wqnxg6TF Meq1I3D0uSJmMcQ7ux3d6Nn/XloXbUR9QDL8IVUZKNiCM+jz9s4XNBhTVRyhp2UI 0ubV7uXJGZV6XVun2UV2zoLDZV4PwXS0O45GB+ta+q+RhJ1bKZtdKtEBq6p449Hs f6mdHWo+0MtWnHzOpOo7r2sLwkdwkRSi9ItWLB0UUbp4/5UQqmE+zUjYQR3wVIKe 307R8NFAb0sZp9fk/rtklIemIeUXslOTid//sdDHmKBWRCa8vKuEKiYDwQvR0t4= =itJZ -----END PGP SIGNATURE----- -- 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 --- You received this message because you are subscribed to the Google Groups "Clojure" group. To unsubscribe from this group and stop receiving emails from it, send an email to clojure+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.