Skip to main content
Tweeted twitter.com/#!/StackGameDev/status/202265767465582592
edited tags
Link
Tetrad
  • 30.1k
  • 12
  • 96
  • 143
Source Link
jmasterx
  • 2.1k
  • 3
  • 26
  • 44

Stress testing a game server without users?

I'm working on a card game and its server. There will be a lobby with many tables and many players. The only issue is, how can I see how it might handle 100's of concurrent users without hundreds of concurrent users?

How is this sort of thing usually done?