Photon Server side + MySQL

Options
Fratyr
edited June 2012 in Photon Server
Is there any tutorial on how to make Photon work with MySQL?

I'm not using PUN, just a pure native Photon API, I can do it both - direct localhost connection or via PHP Layer.

The question is, what is better in terms of performance and security and how do I do that?
Any MySQL connectors/DB Layers that already exists?

Comments

  • dreamora
    Options
    There are no persistency extensions available to my knowledge, neither file / memory layers nor database layers.
    Same goes for tutorials on the matter, likely cause its a game specific thing on how you integrate it and what you do how and where (with a pun alike structure you would potentially expose operations that allow the master client to request data securely from db while a normal game would potentially request and handle all the data straight on the photon layer etc)