Skip to content

A simple project to demonstrate and understand the difference between a simple global state and a message based approach like MailBoxProcessor.

Notifications You must be signed in to change notification settings

min44/FlowFluder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FlowFluder

A simple project to demonstrate and understand the difference between a simple global state and a message based approach like MailBoxProcessor.

To get started:

dotnet run "agent"

or

dotnet run "simple"

Define amount of concurent threads, number of cycles and messages.

let numOfThreads  = 20
let numOfCycles   = 10
let numOfMessages = 50
let Interval      = 500

About

A simple project to demonstrate and understand the difference between a simple global state and a message based approach like MailBoxProcessor.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages