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: 98,799 of 188,757
Downloads: 8,260

Daily

Ranking: 15,187 of 188,742
Downloads: 26

Depended by

RankDownloadsName
7,594546,583cpee

Depends on

RankDownloadsName
181,097,019,518rspec-expectations
191,095,998,648rspec-core
3,3223,928,724m
9,054368,661minitest-global_expectations

Owners

#GravatarHandle
1iconjeremyevans