Tagged Questions

0
votes
2answers
21 views

Vim settings for Erlang

Does anyone want to share their erlang vim settings? It seems I can't make it work at all and the worst part is that it doesn't auto-indent automatically. Is there something outhe …
1
vote
1answer
46 views

Erlang and Java interfacing

I am particularly interested in knowing the performance implications of the Erlang component when doing this kind of interfacing. After learning about Erlang I thought that it mig …
2
votes
2answers
77 views

How far should I take referential transparency?

I am building a website using erlang, mnesia, and webmachine. Most of the documentation I have read praises the virtues of having referentially transparent functions. The problem …
1
vote
3answers
50 views

How big can Erlang DETS be and what to do if its too small?

All I need is a large persistent lookup table in Erlang and dets seems like just the thing though I need a definative answer to: just how big the total size of the binaries in th …
2
votes
1answer
29 views

Erlang: Building Issue of not finding Ncurses on Solaris 10

I am trying to build Erlang on Solaris 10. The build process fails with the message that it can not find libncurses.so.5. I have installed libncurses from sunfreeware.com, which I …
5
votes
2answers
78 views

passing events from erlang to Clojure

I'm looking for a way to pass events back and forth between Clojure and erlang. has someone done this before? how should I encode the (immutable) messages in a flaxable general w …
-1
votes
0answers
36 views

init.d script for a mochiweb app

Hi, Anyone has an init.d script for a mochiweb application on ubuntu to share? Thanks
2
votes
2answers
74 views

How to send a push notification using Erlang?

I'm trying to send a push notification to APNs using Erlang. This is the code I came up with so far: -module(apnstest2). -export([connect/0]). connect() -> application:sta …
4
votes
2answers
77 views

What are the differences between the Erlang Web Gateway Interface (EWGI) and Webmachine?

Both EWGI and webmachine provide abstractions of HTTP in Erlang. I would like to know what the key conceptual differences are in their approach?
0
votes
4answers
104 views

AccessViolation when calling unmanaged dll

When calling an unmanaged Dll from a c# application I get an AccessViolationException. The strange thing is that the exported function has no arguments, so the problem is not in th …
2
votes
2answers
64 views

How to send multicast messages and reuse a port in Erlang?

I have gotten a good start on my program, my first REAL Erlang program. I have it listening for messages, reading them and parsing them. I also have it sending them. The one little …
1
vote
3answers
88 views

How do I build a DNS Query record in Erlang?

I am building a native Bonjour / Zeroconf library and need to build DNS query records to broadcast off to the other machines. I have tried looking thru the Erlang source code but a …
2
votes
1answer
80 views

Which Erlang implementation of OpenId should I use, if any?

I'd need an Erlang implementation of the OpenId protocol. I found the following, but it seems to be a project on its early stage. http://code.google.com/p/erlopenid/ Any hint or …
1
vote
1answer
70 views

Emacs 23 + Erlang + Distel

Where I can find current example of configuration and using Distel with Emacs 23 (on Mac Snow Leaoprd). I have problem with debugging (interpret mode), I cant mark brakepoint. If …
15
votes
12answers
1k views

Where is Erlang used and why?

I would like to know a list of the most common application/websites/solutions where Erlang is used, successfully or not. Explaining why it is used into a specific solution instead …

1 2 3 4 5 25 next
15 30 50 per page