hbeanstalk: Client for the beanstalkd workqueue service.

[ bsd3, library, network ] [ Propose Tags ]

This is the hbeanstalk library. It provides a client interface to a beanstalkd server, allowing Haskell to be a producer and/or a consumer of work items. Let Haskell do your heavy lifting!


[Skip to Readme]

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1, 0.2, 0.2.1, 0.2.2, 0.2.3, 0.2.4
Dependencies attoparsec, base (>=4 && <5), blaze-builder (>=0.2.1.0), bytestring (>=0.9.1.7), containers (>=0.3.0.0), network (>=2.3) [details]
License BSD-3-Clause
Copyright Copyright (c) 2010, Greg Heartsfield
Author Greg Heartsfield <scsibug@imap.cc>
Maintainer Greg Heartsfield <scsibug@imap.cc>
Category Network
Home page http://github.com/scsibug/hbeanstalk/
Source repo head: git clone git://github.com/scsibug/hbeanstalk.git
Uploaded by GregHeartsfield at 2012-09-10T00:54:48Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 5388 total (15 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for hbeanstalk-0.2.4

[back to package description]

hbeanstalk

About

hbeanstalk is a Haskell client for the Beanstalk queue server, see http://kr.github.com/beanstalkd/.

Status

All commands in the beanstalk protocol from 1.4.6 have been implemented.

License

This software is provided under the BSD3 open source license, see the LICENSE file for more details.

Copyright (c) 2010 Greg Heartsfield