Erlang for web-developers

Juhani Rankimies juhani@REDACTED
Mon Aug 28 11:15:23 CEST 2006


Is anyone implementing bayeux
(http://svn.xantus.org/shortbus/trunk/bayeux/protocol.txt)?
Or something similiar?

I think web developers would find that quite interesting. I do.

> -------- Original Message --------
> Subject: Erlang for web-developers
> From: "Dmitrii Dimandt" <dmitriid@REDACTED>
> Date: Mon, August 28, 2006 10:50 am
> To: "Erlang-Questions Mailing List" <erlang-questions@REDACTED>
> 
> I couldn't leave a reply to Yariv's post because of some error I kept on receiving, so I decided to respond here.
> 
> I think that besides "erlang-telecom-erlang-telecom" web developers should also be told this: 
> 
> - Mnesia is a nice database for small amounts of data - 4-8 GB, not more :))) (am I correct on this estimate?)
> 
> - Quite a lot of things can be parallelized in web development. Most notably, logging and post-process actions: 
> 
> -- Once you do an action you can spawn a separate logging process and return to the user immediately
> -- Once you accept all data (most notably, image files), you can spawn separate processes to do whatever with the data at hand (scale, crop, rotate, move to a different folder etc. etc.) and return to the user immediately 
> 
> Many web developers don't even understand that this, indeed, is possible.
> 
> I think that in order to sell Erlang to web developers, we need to focus exactly on the things that can be "branched off". Because telecom stuff is interesting, but it also is scary. What else can we lure web developers with? 
>  




More information about the erlang-questions mailing list