Alexander Köplinger 98cf04084a [bcl] Remove NET_4_0 defines from class libs 10 лет назад
..
CacheItemPriorityQueueTestData c00c5d00fd [asp.net] CacheItemPriorityQueueTest improvements 14 лет назад
AggregateCacheDependencyTest.cs 746650d1b9 [bcl] Remove more NET_2_0 checks from class libs 11 лет назад
CacheCas.cs e0c4442fc4 2005-09-02 Sebastien Pouliot <[email protected]> 20 лет назад
CacheDependencyCas.cs d4d7374efc [bcl] Remove ONLY_1_1 defines from class libs 11 лет назад
CacheItemPriorityQueueTest.cs c00c5d00fd [asp.net] CacheItemPriorityQueueTest improvements 14 лет назад
CacheItemPriorityQueueTestSupport.cs c00c5d00fd [asp.net] CacheItemPriorityQueueTest improvements 14 лет назад
CacheItemPriorityQueueTest_generated.cs c00c5d00fd [asp.net] CacheItemPriorityQueueTest improvements 14 лет назад
CacheStress.cs dbc851d8e7 updates 20 лет назад
ChangeLog 73c3bfba56 2010-02-03 Marek Habersack <[email protected]> 16 лет назад
FileResponseElementTest.cs 98cf04084a [bcl] Remove NET_4_0 defines from class libs 10 лет назад
HeaderElementTest.cs 98cf04084a [bcl] Remove NET_4_0 defines from class libs 10 лет назад
Makefile dbc851d8e7 updates 20 лет назад
MemoryResponseElementTest.cs 98cf04084a [bcl] Remove NET_4_0 defines from class libs 10 лет назад
OutputCacheTest.cs aedaab80da [System.Web] Update encoded profile name 10 лет назад
README dbc851d8e7 updates 20 лет назад
SqlCacheDependencyTest.cs 98cf04084a [bcl] Remove NET_4_0 defines from class libs 10 лет назад
SubstitutionResponseElementTest.cs 98cf04084a [bcl] Remove NET_4_0 defines from class libs 10 лет назад

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.