Skip to content

An app that computes Fibonacci recursively and burns a large amount of CPU time

License

Notifications You must be signed in to change notification settings

cloudfoundry-samples/fib-cpu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fib-cpu

To launch in single-core mode, simply cf push with the default start command.

To use unicorn and take advantage of up to 4 cores, push with start command 'bundle exec unicorn -c unicorn.rb -p $PORT'

About

An app that computes Fibonacci recursively and burns a large amount of CPU time

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages