README 592 B

12345678910
  1. The CacheStress.cs test is a standalone test that should be compiled and run
  2. as a console application.
  3. In normal mode the test prints every 10 seconds the number of transactions it
  4. committed.
  5. In case of an exception the test prints the exception and continues. In case
  6. of a deadlock the transaction count will remain constant.
  7. Note that the test does not run in .Net on Windows since the System.Web.Caching
  8. of .Net cannot be used from a console application. Mono's implementation does
  9. not currently have this dependency. When (and if) it does this test should
  10. be made into a Web application.