New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

lwac

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lwac

  • 0.2.0
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

LWAC Downloader

The system comprises two parts: a server which manages sample consistency and data storage, and a client which makes requests to remote resources and reports the results.

Clients and servers are not persistently connected during this process: a client will connect to a server, receive a job, disconnect, execute it, then reconnect to return the results. Multiple clients thus compete for the single connection, and compete to consume links from the server. Clients are expected to return to a server repeatedly until told to wait. They will then back off until more work is available.

Time is not necessarily expected to be synchronised between server and client, but we recommend the use of NTP to esure that times reported in the results of clients are reliable.

Dependencies

The client and server components have slightly different dependencies: the client need not perform any database lookups or complex storage operations, but it must be capable of performing HTTP and FTP requests.

Common dependencies

  • Ruby 1.9.1+ (String#encode is required)
  • simplerpc

Client

  • cURL Ruby bindings (gem install -r curb)
  • The 'gethostname' syscall

Server

  • SQLite3 and Ruby bindings (gem install -r sqlite3)

Configuring

Please see the user documentation at docs/User for more information, as well as the sample documentation in configs/

FAQs

Package last updated on 21 Jul 2013

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc