Skip to content

Instantly share code, notes, and snippets.

@umegaya
Created December 2, 2012 01:54
Show Gist options
  • Save umegaya/4186516 to your computer and use it in GitHub Desktop.
Save umegaya/4186516 to your computer and use it in GitHub Desktop.
yue: brand-new server frame work for real time stateful network application with complex system

yue: brand-new server frame work for real time statefull network application with complex system

Agenda

  • Motivation
  • Problem
  • Approach
  • Feature
  • Implementation
  • Future

Motivation

  • What I want to make it better?

Problem

  • To make it better, what I need to solve?
  • MMO, real time statefull network application with complex system -- persistent connection --- re-connection --- notification -- complex system --- living database --- it changes itself by periodical calculation or external input

Approach

  • bad approach on 2010 -- try to solve big problem at once
  • approach on 2012 -- seperate problem into 2 --- solving problem of difficulty of
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment