Categories: None [Edit]

by

https://rubygems.org/gems/by
https://github.com/jeremyevans/by
by is a library preloader for ruby designed to speed up process startup. It uses a client/server approach, where the server loads the libraries and listens on a UNIX socket, and the client connects to that socket to run processes. For each client connection, the server forks a worker process, which uses the current directory, stdin, stdout, stderr, and environment of the client process. The worker process then processes the arguments provided by the client. The client process waits until the worker process closes the socket, which the worker process attempts to do right before it exits.

Total

Ranking: 136,512 of 187,239
Downloads: 4,337

Daily

Ranking: 11,895 of 187,224
Downloads: 52

Depended by

RankDownloadsName
7,498535,916cpee

Depends on

RankDownloadsName
171,069,240,303rspec-expectations
181,067,325,014rspec-core
3,3243,774,567m
9,071350,131minitest-global_expectations

Owners

#GravatarHandle
1iconjeremyevans