Erlang/OTP Forums

Author Message

<  Erlang questions mailing list  ~  erlang web server

lyn at healthquiz.com
Posted: Sat Jun 12, 1999 10:30 pm Reply with quote
Guest
can anyone point me to the erlang web server? I can't seem to find a
link to it.

thanks,
-Lyn


Post generated using Mail2Forum (http://m2f.sourceforge.net)
tobbe at serc.rmit.edu.au
Posted: Sun Jun 13, 1999 1:38 pm Reply with quote
Guest
--------

> can anyone point me to the erlang web server? I can't seem to find a
> link to it.

You'll find a Web server in the inets-2.3 library.

There is also the Eddie Web cluster thingie, see:

http://www.eddieware.org

> 55> chat_client:signup().
> ** exited: {badarg,{chat_client,signup,[]}} **
>
> signup() ->
> chat_server ! {sign_up, name(), self()},

'badarg' indicates that there is no process
registered with the name 'chat_server'

Chat...hm...this program may be useful in your case:

http://www.serc.rmit.edu.au/~tobbe/eppp_chat.erl

Cheers /Tobbe



Post generated using Mail2Forum (http://m2f.sourceforge.net)

Display posts from previous:  

All times are GMT
Page 1 of 1
This forum is locked: you cannot post, reply to, or edit topics.

Jump to:  

You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You cannot download files in this forum