Sending objects via network

Options
Hi,

I would like to send complex objects (like meshes, panels, particles etc.) via network. And connection among many users. Would it be possible with your service?

Best Answer

Answers

  • Hi @Tomza,

    basically sending this kind of data is possible as long as those types are serializable either by default (default types like int, float are serializable) or if you register a Custom Type for them.

    However there are two limitation you should have in mind: the first is that there is a traffic limit which is 3 GB per CCU per month. The second is, that the server might disconnect a client, if he is sending too much data at once. This limit is around 128 kB.

    You can also think of using another service therefore, for example a database where you can set and get large data via Webrequests.
  • Tomza
    Options

    Hi @Tomza,

    basically sending this kind of data is possible as long as those types are serializable either by default (default types like int, float are serializable) or if you register a Custom Type for them.

    However there are two limitation you should have in mind: the first is that there is a traffic limit which is 3 GB per CCU per month. The second is, that the server might disconnect a client, if he is sending too much data at once. This limit is around 128 kB.

    You can also think of using another service therefore, for example a database where you can set and get large data via Webrequests.

    Don't you have such a service? We can buy such a special service.
  • Tomza
    Options
    We don't offer such services.

    Ok, thank you.