I hereby claim:
- I am rosa on github.
- I am rosapolis (https://keybase.io/rosapolis) on keybase.
- I have a public key ASDQg5jnEeIPCR8Gaa-cbWTV25iEZet4SiLzLwQRrn6ZFAo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
L1 cache reference ......................... 0.5 ns
Branch mispredict ............................ 5 ns
L2 cache reference ........................... 7 ns
Mutex lock/unlock ........................... 25 ns
Main memory reference ...................... 100 ns
Compress 1K bytes with Zippy ............. 3,000 ns = 3 µs
Send 2K bytes over 1 Gbps network ....... 20,000 ns = 20 µs
SSD random read ........................ 150,000 ns = 150 µs
Read 1 MB sequentially from memory ..... 250,000 ns = 250 µs
# A plugin you can use if you want to run the Solid Queue's supervisor together with Puma and have Puma monitor | |
# and manage it. You just need to copy the plugin to lib/puma/plugin/solid_queue.rb and then add | |
# plugin :solid_queue | |
# to your `puma.rb` configuration. | |
# | |
# By default, the Puma plugin will fork additional processes for each worker and dispatcher so that they run in | |
# different processes. This provides the best isolation and performance, but can have additional memory usage. | |
# Alternatively, workers and dispatchers can be run within the same Puma process(s). To do so just | |
# configure the plugin as: | |
# |