how does photon core work?

hi,i have some question about photon.
1-is photon core that photonsocketserver.exe???
2-what is photonsocketserver.exe for?
3-how does photon handle the business logic in c#,caus the photon core is written in c/c++.

Comments

  • does photon use somthing like memory mapping?
  • because the business logic that is written in c# is a DLL,like loadbalancing.so does photon use DllImport for reading C# funcitions?
  • hmmmm.i think photon control business logic with CLR.
  • Hi, @Aidin0181
    > 1-is photon core that photonsocketserver.exe???
    yes
    >2-what is photonsocketserver.exe for?
    it manages all connections and communications

    >3-how does photon handle the business logic in c#,caus the photon core is written in c/c++.
    using COM interfaces

    >does photon use somthing like memory mapping?
    no

    best,
    ilya