Photon——Feature Overview 功能概述
Photon——Feature Overview 功能概述
Feature Overview 功能概述
Basic Architecture 基本架构
- The Photon Core is written in native C++ for performance reasons
- It uses IO Completions Ports (IOCP) for high performance socket handling
- Implements the heavy “lifting” of the protocols (e.g. reliable UDP)
- Support relaible UDP, TCP and Web Sockets
- The Core hosts a .NET CLR which runs the business logic in C#
- Contains the applications running on Photon
- Written in C# (or any other .NET language)
Server Applications (C#) 服务器应用程序
- We provide several applications as starting point provided in source C# code
- Lite: Simple and powerful room based game logic
- LiteLobby: Lobby functionality and room logic
- Policy: Policy server for Unity3d, Flash and Silverlight
- LoadBalancing: Load balanced lite scaling across servers (this is powering our Photon Cloud)
- The apps are tuned for performance and can be used out of the box or extended
- Convenient xcopy deploy (automatic or manual restart)
Protocols 协议层
- Photon Core supports the follwoing protocols
- reliable UDP (based on eNET) and specially tuned for Client-2-Server architectures
- Binary TCP
- Web Sockets
- Transfer protocol is very lean and slim
- Photon wraps up the networking layer of each client platform
- Communicate cross-platform and cross-protocol
- Put your data in hashtables and send it: forget about de-/serialization
Server Dev Framework (C#) 服务器Dev框架
- All apps sit on top of a development framework that solves common tasks for you
- Simple and flexible mapping of RPC calls to operation instances
- Messages passing through fibers solve many threading problems
- Designed to saturate bandwidth before the CPU becomes the bottleneck
Server Development Tools 服务器开发工具
- Fully running in Visual Studio » F5 » Debug right from your code!
- Use all the first class tools from .NET Development
Data Persistence (DBs) 数据持久层
- Photon does not provide an persistence layer
- .NET/Windows supports all major products
- Usage of ORM (mapping) layers optional
Vast Support of Client Platforms 支持的客户端平台
- All client platforms interoprate (iOS vs Android vs PC)
- Major client platforms supported 主要的客户端平台
- Unity3d: Inlcuding Web/Standalone (Win, MAC, Linux), iOS, Android (see here )
- MAC: iOS (iPad, iPhone), Mac OSX
- Marmalade: iOS, Android, Bada, LG, BlackBerry (see here )
- Flash & Air: Browser, Standalone, iOS, Android
- Windows 8, Windows 7, Vista, XP, Windows Server: Native & .NET
- Windows Phone 7+
- HTML5: Javascript
- Android: Java and native (NDK)
- .NET
- Mono(跨平台的.Net运行环境)
Hosting 托管
- Host Photon with any major provider
- PaaS: Platform as a Service
- IaaS: Infrastructure as a Service
- Selected providers 可选供应商
Support 支持
- Responsive support by Exit Games staff
- Customers get email support
- Forum support: http://forum.exitgames.com/
Photon——Feature Overview 功能概述的更多相关文章
- MicroRNA in Control of Gene Expression: An Overview of Nuclear Functions 微RNA控制基因表达:核功能概述
MicroRNA in Control of Gene Expression:An Overview of Nuclear Functions微RNA控制基因表达:核功能概述 抽象:小的非编码RNA( ...
- Unity Lighting - Lighting overview 照明概述
Lighting overview 照明概述 In order to calculate the shading of a 3D object, Unity needs to know the ...
- Power BI官方视频(1) Power BI Desktop 7月份更新功能概述
2016年7月,Power BI Desktop进行了一些功能更新,提高整体的用户体验.同时也有一些新的和令人兴奋的功能.看看大概介绍,更新功能要点: 本文原文地址:Power BI官方视频(1) P ...
- osgearth各个例子功能概述
osgearth各个例子功能概述 转自:http://blog.csdn.net/wl198302/article/details/21177309 最近在学习osgearth,对其还不是很理解,有些 ...
- SAP Business One SAP B1功能概述
SAP Business One SAP B1功能概述 SAP B One配有易于使用的软件界面,是一款全面的,多功能的业务管理解决方案,贵企业可以将其用作主要的企业资源(ERP)应用程序. 该解决方 ...
- Android(java)学习笔记102:Map集合功能概述
下面通过代码引入Map集合:如下 package cn.itcast_01; import java.util.HashMap; import java.util.Map; /* * 作为学生来说,是 ...
- Java基础知识强化之集合框架笔记51:Map集合之Map集合的功能概述与测试
1. Map集合的功能概述 (1)添加功能 V put(K key,V value):添加元素.这个其实还有另一个功能?先不告诉你,等会讲 如果键是第一次存储,就直接存储元素,返回null 如果键不是 ...
- Java基础知识强化之集合框架笔记16:List集合的特有功能概述和测试
1. List集合的特有功能概述: (1)添加功能: void add(int index, Object element):在指定位置添加元素 (2)获取功能: Object get(int ind ...
- Java基础知识强化之集合框架笔记03:Collection集合的功能概述
1. Collection功能概述:Collection是集合的顶层接口,它子体系有重复的,有唯一性,有有序的,无序的. (1)添加功能 boolean add(Object obj):添加一个元素 ...
随机推荐
- LeetCode (262):Nim Game
You are playing the following Nim Game with your friend: There is a heap of stones on the table, eac ...
- Base64编码原理
Base64编码之所以称为Base64,是因为其使用64个字符来对任意数据进行编码,同理有Base32.Base16编码.标准Base64编码使用的64个字符为: 这64个字符是各种字符编码(比如AS ...
- scala(一)方法&函数
写在前面 众所周知,scala一向宣称自己是面向函数的编程,(java表示不服,我是面向bean的编程!)那什么是函数? 在接触java的时候,有时候用函数来称呼某个method(实在找不出词了),有 ...
- POJ2739解题报告
2017-09-01 17:04:45 writer:pprp 一开始读错题了,总是想不到,其实不是很难,但是就是心理太着急了,反而浪费了很长时间 /* @param:poj2739 @writer: ...
- Python基础笔记系列十:模块
本系列教程供个人学习笔记使用,如果您要浏览可能需要其它编程语言基础(如C语言),why?因为我写得烂啊,只有我自己看得懂!! 模块 #1.类比于java中的jar包,模块能让你能够有逻辑地组织你的Py ...
- 一致性hash演示
看到点关于一致性hash的说明,觉得挺有意思,就想体验一下. 上代码看看,体会一下在一致性hash环境下的cache和获取. 因为是小代码演示,没有很细致,包括hash函数就是用取余操作,但活生生的显 ...
- 分享海量 iOS 及 Mac 开源项目和学习资料
UI 下拉刷新 EGOTableViewPullRefresh - 最早的下拉刷新控件. SVPullToRefresh - 下拉刷新控件. MJRefresh - 仅需一行代码就可以为UITable ...
- Windows Server 2008 R2网站访问PHP响应慢的解决方法
最近换了台新服务器,由于内存是8G的,所以就换了Windows Server 2008 R2 这款系统,虽然有点陌生,但是熟悉了一下感觉性能非常好,但是在配置完PHP环境之后却发现了问题,访问HTML ...
- [洛谷U62358]求导函数
U62358 求导函数 题面 给出一个n次函数\(f(x)=a_{n}x^{n}+a_{n-1}x^{n-1}+...+a_{1}x+a_0\)的各项系数\(a_n,a_{n-1}...a_1,a_0 ...
- java MongoDB查询(二)复杂查询
前言 在上篇<java MongoDB查询(一)简单查询>中我们简单了解了下查询,但是仅仅有那些查询是不够用的,还需要复杂的查询,这篇就这点进行叙述. 1.数据结构 集合:firstCol ...