New issue 19 by bang...@gmail.com: SyphonServer probably doesn't need to
check FBO status every frame
http://code.google.com/p/syphon-framework/issues/detail?id=19
Currently servers check FBO status every time a frame is published. This is
a possible performance issue. We could check status once when we create the
FBO and assume it will work after that.