Marek Habersack f0842083bc 2007-08-17 Marek Habersack <[email protected]> 18 tahun lalu
..
AggregateCacheDependencyTest.cs f0842083bc 2007-08-17 Marek Habersack <[email protected]> 18 tahun lalu
CacheCas.cs e0c4442fc4 2005-09-02 Sebastien Pouliot <[email protected]> 20 tahun lalu
CacheDependencyCas.cs c7ea63ea16 2005-09-13 Sebastien Pouliot <[email protected]> 20 tahun lalu
CacheStress.cs dbc851d8e7 updates 20 tahun lalu
ChangeLog f0842083bc 2007-08-17 Marek Habersack <[email protected]> 18 tahun lalu
Makefile dbc851d8e7 updates 20 tahun lalu
README dbc851d8e7 updates 20 tahun lalu

README

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