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: 71,367 of 192,137
Downloads: 14,078

Daily

Ranking: 16,382 of 192,103
Downloads: 23

Depended by

RankDownloadsName
7,709562,573cpee

Depends on

RankDownloadsName
201,135,136,992rspec-expectations
211,135,078,514rspec-core
3,3194,218,321m
9,047391,771minitest-global_expectations

Owners

#GravatarHandle
1iconjeremyevans