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: 48,151 of 196,619
Downloads: 25,521

Daily

Ranking: 7,235 of 196,594
Downloads: 240

Depended by

RankDownloadsName
7,914599,828cpee
193,626479ready

Depends on

RankDownloadsName
201,199,955,860rspec-core
211,199,399,746rspec-expectations
3,3314,588,888m
8,829465,893minitest-global_expectations

Owners

#GravatarHandle
1iconjeremyevans