Mike Perham

Results 387 comments of Mike Perham
trafficstars

Without the PR: ``` 2021-11-07 00:55:00 -0700 2021-11-07 00:56:00 -0700 2021-11-07 00:57:00 -0700 2021-11-07 00:58:00 -0700 2021-11-07 00:59:00 -0700 2021-11-07 01:00:00 -0800 2021-11-07 01:01:00 -0800 2021-11-07 01:02:00 -0800 2021-11-07 01:03:00...

Sidekiq Enterprise has a multi-process feature and while I'm not willing to open source that feature, I can confirm that this script is ~75% of the functionality. Ruby provides `Etc.nprocessors`...

Thanks! The Ruby gem provides the best and easiest reference for batch clients in other languages. The `Faktory::Batch` object represents a Batch: https://github.com/contribsys/faktory_worker_ruby/blob/master/lib/faktory/batch.rb and the `BATCH` protocol operations are implemented...

Refactor the operation which requires a large stack to run in a separate thread and then block on thread.value. On 18 Apr 2012, at 17:43, [email protected] wrote: > My rails...

@byroot is this something you would be interested in providing in hiredis-client?

What about `alias_method :to_s!, :target!`? At least that will trigger recognition in the mind of the developer.

Or maybe not an alias but the method I gave above.

Because it jogs the memory when reading the documentation. When looking through the methods on the object, `target!` looks like another XML declaration whereas `to_s!` would make me investigate that...

to_s doesn't work either: ``` NoMethodError: undefined method `initialized?' for # ```