登录
首页 » Unix_Linux » corosync-1.4.1.tar

corosync-1.4.1.tar

于 2014-01-30 发布 文件大小:707KB
0 178
下载积分: 1 下载次数: 3

代码说明:

  Corosync是OpenAIS发展到Wilson版本后衍生出来的开放性集群引擎工程。可以说Corosync是OpenAIS工程的一部分。OpenAIS从openais0.90开始独立成两部分,一个是Corosync;另一个是AIS标准接口Wilson。Corosync包含OpenAIS的核心框架用来对Wilson的标准接口的使用、管理。它为商用的或开源性的集群提供集群执行框架。Corosync执行高可用应用程序的通信组系统.(The Corosync Cluster Engine is a Group Communication System with additional features for implementing high availability within applications.)

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 批量嵌入COHESIVE单元_-_副本
    说明:  可以批量嵌入cohesiveelements,0厚度单元,abaqus使用(Embeddable cohesiveelements in batches, 0 thickness unit for abaqus use)
    2020-06-22 01:20:02下载
    积分:1
  • r300_compiler_tests
    null_auth.c implements the do-nothing auth algorithm.
    2015-09-22 13:06:23下载
    积分:1
  • uv_time
    There is one of these allocated per node.
    2015-06-24 09:53:06下载
    积分:1
  • socket
    说明:  linux 下简单的网络通信例子(包括客户端和服务端源文件)。(linux under the simple example of network communication (including client and server source file).)
    2008-09-14 11:41:28下载
    积分:1
  • 能够查询出每日,昨日,本周,本月星座的运势!~ 非常完美!~~...
    能够查询出每日,昨日,本周,本月星座的运势!~ 非常完美!~~ -to seek out daily, yesterday, this week, this month constellation of the evolving situation! ~ Perfect! ~ ~
    2022-03-12 14:30:25下载
    积分:1
  • [Visual.C_NET-HIGH-PROGRAM
    这是关于VC方面的网络编程资料,需要你仔细学习才能有效果,需要有一定的这方面的基础知识才可以(This is the information on the VC network programming aspects, you need to learn in order to have the effect carefully, you need to have some basic knowledge in this area can only be)
    2013-12-01 20:24:17下载
    积分:1
  • 该聊天序包括服务器和客户端两部分,使用是MFC的CSOCKET类。 它可以使多个人聊天,其工作方式类似于网上聊天室,可以在同一台机器上启动 多个...
    该聊天程序包括服务器和客户端两部分,使用是MFC的CSOCKET类。 它可以使多个人聊天,其工作方式类似于网上聊天室,可以在同一台机器上启动 多个客户端。 客户端可以选择谈话对象,有32种动作,可以设置字体颜色,也可以"悄悄"地对某人说,对信息进行过滤。 服务器端可以“踢“人,并可以防止用户名称的重复。 该聊天程序是我在两星期内仓促完成的,其只是大四学期的一个VC作业,里面有许多不完善和不如意的地方, 比如还可以添加类似于ICQ的图象列表,以及发送文件的功能等。 我认为理想的聊天程序应结合ICQ和网上聊天室的优点,如果是为网站开发,还应该接收和显示网站的信息。 如果你正在设计一聊天软件,希望该源程序对你有所帮助。如果你有什么好的建议或编程的心得,咱们不妨交流交流。 本人十二分地愿意与所有编程爱好者结为好友。
    2022-04-20 02:25:11下载
    积分:1
  • 6都是窗口平台下的网络实例,很多,它是很有意义的..
    全部都是VC++6.0平台下的windows网络编程例子,很多,很具有代表性!值得阅读学习!-VC 6.0 all the windows platform network programming examples, many, it is very representative. Worth reading!
    2022-03-18 02:30:59下载
    积分:1
  • q1
    说明:  Pokeface 题目描述 魔术师将一叠扑克顺次在桌上排成一行,初始全部正面朝上。随后,他每次挥一挥衣袖,都会翻转一连串的扑克,改变它们的正反朝向。从古代传下来的规矩,魔术师皆有师傅,他们要随时准备回答师傅的问题。问题形如:目前从第i张扑克牌到第j张扑克牌中,有几张正面朝上? 作为魔术师的助手,你被要求学习程序设计、算法与数据结构。现在,魔术师把这个问题交给了你,你需要编写一个程序,维护相应的数据结构来保存桌子上牌面的情况,同时对于师傅的每一个问题,你要用尽量快的速度计算出答案。 输入 第一行包含三个正整数n、p和q。n表示扑克牌的数量,p表示魔术师的挥一挥次数,q表示师傅的问话次数。 接下来共p+q行,每行包含一个操作,操作分为2种: H i j 魔术师挥一挥,改变了第i张牌到第j张牌的正反 Q i j 师傅问话:截至目前,第i张到第j张牌中有多少张正面朝上 操作中恰好包含p次H操作,q次Q操作,与第一行的p和q吻合。H操作和Q操作的范围均包含边界(即第i张和第j张牌)。 对于每个操作,输入保证1 ≤ i ≤ j ≤ n。 输出 对于每次Q操作,输出一行,包含一个整数,表示问题的答案。 提示:线段树(Pokeface Title Description The magician will stack poker table sequentially in a row, all the initial face-up. He then every wisp will flip a series of poker pros and cons of changing their orientation. The rules handed down ancient times, the master magician Jie, they be ready to answer the teacher s questions. Question of the form: Currently playing cards i to j-card poker, there are a few face-up? As a magician s assistant, you are required to learn programming, algorithms and data structures. Now, the magician put this question to you, you need to write a program to maintain appropriate data structure to hold the cards on the table face the situation, while the master for each question, and you want to use as quickly calculate the answer. Enter The first line contains three positive integers n, p and q. n represents the number of poker, p represents the wave of the magic number, q represents the number of master s questioning. Next, a total of p+ q rows, each containi)
    2015-01-18 15:02:14下载
    积分:1
  • MailManagement
    运行于Linux操作系统平台下的邮件收发系统,可以实现局域网内任意电脑之间的信息接收与发送。难点在于,要用Socket来实现客户机与服务器的通信,每个功能的实现,客户机需先给服务器发送一个对应请求,服务器应答之后,再由客户机将发送的邮件数据发给服务器,最后由服务器来发送和获取用户邮件。(Mail system running on the Linux operating system platform, you can achieve receive and send information between any computer within the LAN. The difficulty is to use Socket client and server communicate, each function is implemented, the client need to give the server sends a corresponding request to the server after a response, then the message data to be sent by the client to the server, and finally by the server to send and retrieve e-mail users.)
    2013-12-29 20:09:01下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载