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: 155,251 of 186,698
Downloads: 3,363
Daily
Ranking: 61,378 of 186,685
Downloads: 6
Downloads Trends
Ranking Trends
Num of Versions Trends
Popular Versions (Major)
Popular Versions (Major.Minor)
Depended by
Rank | Downloads | Name |
---|---|---|
7,452 | 531,442 | cpee |
Depends on
Rank | Downloads | Name |
---|---|---|
15 | 1,054,485,994 | rspec-expectations |
17 | 1,052,381,120 | rspec-core |
3,316 | 3,702,442 | m |
9,053 | 343,182 | minitest-global_expectations |
Owners
# | Gravatar | Handle |
---|---|---|
1 | jeremyevans |