hi,
whats the best way to implement 100 clients talking with server, ( computers, not phones ) ?
max load will be 1 per second from all of them.
maybe there is an example program somewhere ?
Do you have control over the clients' code? If you can have them use HTTP, Erel has shown that the jServer library scales quite well even on modest hardware: https://www.b4x.com/android/forum/threads/server-performance-measures.37502/#content . On that same page, in the Similar Threads section, you'll find a bunch of tutorials on how to use jServer.
Hi
I use Xampp/RDC , right now there are about 25+ PC / 15+ tablets (not 100) writing and reading to a mysql database every minute, this setup works now for 2years
in production.