's Picture

Richard Jones

Logbook / blog / devlog

  • Home
  • About
  • Contact Me
  • Search

mochiweb

A collection of 4 posts

September 18, 2010

Erlang/OTP releases: rebar, release_handler, .appup, etc

I’ve been building something in Erlang recently, provisionally called IRCCloud.com (mention this post if you request an invite!) - it’s an in-browser IRC client that stays connected for you all the time, so you never miss the conversation. You can...

programming erlang hacks mochiweb irc irccloud otp appup sysops deployment irccloud

November 4, 2008

A Million-user Comet Application with Mochiweb, Part 3

In Part 1 and Part 2 of this series we built a comet application using mochiweb, and learned how to route messages to connected users. We managed to squeeze application memory down to 8KB per connection. We did ye olde...

programming erlang c comet mochiweb libevent cnode

October 23, 2008

A Million-user Comet Application with Mochiweb, Part 2

In Part 1, we built a (somewhat useless) mochiweb comet application that sent clients a message every 10 seconds. We tuned the Linux kernel, and built a tool to establish a lot of connections in order to test performance and...

programming erlang comet mochiweb

October 15, 2008

A Million-user Comet Application with Mochiweb, Part 1

In this series I will detail what I found out empirically about how mochiweb performs with lots of open connections, and show how to build a comet application using mochiweb, where each mochiweb connection is registered with a router which...

programming erlang kernel tcp networking comet http mochiweb

Copyright Metabrew.com - Richard Jones © 2024.
I release all embedded source code in my blog articles to the public domain, unless otherwise specified. Article text released under the Creative Commons Attribution-NonCommercial 4.0 International License. You don't need to ask me if you want to post a translated version of my work on your own website, but you must link back here as per the above license.

Back to top