I want to use Erlang for some background processing and for a web application. I read about its handling of concurrency and stuff, and I began to study it. What I want to do is to constantly connect to clients using COMET - with the Erlang process coordinating HTTP client connections.
- To do this I need an Erlang based web server?
- For a real implementation of how caviar works in Erlang. I downloaded the erlang book and read about spawning. In the case of a script for my website, when two clients connect to the same Erlang script by creating an HTTP request - can I automatically "create" new threads for each of them and send messages?
jacobsteve
source
share