[Pywps-dev] Docker extension

Adam Laža ad.laza32 at gmail.com
Mon Mar 12 12:58:04 PDT 2018


Hi devs,

during work on my thesis[1] I've added Docker extension to pywps. At my git
there is a demo server (pywps-demo with extended config file) [2]. To run
it with Docker extension it's necessary to use pywps[3] and OWSLib[4] from
my git. Also you need Docker engine to build image and create container
(the extension was tested only on Linux).

I will be glad for any comment. Recently, I faced a problem with zombie
processes when using multiprocessing python package for deamon that manages
created docker containers. Eventually, I used threading[5] instead but not
really sure if it's the right solution. So any opinion will be appreciated.

Cheers,
Adam

[1]
https://github.com/ctu-geoforall-lab-projects/dp-laza-2018/blob/master/text/adam-laza-dp-2018.pdf
[2] https://github.com/lazaa32/pywps-flask
[3] https://github.com/lazaa32/pywps
[4] https://github.com/lazaa32/OWSLib/tree/sync_request
[5]
https://github.com/lazaa32/pywps/blob/develop/pywps/processing/container.py#L73
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/pywps-dev/attachments/20180312/c55b38d9/attachment.html>


More information about the pywps-dev mailing list