Categories: None [Edit]
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: 175,985 of 183,471
Downloads: 1,393
Daily
Ranking: 41,086 of 183,459
Downloads: 1
Downloads Trends
Ranking Trends
Num of Versions Trends
Popular Versions (Major)
Popular Versions (Major.Minor)
Depended by
Rank | Downloads | Name |
---|
Depends on
Rank | Downloads | Name |
---|---|---|
13 | 952,335,563 | rspec-expectations |
14 | 948,993,291 | rspec-core |
3,263 | 3,260,295 | m |
14,238 | 125,321 | minitest-global_expectations |
Owners
# | Gravatar | Handle |
---|---|---|
1 | jeremyevans |