mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
8687a035d7
This prevents the array from being dumped as a DRbObject so we can reduce
communication with the server.
In DRb, if `Marshal.dump` fails, `Marshal.dump` is executed again after
converting the object to `DRbObject`. This also possible to reduce the
execution of `Marshal.dump` by converting to a format that can be
marshalized in advance using `DRbObject`.
This is the same approach to Action Pack's parallel test. Ref:
|
||
---|---|---|
.. | ||
active_support | ||
active_support.rb |