erlang
PHP synchronization
I\'m unsure of the best solution for this but this is what I\'ve done. I\'m using PHP to look into a directory that contains zip files.[详细]
2023-04-04 05:16 分类:问答Call to i:im() in application debugger failed in ejabberd
I\'m trying to debug ejabberd. I have compiled the files with debug_info. I start ejabberd, then use ejabberd debug to get into the shell. Once in there, running im() produces \"Call to i:im() in appl[详细]
2023-04-04 04:52 分类:问答Messages using gen_tcp:send doesn't get sent until the socket is closed
I want to write a simple client that sends a message to a server and receives a response. I\'ve got a server that broadcasts the same message to all connected clients and its working when I\'m testing[详细]
2023-04-04 02:39 分类:问答Benefit from concurrent programming (-languages)? [closed]
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a[详细]
2023-04-03 21:11 分类:问答Retrieving the time() as a HH:MM:SS string
I\'m learning Erlang and I was asking myself what is the best way to turn the time() output into a formatted time string (HH:MM:SS).[详细]
2023-04-03 10:36 分类:问答Erlang custom httpd module - how to send custom HTTP headers and Content-Type
I\'m implementing a custom module for Erlang\'s httpd (inets) server. I can successfully respond with HTML content with the following implementation of do method:[详细]
2023-04-03 06:25 分类:问答Erlang pattern matching of a list of records on receive
I\'m trying to create a generic receive for a part of my app that requires to wait for several updates at different times.[详细]
2023-04-03 06:06 分类:问答Building a commercial system: Pure Erlang or Erlang/OTP?
I am about to build a system with Erlang (my problem can be solved better with multiple CPUs) and I have skimmed through:[详细]
2023-04-03 00:10 分类:问答Indenting code by bracket column index in Vim?
I\'m using Vim to edit Erlang code. I\'m used to (most Erlang programmers do this) to indent Erlang code by the bracket scope they\'re in. For example,开发者_如何学运维 C is often indented one tab wid[详细]
2023-04-02 20:51 分类:问答lhttpc client error
I tried lhttpc client and got strange error: 7> lhttpc:request(\"https://money.yandex.ru\",head,[],infinity).[详细]
2023-04-02 17:51 分类:问答