I\'m looking to internationalize strings in an Erlang web开发者_运维百科 app. I came across Gettext on trapexit. Any other suggestions as to how to externalize strings in an Erlang app?gettext has bee
I started off this morning trying to work out what the \'when\' statem开发者_StackOverflow社区ent is used for in erlang. I know the below example is wrong:
开发者_开发问答 It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form.
I\'ve tried to add support for 64-bit integers to my fork of Erlang SQLite 3 wrapper (since that\'s the main integer type used by SQLite 3). While it looked very simple, I\'ve run into a problem.
Context: I have a system that will need to support 20,000 connected chat users spread over 100 chat rooms. During performance testing I\'ve found that I can get up to 6,000 connected users on a single
What happens when the process which owns a spawned port dies and is restarted by the supervisor? 开发者_运维问答
I have an ftp://host/path URL and want to download the file and resume download if conn开发者_JS百科ection is lost in Erlang.
Can I test on a computer with a single core erlang programs for four or more cores? When starting without using any parameter erlang smp assumes 2:2 like this:
I\'m trying to come up with the correct url-encoded info hash to send to the tracker in order to get the peers list.
How can I profile a linked-in port driver? OTP tools (fprof, etc.) apparently only profile Erlang code, and I don\'t have a C executable file to feed t开发者_C百科o gprof.Can\'t you just profile the e