4eixos / eixo-docker

Suite of Perl modules to interact with Docker
Apache License 2.0
18 stars 4 forks source link

Consider supporting threadless perls #16

Open burak opened 6 years ago

burak commented 6 years ago

Hi,

Perhaps the threads related portions can be replaced with AnyEvent or fork() over threads. The dependency on threads make this module a no-go for perls built without threads support.

Here is a good summary on why such compilations are done:

https://stackoverflow.com/questions/23670443/why-is-perl-usually-installed-without-thread-support