moby--moby/graph
Michael Crosby 476cf1b906 Use channels and set workers to make image lookup safe
This refactors the starting work by the prior commits to make this safe
for access.  A maximum of 5 worker go routines are started to lookup
images on the endpoint.  Another go routine consumes the images that are
required to be pushed into a map for quick lookups.  The map is required
because the pushing of the image json and layer have to be done in the
correct order or the registry will explode in fire.

Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
2015-01-13 15:52:44 -08:00
..
MAINTAINERS
export.go Deprecating ResolveRepositoryName 2015-01-08 20:14:58 +00:00
graph.go
history.go
import.go
list.go
load.go
load_unsupported.go
pools_test.go
pull.go Deprecating ResolveRepositoryName 2015-01-08 20:14:58 +00:00
push.go Use channels and set workers to make image lookup safe 2015-01-13 15:52:44 -08:00
service.go
tag.go
tags.go Deprecating ResolveRepositoryName 2015-01-08 20:14:58 +00:00
tags_unit_test.go Deprecating ResolveRepositoryName 2015-01-08 20:14:58 +00:00
viz.go