Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 478 Bytes

README.md

File metadata and controls

32 lines (25 loc) · 478 Bytes

HelloReentrant

Concurrently calls the Grain.

Server

cd HelloReentrant.Host
dotnet run

Client

cd HelloReentrant.Client
dotnet run

Results

Interleaving Test 1.
Running SaySlow(), It will 10s.
Elapsed seconds: 10.0113629
Running SayFast(), It will 5s.
Elapsed seconds: 5.0058324999999995

Interleaving Test 2.
Running SaySlow(), It will 10s.
Elapsed seconds: 5.006541299999999
Running SayFast(), It will 5s.
Elapsed seconds: 5.0071612