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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top