This is a creation in
Article, where the information may have evolved or changed.
Xu Xiwei: Let's start by introducing Ecug, starting in 07, the first in the Pearl River Delta Zhuhai, Guangzhou, Shenzhen, in the Pearl River Delta, the first is the community of Erlang. About 10 when the name changed to real aging cloud computing Group, the earliest time is not limited to Erlang, but there will be a variety o
Recently, I started to access Erlang, which is deeply attracted by it. Of course, I have to have an environment for learning. I have installed the Erlang development environment without hesitation.
The installation is very simple. Download The Source Code directly. The traditional three-step installation:
./configure./makesudo make install
The installation is su
I encountered some trouble when installing the configuration, it is hereby recorded as follows: Environmental Database Server Operating System: Windows2003 Database: OracleDatabase10gEnterpriseEditionRelease10.2.0.1.0erlang running server operating system: Redhat5.3erlang: ErlangR14B03 (erts-5.8.4) Note
I encountered some trouble when installing the configuration. Here I will record the following: Environment Database Server Operating System: Windows 2003 Database: Oracle Database 10g Enterprise
Rebar is a follow ERLANG/OTP principle Erlang Project builder, using it to reduce the build standard ERLANG/OTP Project architecture configuration, and can be easily compiled, tested, published Span style= "font-family:arial; Background-color:white; " > Erlang application. More powerful, rebar Provide
Tags: Bubuko org unix virtual username Miss TST Use uploadInstall Erlang and RABBITMQ on Linux under Installation Erlang
Download Erlang installation packageHttp://erlang.org/download/otp_src_20.3.tar.gz
Upload to the server TMP directory and go to the TMP direc
Friends in the blog Park, this time they have another chance to let you know Erlang, a good language. Please keep up with me and buy an Erlang book, or download an ebook and start the Erlang world. This is a new journey. Let's take a look at mochiweb, a good HTTP server.
The title is changed to the source code for read
Have you seen the famous "Apache vs. Yaws" picture? Are you thinking that you should use the yaws too? The first impression of these figures is that Yaws has an incredibly big advantage in scalability, which can scale to 80,000 parallel connections, and Apache cannot continue to support it with only 4,000 connections. There is a clear divergence in the response to these graphs, a voice that says "These graphs are unlikely to be accurate" or "they must not be properly configured for Apache"; the
This is a creation in
Article, where the information may have evolved or changed.
Erlang is now being vigorously promoted within the system. However, it is regrettable that the implementation of Erlang before the language itself is not in-depth argumentation and research, but by the core staff wrote a simple can not be a simple demo, in the project with an open-source E
1. Download Erlang r16b02 Source Pack
Http://www.erlang.org/download/otp_src_R16B02.tar.gz
2. Because Java is needed in the process of compiling Erlang, the JDK is installed and the corresponding environment variables are configured, using the Jdk-6u45-linux-x64.bin
wget--no-cookies--header "cookie:gpw_e24=http%3a%2f%2
Erlang is mainly used for writing servers. The GUI is not very important, or even not necessary. However, to improve learning interest, you need to write some guis, so I tried wxerlang on XP. 1, download open web page: http://apps.sourceforge.net/mediawiki/wxerlang/index.php? Title = main_page find the link downloads: http://sourceforge.net/project/showfiles.php? Group_id = 151173
Reprinted: http://www.cnblogs.com/cobbliu/archive/2012/03/10/2388556.html
Erlang is definitely a niche language, but its future development prospects are incalculable because it can solve the difficult problem of parallel computing in traditional languages. Erlang is a function type (a variable can only be assigned once), a strong type, and a dynamic type (the variable type is determined at runtime and ca
Original article: Erlang process heap garbage collection mechanism
By http://blog.csdn.net/mycwq
Each Erlang process is created with its own PCB, stack, and private stack. Erlang does not know the scenario in which the process he created will be used, so the memory allocated at the beginning is relatively small. If the allocated space is insufficient,
Tuples are the composite data types used to store a group of data elements. The data elements must be Erlang data types, the tuples are defined using closed curly braces {}, and the elements in them are separated by commas.
Example: 1> {1, 2, 3 }.
2> {1, {2, 3}, 4 }.
3> {1, [2, 3], 4 }.
4> {1, "23", 4 }.
The BIFS function of tuple:
Erlang: tuple_size (tuple)-> length. Length of tuple
Http://blog.csdn.net/mycwq Each Erlang process will have its own PCB, stack, and private heap after it is created. Erlang does not know which situation the process he creates will be used, so the memory allocated at the beginning is relatively small. If there is not enough space allocated, Erlang GC dynamically adjusts the heap size to meet demand, and if the all
This article describes how to set the Erlang environment of Emacs and how to use common shortcut keys.
1. Download and install Emacs
The http://ftp.gnu.org/gnu/windows/emacs/ has an EXE file download at the bottom of the page.
2. Configure the Erlang plug-in
If Erlang
This is a creation in
Article, where the information may have evolved or changed.
From http://zhang.hu/go-vs-erlang/
Go vs Erlang
Because of the high concurrency and low latency requirements of the system, we have done a lot of research and comparison work on various languages and platforms. This naturally includes Go and Erlang, which are dedicated to developing
I read a really, really interesting article on memory management for the Erlang VM. It is written as a thesis by Jesper Wilhelmsson I thought it might is nice to discuss the differences between Erlang ' s memory setup and Oracle ' Java VM.
As a real short introduction for those who have never heard of Erlang; It is a functional language this uses asynchronous m
processing speed of the process and shows a high CPU usage. In addition, large-capacity mailbox processes will also lag those processes that send messages to it (because Erlang runtime can be processed in a timely manner to enable large-capacity mailbox processes, it will take the initiative to slow down the processes that send messages to the process) But discarding these messages will make debugging difficult. Therefore, it is best to ensure that t
For the installation of RABBITMQ, I also really wasted some effort, version download a lot, but there are compile problems, compile does not pass, error can not find the cause of errors, even error is * * * such existence.Other dependencies that I have not tested because I exist in the environment: Python,simplejson, installingBetween RABBITMQ is dependent on the Erlang language.Erlang installation is more
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.