I\'m trying to understand what\'s happening here: I have a supervisor that is cyclically restarting one client without triggering the MaxR, MaxT mechanism.The client just crashes slowly enough never
What I am trying to solve: have an Erlang TCP server that listens on a specific port (the code should reside in some kind of external facing interface/API) and each incoming co开发者_开发技巧nnection
When a particular message is received by my gen_event manager process, I want it to stop after all handlers have handled it and before they get and handle any other events. The only way I could find i
If I have the following binary: <<\"GET http://www.google.com HTTP/1.1\">>, how can I split it up so that I can retrieve only the host (http://www.google.com) ?
How can I define lists:append function with list comprehension? I want something li开发者_Go百科ke
The erlang shell truncates long terms, for example: 6> lists:seq(1,1000). [1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,
I was wondering if it is somehow possible to modify Python code live, while keeping all state of instantiated objects and methods, like I think is possible in Lisp or Erlang (*) ?
Given a matrix like below, transform it, say, 90 degrees into the second matrix below. How would 开发者_运维百科you go about doing this in the cleanest way possible? Short/succinct/clear solutions whe
Let\'s say I have开发者_Go百科 this code here: do_recv_loop(State) -> receive {do,Stuff} -> case Stuff of
I need get all registered process. I input register(). a mnesia_event,kernel_safe_sup,mnesia_monitor,mnesia_snmp_sup,