A versatile Ruby web spidering library that can spider a site, multiple domains, certain links or infinitely. Spidr is designed to be fast and easy to use.
Switch from using Ruby's net/http to using async-http. This would allow for easy connection pooling and concurrent requests, without the overhead of threads and mutexes.
Switch from using Ruby's
net/http
to using async-http. This would allow for easy connection pooling and concurrent requests, without the overhead of threads and mutexes.