B4J Question Performance question : jServer Vs jNetwork

TelKel81

Active Member
Licensed User
Which server would be the best at receiving/sending ~10kb messages from/to ~100 different sources every second ?
Essentially I'm looking for the best ping.
 

EnriqueGonzalez

Well-Known Member
Licensed User
Longtime User
None of those will give you ping improvements because ping depends on your network. if what you want is less overhead then use Jnetwork and UDP (expect only negible performance improvements)

if you want a lightweight protocol with very small footprint try mqtt.
 
Upvote 0
Top