由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
CS版 - 【急问个socket program的问题】
相关主题
请问大牛:如何得到当前系统中有哪些socket在运行?问一个google api的问题
Re: Re: Re: 申请成立MacDev(可口苹果)版-问个MP3 API 问题 (转载)弱问:API stub 是指什么呀? (转载)
都有什么free 的API 可以用啊?问问BSD
想系统学一门计算机语言,是学c呢,还是c++?各位大牛们救救小弟吧...
问个HTML DOM JavaScript相关的问题 (转载)推荐一下有关软件系统的书吧
CS专业的不懂C语言??用libxml2 API open xml file的问题
Any experience with berkerley database?wolfram alpha搜索很强啊
求助:想编一个读取笔记本电池当前电量的小程序,请问牛人:如何测量某个端口或者某个运行中的进程的网络流量?
相关话题的讨论汇总
话题: client话题: file话题: server话题: servers话题: 服务器
进入CS版参与讨论
1 (共1页)
l******y
发帖数: 204
1
希望能给点建议,本人EE学生修了们CS课,完全不会。请大家指点,好心给个网址参考
也行。谢谢!
最好还是用C/C++吧。
单用户-三服务器,所有服务器都是一模一样的。
用户随便选一个服务器写入,其他服务器也有一份copy。
用户随便选一个服务器读取,可读是显示‘successful’,否则‘failure’返回到用
户。
支持创建文件,在读写不存在文件时报错
1. Source code must be in the C /C++ /Java programming language.
2 Client-Server Models
Require the knowledge of thread and/or socket programming and its APIs.
Each process (server/client) is running on a single machine (netxx).Three
servers and a client to emulate a distributed file system. All of the
servers have a local copy of the same file. All replicas of a file are
consistent.
a. The client may send a ‘read from file’ REQUEST to any of the servers (
randomly selected). In this case, the server should reply with requested
content (if available).

b. The client may send a ‘write to file’ REQUEST to any of the servers (
randomly selected). The server must report a ‘successful’ message to the
client if all copies of the file, across the servers, are updated
consistently. Otherwise, the server must report a ‘failure’ message to the
client.
c. Support the creation of new files, writes to the end of files, reads and
writes at specific offsets from file beginning.
d. Can report an error if an attempt is made to read/write from/to a file
that does not exist at the requested server.
M**u
发帖数: 10158
2
不就是message passing么,这有什么难得

the
and

【在 l******y 的大作中提到】
: 希望能给点建议,本人EE学生修了们CS课,完全不会。请大家指点,好心给个网址参考
: 也行。谢谢!
: 最好还是用C/C++吧。
: 单用户-三服务器,所有服务器都是一模一样的。
: 用户随便选一个服务器写入,其他服务器也有一份copy。
: 用户随便选一个服务器读取,可读是显示‘successful’,否则‘failure’返回到用
: 户。
: 支持创建文件,在读写不存在文件时报错
: 1. Source code must be in the C /C++ /Java programming language.
: 2 Client-Server Models

1 (共1页)
进入CS版参与讨论
相关主题
请问牛人:如何测量某个端口或者某个运行中的进程的网络流量?问个HTML DOM JavaScript相关的问题 (转载)
IS "bing"'s API publicly available?CS专业的不懂C语言??
Does Google provide API or any way to retrieve search resulAny experience with berkerley database?
有什么可以将 doc, txt jpg, ppt转成 pdf 的包么?求助:想编一个读取笔记本电池当前电量的小程序,
请问大牛:如何得到当前系统中有哪些socket在运行?问一个google api的问题
Re: Re: Re: 申请成立MacDev(可口苹果)版-问个MP3 API 问题 (转载)弱问:API stub 是指什么呀? (转载)
都有什么free 的API 可以用啊?问问BSD
想系统学一门计算机语言,是学c呢,还是c++?各位大牛们救救小弟吧...
相关话题的讨论汇总
话题: client话题: file话题: server话题: servers话题: 服务器