码迷,mamicode.com
首页 >  
搜索关键字:erlang 目标系统 打包升级    ( 2051个结果
Erlang--OTP--Supervisor
一、概念: ????????Supervisor: 监控树 二、作用: ????????用于监控其它的进程是否正常运行 三、定义监控树的行为和被监控的进程: ????????1、整个监控树的重启策略:(如果一个进程停...
分类:其他好文   时间:2014-11-13 11:05:40    阅读次数:140
centos和ubuntu服务器Bash漏洞修复方法
日前Linux官方内置Bash中新发现一个非常严重安全漏洞,黑客可以利用该 Bash漏洞完全控制目标系统并发起攻击,为了避免您Linux服务器受影响,建议您尽快完成漏洞修补。 以下是小编为大家附上最常用的Linux内核之 centos和ubuntu服务器修复Bash漏洞终极修复方法。可以学习L002...
分类:系统相关   时间:2014-11-11 14:03:56    阅读次数:219
[Erlang_Question26]怎么通过beam文件得到所有的record或源代码?
怎么通过beam文件得到所有的record或源代码?1. 首先必须要在compile里面加上debug_info信息:1 > c(load,[debug_info]). {ok,load}2> beam_lib:chunks(code:wh...
分类:其他好文   时间:2014-11-11 00:42:46    阅读次数:426
对流式计算模型的理解
对流式模型的理解: 以鼠标移动拖拽为例,在原来的回调函数模型中,拖拽的动作被分散到mousedown/mousemove/mouseup等琐碎的处理中, 其中很多与拖拽本身无关的处理; 而在流式模型,只需要关心拖拽本身的处理逻辑。 在erlang中流式模型是基于进程实现,那在C语言中如何实现?...
分类:其他好文   时间:2014-11-09 23:53:55    阅读次数:239
[Erlang危机](4.3)SSH守护进程
原创文章,转载请注明出处:服务器非业余研究http://blog.csdn.net/erlib 作者Sunface联系邮箱:cto@188.comSSH DaemonErlang/OTP comes shipped with an SSH implementation that can both act as a server and a client. Part of it is a demo...
分类:系统相关   时间:2014-11-09 11:21:37    阅读次数:306
[Erlang危机](4.4)命名管道
Named Pipes命名管道(Named Pipes)A little known way to connect with an Erlang node that requires no explicit distribution is through named pipes. This can be done by starting Erlang with run_erl, which wra...
分类:其他好文   时间:2014-11-09 11:19:15    阅读次数:239
[Erlang危机](4.2)Remsh
RemshThere’s a mechanism entirely similar to the one available through the JCL mode, although invoked in a different manner. The entire JCL mode sequence can by bypassed by starting the shell as follo...
分类:其他好文   时间:2014-11-09 11:19:02    阅读次数:186
[Erlang危机](4.0)连接远程节点
连接到远程节点Interacting with a running server program is traditionally done in one of two ways. One is to do it through an interactive shell kept available by using a screen or tmux session that runs in th...
分类:其他好文   时间:2014-11-09 09:56:37    阅读次数:127
Php与Erlang的Socket通信
??一般来说网络通讯常用的方式有2种:文本通讯和二进制通讯。php与erlang之间实现文本通讯比较简单,这里就不做讨论,本文主要讨论的是php与erlang实现二进制通讯的实现方法。实现步骤如下:erlang端代码:-module(server). -export([start/0]). -define( UINT, 32/unsigned-little-integer). -define(...
分类:Web程序   时间:2014-11-07 13:09:12    阅读次数:218
[Erlang危机](2.1)项目结构
??原创文章,转载请注明出处:服务器非业余研究http://blog.csdn.net/erlib 作者SunfaceProject StructureThe structures of OTP applications and of OTP releases are different. An OTP application can be expected to have one top-le...
分类:其他好文   时间:2014-11-06 22:02:12    阅读次数:325
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!