Stress Test

  • Thread starter Thread starter Johann
  • Start date Start date
J

Johann

Hi All,

I have a client program on a PocketPC written in C# that communicates with a
Server application written in C#, Is there a way to stress test the Server?
(to simulate multiple PocketPC devices accesing the server)

One way is to create multiple instance of the PocketPC emulator on my
Desktop and let it run the program. I could create multiple instance of the
Pocket PC, but it uses the orginal image (doesn't contain my program). So
how do I get all the instance to run the program? I could use the last VMID
that I saved (thanks goes to Alex) but, I could only run a single instance
of that image.

Johann
 
If all your PocketPC application does is calling Web
Services, ASP.NET applications or a database, then the
best stress test would be to write a multi-threaded
console app that simulates multiple PocketPC clients.
Aleksey Nudelman,
http://csharpcomputing.com
 
Back
Top