orz-l

[login]

Date

Tag

Read

Comment

What Is a Media Server?---FMS Server是什么

2011-07-13 15:35:43 [FMS]
FMS3 is an open socket server.
The key difference between open socket servers and Web servers is that as soon as you receive information from a Web server, the connection is broken.
It may look as if you're still connected to the Web server, especially with a Flash page that's animating materials. However, that's not the way it works.
If you open a Web page, the Web server sends you the page along with all associated graphics, text, and other media; and your computer sends a message back that says, "Got it!" (or something to that effect), and the connection closes.
With an open socket server, the connection stays open until you quit the application or trigger an event that cuts the connection.
Because the connection remains open, you can stream audio, video, text, and any other media available on the Internet, in real time.
You just can't do that with a regular Web server because it has an entirely different architecture.

FMS3是一个开放端口server。
开放端口server 和 web server的主要区别是,
web server 一旦收到了来自服务器的数据,连接就关闭了。
web server 能使其看起来好像你仍连着web网络,特别是有模拟动画的页面。
然而,它并不是这么工作的。
如果你打开个web 页面,
web server 把相关的图像,文本,或者其他东西一块发给你,然后你的电脑返回一条信息“收到!”(或者类似的),然后 连接就关闭了。
但是开放端口的server,连接是一直开启的,除非你退出程序,或者触发了切断连接的事件。
由于连接是一直开启着的,你可以实时流传输音频,视频,文本,或者各种可以在Internet上传输的媒体。
你不能用一般的 web server 来做这些, 他们俩是完全不同的架构。

Comments

no comments

New comment


All by huayun321