Skip to content

Commit

Permalink
Patch and modifications to support parallel processing of gets, puts …
Browse files Browse the repository at this point in the history
…and syncs.

--parallel to enable
--workers=n to set the number of workers to use
  • Loading branch information
pcorliss committed Aug 28, 2010
1 parent c6d507b commit 9a65f78
Show file tree
Hide file tree
Showing 3 changed files with 1,124 additions and 226 deletions.
4 changes: 3 additions & 1 deletion S3/Config.py
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -74,7 +74,9 @@ class Config(object):
urlencoding_mode = "normal" urlencoding_mode = "normal"
log_target_prefix = "" log_target_prefix = ""
reduced_redundancy = False reduced_redundancy = False
follow_symlinks=False parallel = False
workers = 10
follow_symlinks=False


## Creating a singleton ## Creating a singleton
def __new__(self, configfile = None): def __new__(self, configfile = None):
Expand Down
Loading

0 comments on commit 9a65f78

Please sign in to comment.