Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Basic pool #36

Open
wants to merge 18 commits into
base: master
Choose a base branch
from
Open

Basic pool #36

wants to merge 18 commits into from

Commits on May 9, 2013

  1. Created a Pool-class with the most important methods.

    Exception handling not robust everywhere.
    Doerge committed May 9, 2013
    Configuration menu
    Copy the full SHA
    358899d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ca2cf16 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b4fb07f View commit details
    Browse the repository at this point in the history

Commits on May 13, 2013

  1. Configuration menu
    Copy the full SHA
    e6cb46a View commit details
    Browse the repository at this point in the history

Commits on May 17, 2013

  1. Configuration menu
    Copy the full SHA
    a215700 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2013

  1. Changed return value of _send_to_all to [(conn,result),...]

    This is useful e.g. when using pool.stats() so one can connect to the
    corresponding instance.
    Doerge committed May 31, 2013
    Configuration menu
    Copy the full SHA
    cb52788 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2013

  1. Configuration menu
    Copy the full SHA
    0921968 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'pool' of git://github.com/Doerge/beanstalkc into pool

    Conflicts:
    	beanstalkc.py
    Doerge committed Jun 22, 2013
    Configuration menu
    Copy the full SHA
    f3e3f1d View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2013

  1. Configuration menu
    Copy the full SHA
    c79df34 View commit details
    Browse the repository at this point in the history
  2. Fixed tubes-pool-method.

    Doerge committed Jun 24, 2013
    Configuration menu
    Copy the full SHA
    519a63a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    28aeb2c View commit details
    Browse the repository at this point in the history
  4. Bumped the version-number.

    Doerge committed Jun 24, 2013
    Configuration menu
    Copy the full SHA
    fbd4015 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6ddd8f8 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2013

  1. Added a small sleep at the end of pool.init() to allow connection thr…

    …eads to
    
    start up and connect.
    Doerge committed Jul 3, 2013
    Configuration menu
    Copy the full SHA
    cf19cb3 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2013

  1. Configuration menu
    Copy the full SHA
    d76a7dc View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2013

  1. Configuration menu
    Copy the full SHA
    8c5494b View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2013

  1. Configuration menu
    Copy the full SHA
    04eec65 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    467b137 View commit details
    Browse the repository at this point in the history