Massive sending packets

Discussion in 'Plugin Development' started by BeYkeRYkt, Apr 27, 2014.

Thread Status:
Not open for further replies.
  1. Offline

    BeYkeRYkt

    Is it possible to send massive packets without loss TPS? If it is possible how?
     
  2. BeYkeRYkt "massive" is far too specific, can you be a little more general please?
     
    BillyGalbreath likes this.
  3. Offline

    BeYkeRYkt

    AdamQpzm
    Sending multiple packets at once
     
  4. BeYkeRYkt There's not really a "send it like this rather than like that" type of answer I can give you.

    Whether the sending of packets affects the server performance depends on how many packets you're sending in what space of time. For example, if you send millions of packets every tick you're not going to make a noticeable dent to the performance loss no matter how you try to optimise it. Similarly, there's no reason sending 1 packet every hour should affect performance.

    So the only advice I can give you is to try either sending less packets, or sending them less often (spreading them out works too)
     
Thread Status:
Not open for further replies.

Share This Page